|
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.LinearShapeFrame
inetsoft.graph.aesthetic.PolygonShapeFrame
public class PolygonShapeFrame
This class defines a shape frame gradating polygon for numeric values.
| Constructor Summary | |
|---|---|
PolygonShapeFrame()
Create a shape frame. |
|
PolygonShapeFrame(String field)
Create a shape frame. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
protected GShape |
getShape(double ratio)
Get the shape at the ratio. |
boolean |
isFill()
Check if the shape should be filled. |
void |
setFill(boolean fill)
Set whether this shape should be filled. |
| Methods inherited from class inetsoft.graph.aesthetic.LinearShapeFrame |
|---|
getShape, getShape |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, getTitle, getValues, hashCode, init, isValid, isVisible, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PolygonShapeFrame()
public PolygonShapeFrame(String field)
field - field to get value to map to shapes.| Method Detail |
|---|
public boolean isFill()
public void setFill(boolean fill)
protected GShape getShape(double ratio)
getShape in class LinearShapeFrameratio - the value between
0 and 1, and is the position of the value in a linear scale.public boolean equals(Object obj)
VisualFrame
equals in class VisualFrame
|
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 | ||||||||