Package | Description |
---|---|
desmoj.extensions.visualization2d.engine |
Top package of 2d animation engine.
|
desmoj.extensions.visualization2d.engine.model |
Properties of Entities, EntityTypes, Lists, Processes, Stations and Routes... required for 2D animation.
|
desmoj.extensions.visualization2d.engine.modelGrafic |
This package contains the graphical properties of the entities in an animated model.
|
desmoj.extensions.visualization2d.engine.viewer |
A swing Application to view a simulation's animation.
|
Modifier and Type | Method and Description |
---|---|
void |
TestFrame.grafikTestRun() |
void |
TestFrame.testInit() |
Constructor and Description |
---|
TestFrame() |
Modifier and Type | Method and Description |
---|---|
ModelGrafic |
Model.createModelGrafic()
create the assoziated ModelGrafic instance.
|
ModelGrafic |
Model.getModelGrafic()
get associated ModelGrafic instance, when it's created before.
|
Constructor and Description |
---|
ModelGrafic(Model model) |
ViewGrafic(Model model,
java.lang.String viewId) |
Modifier and Type | Method and Description |
---|---|
void |
ViewerPanel.setSimulationZoom(double zoom)
set simulation-zoom-value without update of zoomField and zoomSlider
|