Package jcckit.data
Class DataPoint
java.lang.Object
jcckit.util.Point
jcckit.data.DataPoint
- All Implemented Interfaces:
DataElement
Immutable two-dimensional point in data coordinates.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns always null.void
setContainer
(DataContainer container) Does nothing.
-
Constructor Details
-
DataPoint
public DataPoint(double x, double y)
-
-
Method Details
-
getContainer
Returns always null.- Specified by:
getContainer
in interfaceDataElement
- Returns:
- null if this element is not an element of a container.
-
setContainer
Does nothing.- Specified by:
setContainer
in interfaceDataElement
- Parameters:
container
- Container which should contains this element. Cann be null if this element does not belong to a container.
-