Package dataPlotsFX.overlaymark
Class MarkPainterFX
java.lang.Object
dataPlotsFX.overlaymark.MarkPainterFX
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddrawMark(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
 
 -