|
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.StaticShapeFrame
public class StaticShapeFrame
Static shape frame defines a static shape for visual objects. If a column is bound to this frame, and the value of the column is a GShape, the value is used as the shape for the row instead of the static shape.
| Constructor Summary | |
|---|---|
StaticShapeFrame()
Default constructor. |
|
StaticShapeFrame(GShape shape)
Create a static shape frame with the specified shape. |
|
StaticShapeFrame(String field)
Create a shape frame. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
GShape |
getNegativeShape()
Get the shape for negative values. |
GShape |
getShape()
Get the shape of this static shape frame. |
GShape |
getShape(DataSet data,
String col,
int row)
Get the shape for the specified cell. |
GShape |
getShape(Object val)
Get the shape for the value. |
String |
getTitle()
Get the title to show on the legend. |
Object[] |
getValues()
Get the values mapped by this frame. |
boolean |
isVisible()
Static frame never shows legend. |
void |
setNegativeShape(GShape negshape)
Set the shape for negative values. |
void |
setShape(GShape shape)
Set the shape of this static shape frame. |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, hashCode, init, isValid, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StaticShapeFrame()
public StaticShapeFrame(GShape shape)
public StaticShapeFrame(String field)
field - field to get value to map to shapes.| Method Detail |
|---|
public GShape getShape()
public void setShape(GShape shape)
public GShape getNegativeShape()
public void setNegativeShape(GShape negshape)
public boolean equals(Object obj)
equals in class VisualFrame
public GShape getShape(DataSet data,
String col,
int row)
getShape in class ShapeFramedata - the specified dataset.col - the name of the specified column.row - the specified row index.public GShape getShape(Object val)
getShape in class ShapeFramepublic Object[] getValues()
getValues in class VisualFramepublic String getTitle()
getTitle in class VisualFramepublic boolean isVisible()
isVisible 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 | ||||||||