Package dataPlotsFX.overlaymark
Class MarkPainterFX
java.lang.Object
dataPlotsFX.overlaymark.MarkPainterFX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
drawMark
(javafx.scene.canvas.GraphicsContext graphicsContext2D, OverlayMark mark, GeneralProjector<PamCoordinate> projector, boolean isMarking) Draw the mark on the graph.
-
Constructor Details
-
MarkPainterFX
public MarkPainterFX()
-
-
Method Details
-
drawMark
public void drawMark(javafx.scene.canvas.GraphicsContext graphicsContext2D, OverlayMark mark, GeneralProjector<PamCoordinate> projector, boolean isMarking) Draw the mark on the graph.- Parameters:
graphicsContext2D
- - the mark on the graphmark
- - the markprojector
- - the projector fro converting data values ot pixelsisMarking
- - true if the user is still marking
-