inetsoft.graph.aesthetic
Class SunShapeFrame
java.lang.Object
inetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.ShapeFrame
inetsoft.graph.aesthetic.MultiShapeFrame
inetsoft.graph.aesthetic.SunShapeFrame
- All Implemented Interfaces:
- Serializable, Cloneable
public class SunShapeFrame
- extends MultiShapeFrame
A star shape displays a star, with each stem representing a value. The value
is encoded as the length of the stem.
- 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 |
SunShapeFrame
public SunShapeFrame()
- Create a shape frame.
SunShapeFrame
public SunShapeFrame(String[] fields)
- Create a shape frame.
- Parameters:
fields - fields to get value to map to shapes.
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