Class test_PEngine.Slider
java.lang.Object
test_PEngine.Node
test_PEngine.Node2D
test_PEngine.Control
test_PEngine.Slider
- All Implemented Interfaces:
test_PEngine.Observable
,test_PEngine.Observer
- Enclosing class:
- test_PEngine
-
Field Summary
FieldsFields inherited from class test_PEngine.Control
themeComponent
Fields 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) test_PEngine.Slider
setPercent
(float percent) (package private) test_PEngine.Slider
setPosition
(float x, float y) (package private) test_PEngine.Slider
setSize
(float w, float h) Methods inherited from class test_PEngine.Control
display, ready, signal
Methods inherited from class test_PEngine.Node2D
_parentGlobalPosition, _runInMatrix, _runOutMatrix, addChild, addComponent, globalComputations, globalTopLeft, process, setGlobalPosition, setGlobalPositionX, setGlobalPositionY, setScale, topLeft, toString
Methods inherited from class test_PEngine.Node
_printTreeHelp, _remove, _runReady, addComponent, listen, notify, printTree, setDisable, setFreezed, toRemove, unListen
-
Field Details
-
percent
float percent
-
-
Constructor Details
-
Slider
Slider(String name)
-
-
Method Details
-
setSize
- Overrides:
setSize
in classtest_PEngine.Node2D
-
setPercent
-
setPosition
- Overrides:
setPosition
in classtest_PEngine.Node2D
-