Uses of Class
dataPlotsFX.clickPlotFX.ScrollingPlotSegmenter.PlotSegment
-
Uses of ScrollingPlotSegmenter.PlotSegment in dataPlotsFX.clickPlotFX
Modifier and TypeMethodDescriptionScrollingPlotSegmenter.getImageSegments()
Get the image segments.Modifier and TypeMethodDescriptionabstract void
ScrollingPlotSegmenter.addPlotData
(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegmentData, TDProjectorFX tdProjector, double scrollStart) Add plot data to the plot segment.int
ScrollingPlotSegmenter.PlotSegment.compareTo
(ScrollingPlotSegmenter.PlotSegment writableImage) double
ScrollingPlotSegmenter.getImageXPixels
(long timeMillis, ScrollingPlotSegmenter.PlotSegment writiableImage) Get the number of X pixels into an image that the time in millis representsabstract Path2D
ScrollingPlotSegmenter.getPath2D
(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegmentData, TDProjectorFX tdProjector, double scrollStart) Get the polygon for the detection.abstract void
ScrollingPlotSegmenter.paintPlotData
(javafx.scene.canvas.GraphicsContext g, ScrollingPlotSegmenter.PlotSegment plotSegmentData, TDProjectorFX tdProjector, double scrollStart) Paint a plot segment on the graphics context. -
Uses of ScrollingPlotSegmenter.PlotSegment in dataPlotsFX.data
Modifier and TypeMethodDescriptionvoid
RawWavePlotManager.addRawData
(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegment, TDProjectorFX tdProjector, double scrollStart, int chanClick, javafx.scene.paint.Color color) Draw the data unit.