|
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.LinearLineFrame
public class LinearLineFrame
This class defines a line frame for numeric values.
| Constructor Summary | |
|---|---|
LinearLineFrame()
Create a line frame. |
|
LinearLineFrame(String field)
Create a line frame. |
|
| Method Summary | |
|---|---|
GLine |
getLine(DataSet data,
String col,
int row)
Get the line for the specified cell. |
protected GLine |
getLine(double ratio)
Get a line at the relative scale. |
GLine |
getLine(Object val)
Get a line for the specified value. |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, equals, 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 LinearLineFrame()
public LinearLineFrame(String field)
field - field to get value to map to line styles.| Method Detail |
|---|
protected GLine getLine(double ratio)
ratio - a value from 0 to 1.public GLine getLine(Object val)
getLine in class LineFrame
public GLine getLine(DataSet data,
String col,
int row)
getLine in class LineFramedata - the specified dataset.col - the name of the specified column.row - the specified row index.
|
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 | ||||||||