Class test_PEngine.RefSize
java.lang.Object
test_PEngine.Node
test_PEngine.Node2D
test_PEngine.RefSize
- All Implemented Interfaces:
test_PEngine.Observable
,test_PEngine.Observer
- 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
Methods inherited from class test_PEngine.Node2D
_parentGlobalPosition, _runInMatrix, _runOutMatrix, addChild, addComponent, globalComputations, globalTopLeft, process, ready, setGlobalPosition, setGlobalPositionX, setGlobalPositionY, setPosition, setScale, setSize, signal, topLeft, toString
Methods inherited from class test_PEngine.Node
_printTreeHelp, _remove, _runReady, addComponent, listen, notify, printTree, setDisable, setFreezed, toRemove, unListen
-
Field Details
-
bgColor
int bgColor
-
-
Constructor Details
-
RefSize
RefSize(int bgColor)
-
-
Method Details
-
display
void display()- Overrides:
display
in classtest_PEngine.Node2D
-