Class MarkPainterFX

java.lang.Object
dataPlotsFX.overlaymark.MarkPainterFX

public class MarkPainterFX extends Object
  • 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 graph
      mark - - the mark
      projector - - the projector fro converting data values ot pixels
      isMarking - - true if the user is still marking