|
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.VineShapeFrame
public class VineShapeFrame
A vine shape supports up to three variables. It is drawn as a circle with a line extending from the center of the circle to a direction and length controlled by a variable. The values are plotted as the direction of a line, length of the line, and the size of a circle, respectively.
| Constructor Summary | |
|---|---|
VineShapeFrame()
Create a shape frame. |
|
VineShapeFrame(String[] fields)
Create a shape frame. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
int |
getEndAngle()
Get the stem ending angle. |
protected GShape |
getShape(double[] values)
Get a shape for the tuple. |
int |
getStartAngle()
Get the stem starting angle. |
protected boolean |
isSharedScale()
Don't share scale. |
void |
setEndAngle(int angle)
Set the stem ending angle (degrees). |
void |
setStartAngle(int angle)
Set the stem starting angle (degrees). |
| Methods inherited from class inetsoft.graph.aesthetic.MultiShapeFrame |
|---|
getField, getFields, getLegendTuple, getScales, getShape, getShape, getTitle, getValues, init, 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 VineShapeFrame()
public VineShapeFrame(String[] fields)
fields - fields to get value to map to shapes.| Method Detail |
|---|
public void setStartAngle(int angle)
public int getStartAngle()
public void setEndAngle(int angle)
public int getEndAngle()
protected GShape getShape(double[] values)
getShape in class MultiShapeFrameprotected boolean isSharedScale()
isSharedScale in class MultiShapeFramepublic boolean equals(Object obj)
VisualFrame
equals in class MultiShapeFrame
|
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 | ||||||||