public class DataPoint extends Point implements DataElement
Constructor and Description |
---|
DataPoint(double x,
double y) |
Modifier and Type | Method and Description |
---|---|
DataContainer |
getContainer()
Returns always null.
|
void |
setContainer(DataContainer container)
Does nothing.
|
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.Copyright © 2016. All Rights Reserved.