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 XYSequence
XYSequenceUtils. 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 XYSequence
XYSequenceUtils. getHeader(List<XYSequencePoint> points)
Creates a header based on the current sequence points.static XYSequence
XYSequenceUtils. getRegion(List<XYSequencePoint> points, XYSequencePoint start, XYSequencePoint end)
Returns a region for the given range, including both, start and end point.static XYSequence
XYSequenceUtils. merge(XYSequence s1, XYSequence s2)
Merges the two sequences.static XYSequence
XYSequenceUtils. 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 void
XYSequenceUtils. add(Hashtable<Number,XYSequencePoint> pool, XYSequence s)
Merges the given sequence with the current data pool.void
XYSequence. assign(XYSequence other)
Obtains the stored variables from the other data point, but not the actual data points.static XYSequence
XYSequenceUtils. 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 XYSequence
XYSequenceUtils. 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 void
ChartPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.protected void
LimitPaintlet. 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 class
SequencePlotSequence
ExtendedXYSequence
.Methods in adams.flow.sink.sequenceplotter with parameters of type XYSequence Modifier and Type Method Description void
ErrorCirclePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.void
ErrorCrossPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected abstract void
AbstractMarkerPaintlet. drawData(Graphics g, XYSequence data, Color color)
Draws the marker data with the given color.protected void
ByNameMarkerPaintlet. drawData(Graphics g, XYSequence data, Color color)
Draws the marker data with the given color.protected void
NoMarkers. drawData(Graphics g, XYSequence data, Color color)
Does nothing.void
OutlierPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data)
Draws the custom data with the given color.protected void
VerticalMarkers. 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 XYSequence
XYSequenceTable.Model. m_Sequence
the underlying data.Methods in adams.gui.visualization.sequence that return XYSequence Modifier and Type Method Description XYSequence
XYSequenceContainer. getData()
Returns the stored sequence.XYSequence
XYSequenceTable. getSequence()
Returns the underlying report.XYSequence
XYSequenceTable.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 void
BarPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.protected void
CirclePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
CrossPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
DotPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.void
LinePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
MeanOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
MedianOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
MetaDataValuePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
PercentileOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
SquarePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
StdDevOverlayPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
StickPaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.protected void
TrianglePaintlet. doDrawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.void
BarPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
CirclePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
CrossPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
DotPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
LinePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
MeanOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
MedianOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
MetaDataValuePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
PaintletWithCustomDataSupport. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the custom data with the given color.void
PercentileOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
SquarePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
StdDevOverlayPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
StickPaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.void
TrianglePaintlet. drawCustomData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color)
Draws the data with the given color.protected void
IncrementalSumPaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color, LinePaintlet.MarkerShape marker)
Draws the data with the given color.protected void
LinePaintlet. drawData(Graphics g, PaintEvent.PaintMoment moment, XYSequence data, Color color, LinePaintlet.MarkerShape marker)
Draws the data with the given color.protected XYSequenceTable.Model
XYSequenceTable. newModel(XYSequence sequence)
Returns a new model for the sequence.void
XYSequenceContainer. setData(XYSequence value)
Sets the sequence.void
XYSequenceTable. 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 void
XYSequencePanel. 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 void
SaveAs. customize(AbstractContainerListPopupCustomizer.Context<XYSequence,XYSequenceContainerManager,XYSequenceContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<XYSequence,XYSequenceContainerManager,XYSequenceContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.boolean
SaveAs. handles(DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> panel)
Checks whether this action can handle the panel.boolean
ViewAsTable. handles(DataContainerPanelWithContainerList<XYSequence,XYSequenceContainerManager,XYSequenceContainer> panel)
Checks whether this action can handle the panel. -
Uses of XYSequence in adams.gui.visualization.sequence.plotpopup
-