Package | Description |
---|---|
jcckit.data |
Modifier and Type | Class and Description |
---|---|
class |
DataCurve
A curve is a
DataContainer of DataPoints . |
class |
DataPoint
Immutable two-dimensional point in data coordinates.
|
Modifier and Type | Method and Description |
---|---|
DataElement |
DataEvent.getDeletedElement()
Returns the deleted element.
|
DataElement |
DataContainer.getElement(int index)
Returns the element for the specified index.
|
Modifier and Type | Method and Description |
---|---|
void |
DataContainer.addElement(DataElement element)
Adds a
DataElement . |
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. |
int |
DataContainer.getIndexOf(DataElement element)
Returns the index of the specified element.
|
void |
DataContainer.insertElementAt(int index,
DataElement element)
Inserts a
DataElement at the specified index. |
protected boolean |
DataPlot.isValid(DataElement element)
Returns true if element is an instance of
DataCurve . |
protected boolean |
DataCurve.isValid(DataElement element)
Returns true if element is an instance of
DataPoint . |
protected abstract boolean |
DataContainer.isValid(DataElement element)
Returns true if the specified
DataElement has the
correct type. |
void |
DataContainer.replaceElementAt(int index,
DataElement element)
Replaces the
DataElement at the specified index. |
Copyright © 2016. All Rights Reserved.