Klasse RowCanvasBehaviour.DragInfo

java.lang.Object
impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
RowCanvasBehaviour<R extends Row<?,?,?>>

public static final class RowCanvasBehaviour.DragInfo extends Object implements Serializable
Siehe auch:
  • Methodendetails

    • getEditMode

      public GraphicsBase.EditMode getEditMode()
      Returns the current edit mode.
      Gibt zurück:
      the current edit mode
    • getOffset

      public double getOffset()
      Returns the current offset.
      Gibt zurück:
      the current offset
    • isShortcutDown

      public boolean isShortcutDown()
      Returns whether the shortcut modifier is pressed.
      Gibt zurück:
      true if the shortcut modifier is pressed
    • isShiftDown

      public boolean isShiftDown()
      Returns whether the shift key is pressed.
      Gibt zurück:
      true if the shift key is pressed
    • isAltDown

      public boolean isAltDown()
      Returns whether the alt key is pressed.
      Gibt zurück:
      true if the alt key is pressed