Package | Description |
---|---|
jcckit.data |
Modifier and Type | Class and Description |
---|---|
class |
DataCurve
A curve is a
DataContainer of DataPoints . |
class |
DataPlot
A plot is a
DataContainer of DataCurves . |
Modifier and Type | Method and Description |
---|---|
DataContainer |
DataPoint.getContainer()
Returns always null.
|
DataContainer |
DataEvent.getContainer()
Returns the container.
|
DataContainer |
DataElement.getContainer()
Returns the container containing this element.
|
DataContainer |
DataCurve.getContainer()
Returns the
DataPlot containing this curve. |
Modifier and Type | Method and Description |
---|---|
static DataEvent |
DataEvent.createAddEvent(DataContainer container)
Creates an event of type
DataEventType.ELEMENT_ADDED for the
specified container. |
static DataEvent |
DataEvent.createInsertEvent(DataContainer container,
int index)
Creates an event of type
DataEventType.ELEMENT_INSERTED for the
specified container. |
static DataEvent |
DataEvent.createRemoveEvent(DataContainer container,
int index,
DataElement removedElement)
Creates an event of type
DataEventType.ELEMENT_REMOVED for the
specified container. |
static DataEvent |
DataEvent.createReplaceEvent(DataContainer container,
int index,
DataElement replacedElement)
Creates an event of type
DataEventType.ELEMENT_REPLACED for the
specified container. |
void |
DataPoint.setContainer(DataContainer container)
Does nothing.
|
void |
DataElement.setContainer(DataContainer container)
Sets the container which should contain this element.
|
void |
DataCurve.setContainer(DataContainer container)
Sets the
DataPlot where this is a curve of. |
Copyright © 2015. All Rights Reserved.