|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.ShapeFrame
inetsoft.graph.aesthetic.MultiShapeFrame
inetsoft.graph.aesthetic.StarShapeFrame
public class StarShapeFrame
A polygon shape displays a set of values as the points on the polygon with the value as the distance of the points from the center of the polygon.
| Constructor Summary | |
|---|---|
StarShapeFrame()
Create a shape frame. |
|
StarShapeFrame(String[] fields)
Create a shape frame. |
|
| Method Summary | |
|---|---|
protected double[] |
getLegendTuple(Object val)
Get the tuple for legend. |
protected GShape |
getShape(double[] values)
Get a shape for the tuple. |
| Methods inherited from class inetsoft.graph.aesthetic.MultiShapeFrame |
|---|
equals, getField, getFields, 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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StarShapeFrame()
public StarShapeFrame(String[] fields)
fields - fields to get value to map to shapes.| Method Detail |
|---|
protected GShape getShape(double[] values)
getShape in class MultiShapeFrameprotected double[] getLegendTuple(Object val)
getLegendTuple in class MultiShapeFrameval - the legend item field name.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||