|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jcckit.util.Point jcckit.data.DataPoint
Immutable two-dimensional point in data coordinates.
Constructor Summary | |
DataPoint(double x,
double y)
|
Method Summary | |
DataContainer |
getContainer()
Returns always null. |
void |
setContainer(DataContainer container)
Does nothing. |
Methods inherited from class jcckit.util.Point |
getX, getY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataPoint(double x, double y)
Method Detail |
public DataContainer getContainer()
getContainer
in interface DataElement
public void setContainer(DataContainer container)
setContainer
in interface DataElement
container
- Container which should contains this element. Cann be
null if this element does not belong to a container.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |