Interface BinPostProcessingUser
-
- All Known Implementing Classes:
ArrayBinning,SpreadSheetRowBinning
public interface BinPostProcessingUserInterface for classes that apply post-processing to bins.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinPostProcessinggetPostProcessing()Returns the post-processing scheme to apply to the bins.StringpostProcessingTipText()Returns the tip text for this property.voidsetPostProcessing(BinPostProcessing value)Sets the post-processing scheme to apply to the bins.
-
-
-
Method Detail
-
setPostProcessing
void setPostProcessing(BinPostProcessing value)
Sets the post-processing scheme to apply to the bins.- Parameters:
value- the post-processing
-
getPostProcessing
BinPostProcessing getPostProcessing()
Returns the post-processing scheme to apply to the bins.- Returns:
- the post-processing
-
postProcessingTipText
String postProcessingTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-