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 DataElementpublic void setContainer(DataContainer container)
setContainer in interface DataElementcontainer - Container which should contains this element. Cann be
null if this element does not belong to a container.Copyright © 2015. All Rights Reserved.