Uses of Interface
jcckit.data.DataElement
Packages that use DataElement
-
Uses of DataElement in jcckit.data
Classes in jcckit.data that implement DataElementModifier and TypeClassDescriptionclassA curve is aDataContainerofDataPoints.classImmutable two-dimensional point in data coordinates.Methods in jcckit.data that return DataElementModifier and TypeMethodDescriptionDataEvent.getDeletedElement()Returns the deleted element.DataContainer.getElement(int index) Returns the element for the specified index.Methods in jcckit.data with parameters of type DataElementModifier and TypeMethodDescriptionvoidDataContainer.addElement(DataElement element) Adds aDataElement.static final DataEventDataEvent.createRemoveEvent(DataContainer container, int index, DataElement removedElement) Creates an event of typeDataEventType.ELEMENT_REMOVEDfor the specified container.static final DataEventDataEvent.createReplaceEvent(DataContainer container, int index, DataElement replacedElement) Creates an event of typeDataEventType.ELEMENT_REPLACEDfor the specified container.intDataContainer.getIndexOf(DataElement element) Returns the index of the specified element.voidDataContainer.insertElementAt(int index, DataElement element) Inserts aDataElementat the specified index.protected abstract booleanDataContainer.isValid(DataElement element) Returns true if the specifiedDataElementhas the correct type.protected booleanDataCurve.isValid(DataElement element) Returns true if element is an instance ofDataPoint.protected booleanDataPlot.isValid(DataElement element) Returns true if element is an instance ofDataCurve.voidDataContainer.replaceElementAt(int index, DataElement element) Replaces theDataElementat the specified index.