Package heronarts.glx.ui
Class UI2dScrollInterface.ScrollChange
java.lang.Object
heronarts.glx.ui.UI2dScrollInterface.ScrollChange
- Enclosing interface:
UI2dScrollInterface
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
static final UI2dScrollInterface.ScrollChange
final boolean
static final UI2dScrollInterface.ScrollChange
final boolean
static final UI2dScrollInterface.ScrollChange
final boolean
static final UI2dScrollInterface.ScrollChange
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public final boolean x -
y
public final boolean y -
width
public final boolean width -
height
public final boolean height -
X
-
Y
-
WIDTH
-
HEIGHT
-
-
Constructor Details
-
ScrollChange
public ScrollChange(boolean x, boolean y, boolean width, boolean height)
-
-
Method Details
-
isVertical
public boolean isVertical() -
isHorizontal
public boolean isHorizontal()
-