Uses of Enum Class
org.refcodes.checkerboard.CheckerboardViewerAction
-
Uses of CheckerboardViewerAction in org.refcodes.checkerboard
Modifier and TypeFieldDescriptionstatic final CheckerboardViewerAction
ViewportDimensionChangedEvent.ACTION
static final CheckerboardViewerAction
ViewportOffsetChangedEvent.ACTION
Modifier and TypeMethodDescriptionAbstractCheckerboardViewerEvent.getAction()
static CheckerboardViewerAction
Returns the enum constant of this class with the specified name.static CheckerboardViewerAction[]
CheckerboardViewerAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAbstractCheckerboardViewerEvent
(CheckerboardViewerAction aAction, CheckerboardViewer<P, S, ?> aSource) Instantiates a new abstract checkerboard viewer event.