|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.coord.AbstractCoord
inetsoft.graph.coord.Coordinate
inetsoft.graph.coord.ParallelCoord
public class ParallelCoord
A parallel coord consists of a set of parallel vertical axes that plot data points on the axes.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.graph.internal.ICoordinate |
|---|
ALL_MOST, BOTTOM_AXIS, BOTTOM_MOST, LEFT_AXIS, LEFT_MOST, RIGHT_AXIS, RIGHT_MOST, TOP_AXIS, TOP_MOST |
| Constructor Summary | |
|---|---|
ParallelCoord()
Default constructor. |
|
ParallelCoord(Scale[] scales)
Create a parallel coord. |
|
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of this object. |
void |
createAxis(VGraph vgraph)
Create axis and other guides for the graph. |
void |
fit(double x,
double y,
double w,
double h)
Set the screen transformation to fit the graph to the coord bounds. |
inetsoft.graph.guide.axis.Axis[] |
getAxes(boolean recursive)
Get all axes in this coordinate. |
Scale |
getAxisLabelScale()
Get the scale for the axes labels. |
int |
getDimCount()
Get the number of dimensions in this coordinate. |
double |
getIntervalSize(double interval)
Get the interval size in this coordinate. |
Point2D |
getPosition(double[] tuple)
Map a tuple (from logic coordinate space) to the chart coordinate space. |
Scale[] |
getScales()
Get the scales for this coord. |
void |
setScales(Scale[] scales)
Set the scales for this coord. |
| Methods inherited from class inetsoft.graph.coord.Coordinate |
|---|
equalsContent, getCoordTransform, getDataSet, getMaxHeight, getMaxWidth, getParentCoordinate, getPlotSpec, getScaledCoordTransform, getScaledCoordTransform, getValue, getVGraph, init, layoutText, reflect, rotate, setCoordTransform, setDataSet, setParentCoordinate, setPlotSpec, setVGraph, transform, transformShape, transpose |
| Methods inherited from class inetsoft.graph.coord.AbstractCoord |
|---|
getCoordBounds, setCoordBounds |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.graph.internal.ILayout |
|---|
getMinHeight, getMinWidth, getPreferredHeight, getPreferredWidth |
| Methods inherited from interface inetsoft.graph.internal.ICoordinate |
|---|
getAxesAt, getAxisMinSize, getAxisPreferredSize, getAxisSize, getUnitMinHeight, getUnitMinWidth, getUnitPreferredHeight, getUnitPreferredWidth, isAxisLabelVisible, isAxisTickVisible, setAxisLabelVisible, setAxisSize, setAxisTickVisible |
| Constructor Detail |
|---|
public ParallelCoord()
public ParallelCoord(Scale[] scales)
| Method Detail |
|---|
public Scale[] getScales()
public void setScales(Scale[] scales)
public Point2D getPosition(double[] tuple)
getPosition in class Coordinatetuple - the tuple in logic space (scaled values).
public double getIntervalSize(double interval)
getIntervalSize in class Coordinateinterval - interval value.
public void createAxis(VGraph vgraph)
createAxis in class Coordinatevgraph - visual graph to create axis.public int getDimCount()
public void fit(double x,
double y,
double w,
double h)
fit in class Coordinatepublic Scale getAxisLabelScale()
public inetsoft.graph.guide.axis.Axis[] getAxes(boolean recursive)
getAxes in class AbstractCoordrecursive - true to include axes in nested coordinates.public Object clone()
clone in interface inetsoft.graph.internal.ICoordinateclone in class Coordinate
|
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 | ||||||||