|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointND | |
---|---|
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. |
Uses of PointND in de.erichseifert.gral.plots |
---|
Methods in de.erichseifert.gral.plots that return PointND | |
---|---|
PointND<Double> |
DataPoint.getPosition()
Returns the coordinates of this DataPoint . |
Constructors in de.erichseifert.gral.plots with parameters of type PointND | |
---|---|
DataPoint(PointND<Double> position,
Drawable drawable,
Shape point)
Creates a new DataPoint object with the specified position,
Drawable , and shape. |
Uses of PointND in de.erichseifert.gral.plots.axes |
---|
Methods in de.erichseifert.gral.plots.axes that return PointND | |
---|---|
PointND<Double> |
Tick.getNormal()
Returns the normal vector of this tick mark. |
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)
|
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)
|
Constructors in de.erichseifert.gral.plots.axes with parameters of type PointND | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |