|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.erichseifert.gral.plots.DataPoint
public class DataPoint
Class for storing points of a plot.
Constructor Summary | |
---|---|
DataPoint(PointND<Double> position,
Drawable drawable,
Shape point)
Creates a new DataPoint object with the specified position,
Drawable , and shape. |
Method Summary | |
---|---|
Drawable |
getDrawable()
Returns the Drawable which represents this DataPoint2D . |
Shape |
getPoint()
Returns the point of this DataPoint2D . |
PointND<Double> |
getPosition()
Returns the coordinates of this DataPoint . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataPoint(PointND<Double> position, Drawable drawable, Shape point)
DataPoint
object with the specified position,
Drawable
, and shape.
position
- Coordinates.drawable
- Representation.point
- Point.Method Detail |
---|
public PointND<Double> getPosition()
DataPoint
.
public Drawable getDrawable()
Drawable
which represents this DataPoint2D
.
Drawable
instance.public Shape getPoint()
DataPoint2D
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |