|
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
inetsoft.graph.element.LineElement
public class LineElement
A line element is used to add line visualization to a graph.
| 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 | |
|---|---|
LineElement()
Create an empty element. |
|
LineElement(String field1)
Create a line element for a single column (1d). |
|
LineElement(String field1,
String field2)
Create a line element for two columns (2d). |
|
LineElement(String field1,
String field2,
String field3)
Create a line element for three columns (3d). |
|
| Method Summary | |
|---|---|
String[] |
getGroupFields()
Get the fields for grouping values into lines. |
String[] |
getSortFields()
Get the fields for ordering points on lines. |
boolean |
isClosed()
Check if the line is closed (start-end points connected). |
boolean |
isEndArrow()
Check if an arrow should be drawn at the end point. |
boolean |
isStartArrow()
Check if an arrow should be drawn at the starting point. |
void |
setClosed(boolean closed)
Set the line is closed (start-end points connected). |
void |
setEndArrow(boolean arrow)
Set if an arrow should be drawn at the end point. |
void |
setGroupFields(String[] fields)
Set the fields for grouping values into lines. |
void |
setSortFields(String[] fields)
Set the fields for ordering points on lines. |
void |
setStartArrow(boolean arrow)
Set if an arrow should be drawn at the starting point. |
SortedDataSet |
sortData(DataSet data,
GGraph graph)
Sort dataset to prepare for generating visual objects. |
boolean |
supportsFrame(VisualFrame frame)
Check if the aesthetic frame is supported. |
| Methods inherited from class inetsoft.graph.element.StackableElement |
|---|
isStackGroup, isStackNegative, setStackGroup, setStackNegative |
| 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, 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 |
|---|
public LineElement()
public LineElement(String field1)
public LineElement(String field1,
String field2)
public LineElement(String field1,
String field2,
String field3)
| Method Detail |
|---|
public void setClosed(boolean closed)
public boolean isClosed()
public boolean isStartArrow()
public void setStartArrow(boolean arrow)
public boolean isEndArrow()
public void setEndArrow(boolean arrow)
public SortedDataSet sortData(DataSet data,
GGraph graph)
sortData in class StackableElementpublic boolean supportsFrame(VisualFrame frame)
supportsFrame in class GraphElementpublic void setGroupFields(String[] fields)
public String[] getGroupFields()
public void setSortFields(String[] fields)
public String[] getSortFields()
|
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 | ||||||||