Class PE_0_6P.ControlRect
java.lang.Object
PE_0_6P.PEngine
PE_0_6P.Node2D
PE_0_6P.ControlRect
- All Implemented Interfaces:
PE_0_6P.Observable
,PE_0_6P.Observer
- Direct Known Subclasses:
PE_0_6P.BaseButton
- Enclosing class:
- PE_0_6P
-
Field Summary
Modifier and TypeFieldDescription(package private) int
(package private) processing.core.PVector
(package private) PE_0_6P.Theme
Fields inherited from class PE_0_6P.Node2D
globalPosition, globalRotation, globalScale, isNotFreeze, name, pause, position, rotation, scale
-
Constructor Summary
ConstructorDescriptionControlRect
(String name, processing.core.PVector position) ControlRect
(String name, processing.core.PVector position, PE_0_6P.T enumTheme) -
Method Summary
Methods inherited from class PE_0_6P.Node2D
_runInMatrix, _runOutMatrix, display
Methods inherited from class PE_0_6P.PEngine
_autoDelete, _process, _ready, _runReady, addChild, deltaCompute, getToRemove, listen, notify, process, ready, run, signal, toRemove, unListen
-
Field Details
-
size
processing.core.PVector size -
theme
PE_0_6P.Theme theme -
currentColor
int currentColor
-
-
Constructor Details
-
ControlRect
ControlRect(String name, processing.core.PVector position) -
ControlRect
-
-
Method Details
-
applyTheme
-