Uses of Class
jcckit.data.DataContainer
Packages that use DataContainer
-
Uses of DataContainer in jcckit.data
Subclasses of DataContainer in jcckit.dataModifier and TypeClassDescriptionclassA curve is aDataContainerofDataPoints.classA plot is aDataContainerofDataCurves.Methods in jcckit.data that return DataContainerModifier and TypeMethodDescriptionDataCurve.getContainer()Returns theDataPlotcontaining this curve.DataElement.getContainer()Returns the container containing this element.DataEvent.getContainer()Returns the container.DataPoint.getContainer()Returns always null.Methods in jcckit.data with parameters of type DataContainerModifier and TypeMethodDescriptionstatic final DataEventDataEvent.createAddEvent(DataContainer container) Creates an event of typeDataEventType.ELEMENT_ADDEDfor the specified container.static final DataEventDataEvent.createInsertEvent(DataContainer container, int index) Creates an event of typeDataEventType.ELEMENT_INSERTEDfor the specified container.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.voidDataCurve.setContainer(DataContainer container) Sets theDataPlotwhere this is a curve of.voidDataElement.setContainer(DataContainer container) Sets the container which should contain this element.voidDataPoint.setContainer(DataContainer container) Does nothing.