Class App
java.lang.Object
org.variantsync.diffdetective.show.engine.App
- All Implemented Interfaces:
Updateable
- Direct Known Subclasses:
VariationDiffApp
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private final List<Updateable>
private final Window
private World
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addUpdateable
(Updateable updateable) getWorld()
protected abstract void
initialize
(World world) void
removeUpdateable
(Updateable updateable) protected void
render()
void
protected void
start()
void
update
(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:
update
in interfaceUpdateable
-
render
protected void render() -
addUpdateable
-
removeUpdateable
-
setWorld
-
getWorld
-
getWindow
-