controlP5
Interface ControlP5Constants
- All Known Implementing Classes:
- Bang, Button, Chart, CheckBox, ColorPicker, ControlGroup, Controller, ControllerGroup, ControlP5, ControlP5Base, ControlWindowKeyHandler, DropdownList, Knob, ListBox, Matrix, MultiList, MultiListButton, Numberbox, Radio, RadioButton, Range, ScrollList, Slider, Slider2D, Tab, Textarea, Textfield, Textlabel, TickMark, Toggle
public interface ControlP5Constants
eventMethod
static final java.lang.String eventMethod
- See Also:
- Constant Field Values
VERBOSE
static final boolean VERBOSE
- See Also:
- Constant Field Values
PI
static final float PI
- See Also:
- Constant Field Values
TWO_PI
static final float TWO_PI
- See Also:
- Constant Field Values
HALF_PI
static final float HALF_PI
- See Also:
- Constant Field Values
INVALID
static final int INVALID
- See Also:
- Constant Field Values
METHOD
static final int METHOD
- See Also:
- Constant Field Values
FIELD
static final int FIELD
- See Also:
- Constant Field Values
EVENT
static final int EVENT
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
ARRAY
static final int ARRAY
- See Also:
- Constant Field Values
acceptClassList
static final java.lang.Class<?>[] acceptClassList
controlEventClass
static final java.lang.Class<?> controlEventClass
UP
static final int UP
- See Also:
- Constant Field Values
DOWN
static final int DOWN
- See Also:
- Constant Field Values
LEFT
static final int LEFT
- See Also:
- Constant Field Values
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
SHIFT
static final int SHIFT
- See Also:
- Constant Field Values
DELETE
static final int DELETE
- See Also:
- Constant Field Values
BACKSPACE
static final int BACKSPACE
- See Also:
- Constant Field Values
ENTER
static final int ENTER
- See Also:
- Constant Field Values
ESCAPE
static final int ESCAPE
- See Also:
- Constant Field Values
ALT
static final int ALT
- See Also:
- Constant Field Values
CONTROL
static final int CONTROL
- See Also:
- Constant Field Values
TAB
static final int TAB
- See Also:
- Constant Field Values
INCREASE
static final char INCREASE
- See Also:
- Constant Field Values
DECREASE
static final char DECREASE
- See Also:
- Constant Field Values
SWITCH_FORE
static final char SWITCH_FORE
- See Also:
- Constant Field Values
SWITCH_BACK
static final char SWITCH_BACK
- See Also:
- Constant Field Values
SAVE
static final char SAVE
- See Also:
- Constant Field Values
RESET
static final char RESET
- See Also:
- Constant Field Values
PRINT
static final char PRINT
- See Also:
- Constant Field Values
HIDE
static final char HIDE
- See Also:
- Constant Field Values
LOAD
static final char LOAD
- See Also:
- Constant Field Values
MENU
static final char MENU
- See Also:
- Constant Field Values
KEYCONTROL
static final char KEYCONTROL
- See Also:
- Constant Field Values
TOP
static final int TOP
- See Also:
- Constant Field Values
BOTTOM
static final int BOTTOM
- See Also:
- Constant Field Values
CENTER
static final int CENTER
- See Also:
- Constant Field Values
HORIZONTAL
static final int HORIZONTAL
- See Also:
- Constant Field Values
VERTICAL
static final int VERTICAL
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
OVER
static final int OVER
- See Also:
- Constant Field Values
ACTIVE
static final int ACTIVE
- See Also:
- Constant Field Values
HIGHLIGHT
static final int HIGHLIGHT
- See Also:
- Constant Field Values
IMAGE
static final int IMAGE
- See Also:
- Constant Field Values
SPRITE
static final int SPRITE
- See Also:
- Constant Field Values
CUSTOM
static final int CUSTOM
- See Also:
- Constant Field Values
SWITCH
static final int SWITCH
- See Also:
- Constant Field Values
MOVE
static final int MOVE
- See Also:
- Constant Field Values
RELEASE
static final int RELEASE
- See Also:
- Constant Field Values
PRESSED
static final int PRESSED
- See Also:
- Constant Field Values
LINE
static final int LINE
- See Also:
- Constant Field Values
ELLIPSE
static final int ELLIPSE
- See Also:
- Constant Field Values
ARC
static final int ARC
- See Also:
- Constant Field Values
processing library controlP5 by Andreas Schlegel. (c) 2010