Class test_PEngine.Control
java.lang.Object
test_PEngine.Node
test_PEngine.Node2D
test_PEngine.Control
- All Implemented Interfaces:
test_PEngine.Observable
,test_PEngine.Observer
- Direct Known Subclasses:
test_PEngine.Slider
- Enclosing class:
- test_PEngine
-
Field Summary
FieldsFields inherited from class test_PEngine.Node2D
components, globalPosition, globalRotation, globalScale, globalSize, position, rotation, scale, size
Fields inherited from class test_PEngine.Node
children, isDisabled, isFreezed, isReady, isRoot, isToRemove, listeners, name, nodeType, parent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
display()
(package private) void
ready()
(package private) void
signal
(test_PEngine.PEvent pEvent) Methods inherited from class test_PEngine.Node2D
_parentGlobalPosition, _runInMatrix, _runOutMatrix, addChild, addComponent, globalComputations, globalTopLeft, process, setGlobalPosition, setGlobalPositionX, setGlobalPositionY, setPosition, setScale, setSize, topLeft, toString
Methods inherited from class test_PEngine.Node
_printTreeHelp, _remove, _runReady, addComponent, listen, notify, printTree, setDisable, setFreezed, toRemove, unListen
-
Field Details
-
themeComponent
test_PEngine.GUIcomponent themeComponent
-
-
Constructor Details
-
Control
Control(String name)
-
-
Method Details
-
ready
void ready()- Overrides:
ready
in classtest_PEngine.Node2D
-
display
void display()- Overrides:
display
in classtest_PEngine.Node2D
-
signal
- Specified by:
signal
in interfacetest_PEngine.Observer
- Overrides:
signal
in classtest_PEngine.Node2D
-