Uses of Class
adams.data.sequence.XYSequence
-
-
Uses of XYSequence in adams.data.sequence
Methods in adams.data.sequence that return XYSequence Modifier and Type Method Description static XYSequenceXYSequenceUtils. getConsecutiveRegion(List<XYSequencePoint> points, XYSequencePoint lastEnd, XYSequencePoint end)Returns a region for the given range, starting just after the x value of "lastEnd" and ending (including) at "end".protected static XYSequenceXYSequenceUtils. getHeader(List<XYSequencePoint> points)Creates a header based on the current sequence points.static XYSequenceXYSequenceUtils. getRegion(List<XYSequencePoint> points, XYSequencePoint start, XYSequencePoint end)Returns a region for the given range, including both, start and end point.static XYSequenceXYSequenceUtils. merge(XYSequence s1, XYSequence s2)Merges the two sequences.static XYSequenceXYSequenceUtils. merge(List<XYSequence> list)Merges the given sequences.Methods in adams.data.sequence with parameters of type XYSequence Modifier and Type Method Description protected static voidXYSequenceUtils. add(Hashtable<Number,XYSequencePoint> pool, XYSequence s)Merges the given sequence with the current data pool.voidXYSequence. assign(XYSequence other)Obtains the stored variables from the other data point, but not the actual data points.static XYSequenceXYSequenceUtils. merge(XYSequence s1, XYSequence s2)Merges the two sequences.Method parameters in adams.data.sequence with type arguments of type XYSequence Modifier and Type Method Description static XYSequenceXYSequenceUtils. merge(List<XYSequence> list)Merges the given sequences. -
Uses of XYSequence in adams.db
Methods in adams.db that return types with arguments of type XYSequence Modifier and Type Method Description Vector<XYSequence>SequenceProvider. retrieve(String query)Retrieves sequence(s) from a given SQL statement.Vector<XYSequence>SequenceProvider. retrieve(String query, String nameX)Retrieves sequence(s) from a given SQL statement.Vector<XYSequence>Sequences. retrieve(String query)Retrieves sequence(s) from a given SQL statement.abstract Vector<XYSequence>Sequences. retrieve(String query, String nameX)Retrieves sequence(s) from a given SQL statement. -
Uses of XYSequence in adams.flow.sink.controlchartplot
Methods in adams.flow.sink.controlchartplot with parameters of type XYSequence Modifier and Type Method Description protected voidChartPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.protected voidLimitPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data)Draws the limits. -
Uses of XYSequence in adams.flow.sink.sequenceplotter
Subclasses of XYSequence in adams.flow.sink.sequenceplotter Modifier and Type Class Description classSequencePlotSequenceExtendedXYSequence.Methods in adams.flow.sink.sequenceplotter with parameters of type XYSequence Modifier and Type Method Description voidErrorCirclePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.voidErrorCrossPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected abstract voidAbstractMarkerPaintlet. drawData(Graphics g, XYSequence data, Color color)Draws the marker data with the given color.protected voidByNameMarkerPaintlet. drawData(Graphics g, XYSequence data, Color color)Draws the marker data with the given color.protected voidNoMarkers. drawData(Graphics g, XYSequence data, Color color)Does nothing.voidOutlierPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data)Draws the custom data with the given color.protected voidVerticalMarkers. drawData(Graphics g, XYSequence data, Color color)Draws the marker data with the given color.Constructors in adams.flow.sink.sequenceplotter with parameters of type XYSequence Constructor Description SequencePlotContainer(SequencePlotContainerManager manager, XYSequence data)Initializes the container. -
Uses of XYSequence in adams.gui.visualization.sequence
Fields in adams.gui.visualization.sequence declared as XYSequence Modifier and Type Field Description protected XYSequenceXYSequenceTable.Model. m_Sequencethe underlying data.Methods in adams.gui.visualization.sequence that return XYSequence Modifier and Type Method Description XYSequenceXYSequenceContainer. getData()Returns the stored sequence.XYSequenceXYSequenceTable. getSequence()Returns the underlying report.XYSequenceXYSequenceTable.Model. getSequence()Returns the underlying sequence.Methods in adams.gui.visualization.sequence that return types with arguments of type XYSequence Modifier and Type Method Description protected List<XYSequence>XYSequencePanel. getState()Returns a copy of the current state of the sequence manager.Methods in adams.gui.visualization.sequence with parameters of type XYSequence Modifier and Type Method Description protected voidBarPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.protected voidCirclePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidCrossPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidDotPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.voidLinePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidMeanOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidMedianOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidMetaDataValuePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidPercentileOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidSquarePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidStdDevOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidStickPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.protected voidTrianglePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.voidBarPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidCirclePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidCrossPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidDotPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidLinePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidMeanOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidMedianOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidMetaDataValuePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidPaintletWithCustomDataSupport. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the custom data with the given color.voidPercentileOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidSquarePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidStdDevOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidStickPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.voidTrianglePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)Draws the data with the given color.protected voidIncrementalSumPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color, LinePaintlet.MarkerShape marker)Draws the data with the given color.protected voidLinePaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color, LinePaintlet.MarkerShape marker)Draws the data with the given color.protected XYSequenceTable.ModelXYSequenceTable. newModel(XYSequence sequence)Returns a new model for the sequence.voidXYSequenceContainer. setData(XYSequence value)Sets the sequence.voidXYSequenceTable. setSequence(XYSequence value)Sets the report to display.Method parameters in adams.gui.visualization.sequence with type arguments of type XYSequence Modifier and Type Method Description protected voidXYSequencePanel. setState(List<XYSequence> state)Overwrites the sequences with the specified state.Constructors in adams.gui.visualization.sequence with parameters of type XYSequence Constructor Description Model(XYSequence sequence)Initializes the model.XYSequenceContainer(XYSequenceContainerManager manager, XYSequence data)Initializes the container. -
Uses of XYSequence in adams.gui.visualization.sequence.containerlistpopup
Method parameters in adams.gui.visualization.sequence.containerlistpopup with type arguments of type XYSequence Modifier and Type Method Description voidSaveAs. customize(AbstractContainerListPopupCustomizer.Context<XYSequence,XYSequenceContainerManager,XYSequenceContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<XYSequence,XYSequenceContainerManager,XYSequenceContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.booleanSaveAs. handles(DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> panel)Checks whether this action can handle the panel.booleanViewAsTable. handles(DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> panel)Checks whether this action can handle the panel. -
Uses of XYSequence in adams.gui.visualization.sequence.plotpopup
-