Package | Description |
---|---|
de.erichseifert.gral.navigation |
Classes for navigational operations on plots.
|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
de.erichseifert.gral.plots.axes |
Classes for managing and drawing axes in plots.
|
Modifier and Type | Method and Description |
---|---|
PointND<? extends Number> |
Navigator.getCenter()
Returns the current center point.
|
Modifier and Type | Method and Description |
---|---|
void |
Navigator.pan(PointND<? extends Number> deltas)
Moves the center by the relative values of the specified point.
|
void |
Navigator.setCenter(PointND<? extends Number> center)
Sets a new center point.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationListener.centerChanged(NavigationEvent<PointND<? extends Number>> event)
A method that gets called after the center of an object in the
PlotNavigator has changed. |
void |
AbstractNavigator.centerChanged(NavigationEvent<PointND<? extends Number>> event)
A method that gets called after the center of an object in a connected
PlotNavigator has changed. |
protected void |
AbstractNavigator.fireCenterChanged(NavigationEvent<PointND<? extends Number>> event)
Notifies all navigation listeners that the center of one or more
components have been changed.
|
Modifier and Type | Field and Description |
---|---|
PointND<Double> |
DataPoint.position
Position of the data point (n-dimensional).
|
Modifier and Type | Method and Description |
---|---|
PointND<? extends Number> |
PiePlot.PiePlotNavigator.getCenter()
Returns the current center point.
|
PointND<? extends Number> |
PlotNavigator.getCenter()
Returns the current center point.
|
Modifier and Type | Method and Description |
---|---|
protected Number |
XYPlot.XYPlotNavigator.getDimensionValue(String axisName,
PointND<? extends Number> values) |
protected abstract Number |
PlotNavigator.getDimensionValue(String axisName,
PointND<? extends Number> values)
Return the index that can be used to access data for the axis with the
specified name.
|
void |
PiePlot.PiePlotNavigator.pan(PointND<? extends Number> deltas)
Moves the center by the relative values of the specified point.
|
void |
PlotNavigator.pan(PointND<? extends Number> deltas)
Moves the center by the relative values of the specified point.
|
void |
PiePlot.PiePlotNavigator.setCenter(PointND<? extends Number> center)
Sets a new center point.
|
void |
PlotNavigator.setCenter(PointND<? extends Number> center)
Sets a new center point.
|
Constructor and Description |
---|
DataPoint(PointData data,
PointND<Double> position,
Drawable drawable,
Shape shape,
Drawable labelDrawable)
Creates a new
DataPoint object with the specified position,
Drawable , and shape. |
Modifier and Type | Field and Description |
---|---|
PointND<Double> |
Tick.normal
The normal of the tick mark.
|
Modifier and Type | Method and Description |
---|---|
PointND<Double> |
AxisRenderer.getNormal(Axis axis,
Number value,
boolean extrapolate,
boolean forceLinear)
Returns the normal vector at the position of the specified value.
|
PointND<Double> |
AbstractAxisRenderer2D.getNormal(Axis axis,
Number value,
boolean extrapolate,
boolean forceLinear)
Returns the normal vector at the position of the specified value.
|
PointND<Double> |
AxisRenderer.getPosition(Axis axis,
Number value,
boolean extrapolate,
boolean forceLinear)
Returns the position of the specified value on the axis.
|
PointND<Double> |
AbstractAxisRenderer2D.getPosition(Axis axis,
Number value,
boolean extrapolate,
boolean forceLinear)
Returns the position of the specified value on the axis.
|
Constructor and Description |
---|
Tick(Tick.TickType type,
PointND<Double> position,
PointND<Double> normal,
Drawable drawable,
Shape point,
String label)
Creates a new instance with the specified position, normal,
Drawable , point and label. |
Tick(Tick.TickType type,
PointND<Double> position,
PointND<Double> normal,
Drawable drawable,
Shape point,
String label)
Creates a new instance with the specified position, normal,
Drawable , point and label. |
Copyright © 2009-2013. All Rights Reserved.