Class test_PEngine.Preload
java.lang.Object
test_PEngine.Node
test_PEngine.Node2D
test_PEngine.Preload
- All Implemented Interfaces:
test_PEngine.Observable
,test_PEngine.Observer
- Enclosing class:
- test_PEngine
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Boolean
(package private) int
(package private) int
(package private) ArrayList<processing.core.PImage>
(package private) float
(package private) test_PEngine.Slider
(package private) Boolean
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
Methods inherited from class test_PEngine.Node2D
_parentGlobalPosition, _runInMatrix, _runOutMatrix, addChild, addComponent, globalComputations, globalTopLeft, 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
-
images
ArrayList<processing.core.PImage> images -
done
Boolean done -
wait
Boolean wait -
MAXTIME
float MAXTIME -
filesLoaded
int filesLoaded -
filesToLoad
int filesToLoad -
slider
test_PEngine.Slider slider
-
-
Constructor Details
-
Preload
Preload()
-
-
Method Details
-
addImage
void addImage(processing.core.PImage image) -
ready
void ready()- Overrides:
ready
in classtest_PEngine.Node2D
-
process
void process(float delta) - Overrides:
process
in classtest_PEngine.Node2D
-
display
void display()- Overrides:
display
in classtest_PEngine.Node2D
-