Class PE_0_6P.Node2D
java.lang.Object
PE_0_6P.PEngine
PE_0_6P.Node2D
- All Implemented Interfaces:
PE_0_6P.Observable
,PE_0_6P.Observer
- Direct Known Subclasses:
PE_0_6P.Area2D
,PE_0_6P.ControlRect
- Enclosing class:
- PE_0_6P
-
Field Summary
Modifier and TypeFieldDescription(package private) processing.core.PVector
(package private) float
(package private) float
(package private) boolean
(package private) String
(package private) boolean
(package private) processing.core.PVector
(package private) float
(package private) float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
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
-
rotation
float rotation -
globalRotation
float globalRotation -
scale
float scale -
globalScale
float globalScale -
pause
boolean pause -
isNotFreeze
boolean isNotFreeze -
position
processing.core.PVector position -
globalPosition
processing.core.PVector globalPosition -
name
String name
-
-
Constructor Details
-
Node2D
Node2D(String name, processing.core.PVector position)
-
-
Method Details
-
_runInMatrix
void _runInMatrix()- Overrides:
_runInMatrix
in classPE_0_6P.PEngine
-
display
void display() -
_runOutMatrix
void _runOutMatrix()- Overrides:
_runOutMatrix
in classPE_0_6P.PEngine
-