inetsoft.graph.aesthetic
Class ProfileShapeFrame
java.lang.Object
inetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.ShapeFrame
inetsoft.graph.aesthetic.MultiShapeFrame
inetsoft.graph.aesthetic.ProfileShapeFrame
- All Implemented Interfaces:
- Serializable, Cloneable
public class ProfileShapeFrame
- extends MultiShapeFrame
A profile shape displays a set of values as lines, similar to an area
graph.
- See Also:
- Serialized Form
|
Method Summary |
protected GShape |
getShape(double[] values)
Get a shape for the tuple. |
| Methods inherited from class inetsoft.graph.aesthetic.MultiShapeFrame |
equals, getField, getFields, getLegendTuple, getScales, getShape, getShape, getTitle, getValues, init, isSharedScale, isValid, setField, setFields, setScales |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
clone, createComparator, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, hashCode, isVisible, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
ProfileShapeFrame
public ProfileShapeFrame()
- Create a shape frame.
ProfileShapeFrame
public ProfileShapeFrame(String[] fields)
- Create a shape frame.
getShape
protected GShape getShape(double[] values)
- Get a shape for the tuple. The values in the tuple have been scaled.
- Specified by:
getShape in class MultiShapeFrame