Klasse LinksCanvas<R extends Row<?,?,?>>

java.lang.Object
javafx.scene.Node
javafx.scene.canvas.Canvas
impl.com.flexganttfx.skin.graphics.LinksCanvas<R>
Alle implementierten Schnittstellen:
Styleable, EventTarget

public class LinksCanvas<R extends Row<?,?,?>> extends Canvas
Canvas responsible for drawing visible activity links. It batches redraw requests and rebuilds the link shapes from the current graphics state during layout pulses.
  • Konstruktordetails

    • LinksCanvas

      public LinksCanvas(GraphicsBase<R> graphics)
      Constructs a new links canvas for the given graphics control.
      Parameter:
      graphics - the graphics control
  • Methodendetails

    • isResizable

      public boolean isResizable()
      Returns whether this canvas is resizable.
      Setzt außer Kraft:
      isResizable in Klasse Node
      Gibt zurück:
      true if this canvas is resizable
    • isDirty

      public final boolean isDirty()
      Returns whether a redraw is pending.
      Gibt zurück:
      true if a redraw is pending
    • requestRedraw

      public void requestRedraw(String reason)
      Requests a redraw for the given reason.
      Parameter:
      reason - the redraw reason
    • draw

      public final void draw()
      Draws the canvas contents.