Class App
java.lang.Object
org.variantsync.diffdetective.show.engine.App
- All Implemented Interfaces:
Updateable
- Direct Known Subclasses:
VariationDiffApp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final List<Updateable> private final Windowprivate World -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUpdateable(Updateable updateable) getWorld()protected abstract voidinitialize(World world) voidremoveUpdateable(Updateable updateable) protected voidrender()voidprotected voidstart()voidupdate(double deltaSeconds)
-
Field Details
-
window
-
world
-
updateables
-
initialized
private boolean initialized
-
-
Constructor Details
-
App
-
-
Method Details
-
initialize
-
start
protected void start() -
update
public void update(double deltaSeconds) - Specified by:
updatein interfaceUpdateable
-
render
protected void render() -
addUpdateable
-
removeUpdateable
-
setWorld
-
getWorld
-
getWindow
-