|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.Graphable
inetsoft.graph.element.GraphElement
inetsoft.graph.element.StackableElement
public abstract class StackableElement
A stackable element stacks visual objects, either at each tick position, or continuously through the whole series.
| Field Summary |
|---|
| Fields inherited from class inetsoft.graph.element.GraphElement |
|---|
DODGE_SYMMETRIC, HINT_ALPHA, HINT_CLIP, HINT_EXPLODED, HINT_MAX_COUNT, HINT_MAX_HEIGHT, HINT_MAX_WIDTH, HINT_SHINE, MOVE_CENTER, MOVE_DODGE, MOVE_JITTER, MOVE_NONE, MOVE_STACK, STACK_SYMMETRIC |
| Constructor Summary | |
|---|---|
protected |
StackableElement()
Create an empty element. |
protected |
StackableElement(String field1)
Create a point element for a single column (1d). |
protected |
StackableElement(String field1,
String field2)
Create a point element for two columns (2d). |
protected |
StackableElement(String field1,
String field2,
String field3)
Create a point element for three columns (3d). |
| Method Summary | |
|---|---|
boolean |
isStackGroup()
Get whether to stack by groups. |
boolean |
isStackNegative()
Check if negative values are stacked separately. |
void |
setStackGroup(boolean stackGroup)
Set whether to stack by groups. |
void |
setStackNegative(boolean negGrp)
Set whether negative values are stacked separately. |
SortedDataSet |
sortData(DataSet data,
GGraph graph)
Sort dataset to prepare for generating visual objects. |
| Methods inherited from class inetsoft.graph.element.GraphElement |
|---|
addDim, addVar, clearDims, clearVars, clone, createVisualModel, equalsContent, getCollisionModifier, getColorFrame, getComparator, getDim, getDimCount, getDims, getEndRow, getLabelPlacement, getLineFrame, getRootColIndex, getRootRowIndex, getRootRowIndexes, getShapeFrame, getSizeFrame, getStartRow, getTextFrame, getTextSpec, getTextureFrame, getVar, getVarCount, getVars, getVisualDataSet, getVisualFrames, isInPlot, removeDim, removeVar, setCollisionModifier, setColorFrame, setComparator, setEndRow, setInPlot, setLabelPlacement, setLineFrame, setShapeFrame, setSizeFrame, setStartRow, setTextFrame, setTextSpec, setTextureFrame, setVisualDataSet, supportsFrame, toString |
| Methods inherited from class inetsoft.graph.Graphable |
|---|
getHint, getHints, setHint, setHints |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected StackableElement()
protected StackableElement(String field1)
protected StackableElement(String field1,
String field2)
protected StackableElement(String field1,
String field2,
String field3)
| Method Detail |
|---|
public boolean isStackGroup()
public void setStackGroup(boolean stackGroup)
public boolean isStackNegative()
public void setStackNegative(boolean negGrp)
public SortedDataSet sortData(DataSet data,
GGraph graph)
sortData in class GraphElement
|
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 | ||||||||