Uses of Class
dataPlotsFX.clickPlotFX.ScrollingPlotSegmenter.PlotSegment
Packages that use ScrollingPlotSegmenter.PlotSegment
-
Uses of ScrollingPlotSegmenter.PlotSegment in dataPlotsFX.clickPlotFX
Methods in dataPlotsFX.clickPlotFX that return types with arguments of type ScrollingPlotSegmenter.PlotSegmentModifier and TypeMethodDescriptionScrollingPlotSegmenter.getImageSegments()
Get the image segments.Methods in dataPlotsFX.clickPlotFX with parameters of type ScrollingPlotSegmenter.PlotSegmentModifier 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
Methods in dataPlotsFX.data with parameters of type ScrollingPlotSegmenter.PlotSegmentModifier and TypeMethodDescriptionvoid
RawWavePlotManager.addRawData
(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegment, TDProjectorFX tdProjector, double scrollStart, int chanClick, javafx.scene.paint.Color color) Draw the data unit.