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 voidScrollingPlotSegmenter.addPlotData(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegmentData, TDProjectorFX tdProjector, double scrollStart) Add plot data to the plot segment.intScrollingPlotSegmenter.PlotSegment.compareTo(ScrollingPlotSegmenter.PlotSegment writableImage) doubleScrollingPlotSegmenter.getImageXPixels(long timeMillis, ScrollingPlotSegmenter.PlotSegment writiableImage) Get the number of X pixels into an image that the time in millis representsabstract Path2DScrollingPlotSegmenter.getPath2D(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegmentData, TDProjectorFX tdProjector, double scrollStart) Get the polygon for the detection.abstract voidScrollingPlotSegmenter.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 TypeMethodDescriptionvoidRawWavePlotManager.addRawData(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegment, TDProjectorFX tdProjector, double scrollStart, int chanClick, javafx.scene.paint.Color color) Draw the data unit.