|
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.CategoricalLineFrame
public class CategoricalLineFrame
This class defines a line frame for categorical values. Different values are represented by lines with different dash size.
| Constructor Summary | |
|---|---|
CategoricalLineFrame()
Create a line frame for categorical values. |
|
CategoricalLineFrame(String field)
Create a line frame. |
|
| Method Summary | |
|---|---|
Object |
clone()
Create a copy of this object. |
boolean |
equals(Object obj)
Check if equals another object. |
GLine |
getLine(DataSet data,
String col,
int row)
Get the line for the specified cell. |
GLine |
getLine(int index)
Get the line at the specified index. |
GLine |
getLine(Object val)
Get a line for the specified value. |
int |
getLineCount()
Get the number of lines in the frame. |
void |
init(DataSet data)
Initialize the categorical line frame with categorical values from the dimension column of the dataset. |
void |
init(Object[] vals)
Initialize the categorical line frame with categorical values. |
void |
init(Object[] vals,
GLine[] lines)
Initialize the categorical line frame with categorical values and lines. |
boolean |
isStatic(Object val)
Check if the value is assigned a static aesthetic value. |
void |
setLine(int index,
GLine line)
Set the line at the specified index. |
void |
setLine(Object val,
GLine line)
Set the line for the specified value. |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, getTitle, getValues, hashCode, 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 CategoricalLineFrame()
public CategoricalLineFrame(String field)
field - field to get value to map to line styles.| Method Detail |
|---|
public void init(Object[] vals)
public void init(Object[] vals,
GLine[] lines)
public void init(DataSet data)
init in class VisualFrame
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.public GLine getLine(Object val)
getLine in class LineFrame
public void setLine(Object val,
GLine line)
public boolean isStatic(Object val)
isStatic in interface CategoricalFramepublic GLine getLine(int index)
public void setLine(int index,
GLine line)
public int getLineCount()
public boolean equals(Object obj)
equals in class VisualFramepublic Object clone()
clone 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 | ||||||||