inetsoft.graph.aesthetic
Class ShapeFrame
java.lang.Object
inetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.ShapeFrame
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- CategoricalShapeFrame, LinearShapeFrame, MultiShapeFrame, StaticShapeFrame
public abstract class ShapeFrame
- extends VisualFrame
This class defines the common API for all shape 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 |
ShapeFrame
public ShapeFrame()
getShape
public abstract GShape getShape(DataSet data,
String col,
int row)
- Get the shape for the specified cell.
- Parameters:
data - the specified dataset.col - the name of the specified column.row - the specified row index.
getShape
public abstract GShape getShape(Object val)
- Get the shape for the specified value.