inetsoft.graph.aesthetic
Class LineFrame
java.lang.Object
inetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.LineFrame
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- CategoricalLineFrame, LinearLineFrame, StaticLineFrame
public abstract class LineFrame
- extends VisualFrame
This class defines the common API for all line frames.
- See Also:
- Serialized Form
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
clone, createComparator, equals, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, getTitle, getValues, hashCode, init, isValid, isVisible, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
LineFrame
public LineFrame()
getLine
public abstract GLine getLine(DataSet data,
String col,
int row)
- Get the line for the specified cell.
- Parameters:
data - the specified dataset.col - the name of the specified column.row - the specified row index.
getLine
public abstract GLine getLine(Object val)
- Get the line for the specified value.