Uses of Class
jcckit.data.DataContainer
-
Packages that use DataContainer Package Description jcckit.data -
-
Uses of DataContainer in jcckit.data
Subclasses of DataContainer in jcckit.data Modifier and Type Class Description classDataCurveA curve is aDataContainerofDataPoints.classDataPlotA plot is aDataContainerofDataCurves.Methods in jcckit.data that return DataContainer Modifier and Type Method Description DataContainerDataCurve. getContainer()Returns theDataPlotcontaining this curve.DataContainerDataElement. getContainer()Returns the container containing this element.DataContainerDataEvent. getContainer()Returns the container.DataContainerDataPoint. getContainer()Returns always null.Methods in jcckit.data with parameters of type DataContainer Modifier and Type Method Description static DataEventDataEvent. createAddEvent(DataContainer container)Creates an event of typeDataEventType.ELEMENT_ADDEDfor the specified container.static DataEventDataEvent. createInsertEvent(DataContainer container, int index)Creates an event of typeDataEventType.ELEMENT_INSERTEDfor the specified container.static DataEventDataEvent. createRemoveEvent(DataContainer container, int index, DataElement removedElement)Creates an event of typeDataEventType.ELEMENT_REMOVEDfor the specified container.static 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.
-