Klasse RowCanvasBehaviour.DragInfo
java.lang.Object
impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
- Alle implementierten Schnittstellen:
Serializable
- Umschließende Klasse:
RowCanvasBehaviour<R extends Row<?,?, ?>>
- Siehe auch:
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the current edit mode.doubleReturns the current offset.booleanReturns whether the alt key is pressed.booleanReturns whether the shift key is pressed.booleanReturns whether the shortcut modifier is pressed.
-
Methodendetails
-
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
-