Package adams.data.textrenderer
Interface LineNumberTextRenderer
-
- All Superinterfaces:
TextRenderer
- All Known Implementing Classes:
AbstractLineNumberedLimitedTextRenderer
,ArrayTextRenderer
,CollectionTextRenderer
,ListTextRenderer
,SetTextRenderer
public interface LineNumberTextRenderer extends TextRenderer
Ancestor for renderers that can output numbers with each line of output.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getOutputLineNumbers()
Returns whether to output line numbers.String
outputLineNumbersTipText()
Returns the tip text for this property.void
setOutputLineNumbers(boolean value)
Sets whether to output line numbers.-
Methods inherited from interface adams.data.textrenderer.TextRenderer
handles, handles, render
-
-
-
-
Method Detail
-
setOutputLineNumbers
void setOutputLineNumbers(boolean value)
Sets whether to output line numbers.- Parameters:
value
- true if to output
-
getOutputLineNumbers
boolean getOutputLineNumbers()
Returns whether to output line numbers.- Returns:
- true if to output
-
outputLineNumbersTipText
String outputLineNumbersTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the explorer/experimenter gui
-
-