|
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.LineFrame
inetsoft.graph.aesthetic.StaticLineFrame
public class StaticLineFrame
Static line frame defines a static line style for visual objects. If a column is bound to this frame, and the value of the column is a GLine, the value is used as the line for the row instead of the static line.
| Constructor Summary | |
|---|---|
StaticLineFrame()
Create a line frame. |
|
StaticLineFrame(GLine line)
Create a static line frame with the specified line. |
|
StaticLineFrame(int lineStyle)
Create a static line frame with the specified line style. |
|
StaticLineFrame(String field)
Create a line frame. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
GLine |
getLine()
Get the line style of the line frame. |
GLine |
getLine(DataSet data,
String col,
int row)
Get the line for the specified cell. |
GLine |
getLine(Object val)
Get the line for the specified value. |
GLine |
getNegativeLine()
Get the line style for negative values. |
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 |
setLine(GLine line)
Set the line style of the line frame. |
void |
setNegativeLine(GLine negline)
Set the line style for negative values. |
| 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 StaticLineFrame()
public StaticLineFrame(GLine line)
public StaticLineFrame(int lineStyle)
lineStyle - a line style defined in GraphConstants.public StaticLineFrame(String field)
field - field to get value to map to line styles.| Method Detail |
|---|
public GLine getLine()
public void setLine(GLine line)
public GLine getNegativeLine()
public void setNegativeLine(GLine negline)
public boolean equals(Object obj)
equals in class VisualFramepublic Object[] getValues()
getValues in class VisualFramepublic String getTitle()
getTitle in class VisualFramepublic boolean isVisible()
isVisible in class VisualFrame
public GLine getLine(DataSet data,
String col,
int row)
getLine in class LineFramedata - the specified dataset.col - the specified column name.row - the specified row index.public GLine getLine(Object val)
getLine in class LineFrame
|
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 | ||||||||