|
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.TextFrame
inetsoft.graph.aesthetic.StackTextFrame
public class StackTextFrame
This class returns a value for each stack instead of every data point.
| Constructor Summary | |
|---|---|
StackTextFrame()
Create a text frame. |
|
StackTextFrame(GraphElement elem,
String var)
Create a text frame. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
String[] |
getDimensions()
Get the dimensions to group data. |
int[] |
getStackRowIndexes(int index)
Get the stack row indexes if stackmap contains index. |
Object |
getText(DataSet data,
String col,
int row)
Get the text for the specified cell. |
void |
init(DataSet data)
Initialize the legend frame with values from the dataset. |
boolean |
isStackNegative()
Check if negative values are stacked separately. |
boolean |
isStatic(Object val)
Check if the value is assigned a static aesthetic value. |
boolean |
isValid()
Check if this frame has been initialized and is ready to be used. |
void |
setDimensions(String[] dims)
Set the dimensions to group data. |
void |
setStackNegative(boolean negGrp)
Set whether negative values are stacked separately. |
| Methods inherited from class inetsoft.graph.aesthetic.TextFrame |
|---|
getKeys, getText, getTitle, getValues, getVisibleField, getVisibleRange, getVisibleValues, isTextVisible, isVisible, setVisibleField, setVisibleRange, setVisibleValues |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, hashCode, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StackTextFrame()
public StackTextFrame(GraphElement elem,
String var)
elem - the corresponding element to extract dimensions.var - the field for calculating stack value.| Method Detail |
|---|
public void setDimensions(String[] dims)
public String[] getDimensions()
public boolean isStackNegative()
public void setStackNegative(boolean negGrp)
public boolean isValid()
isValid in class VisualFramepublic void init(DataSet data)
init in class VisualFrame
public Object getText(DataSet data,
String col,
int row)
getText in class TextFramedata - the specified dataset.col - the specified column name.row - the specified row index.public int[] getStackRowIndexes(int index)
row - index.
public boolean equals(Object obj)
VisualFrame
equals in class TextFramepublic boolean isStatic(Object val)
isStatic in interface CategoricalFrame
|
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 | ||||||||