Package | Description |
---|---|
desmoj.extensions.visualization2d.animation |
Core package of DESMO-J's 2D animation component.
|
desmoj.extensions.visualization2d.animation.core.advancedModellingFeatures |
Animated version of components from
package desmoj.core.advancedModellingFeatures . |
desmoj.extensions.visualization2d.animation.core.simulator |
This package is the animated version of
package desmoj.core.simulator
|
desmoj.extensions.visualization2d.animation.core.statistic |
Animated version of components from
package desmoj.core.statistic . |
desmoj.extensions.visualization2d.animation.processStation |
Process station animation.
|
desmoj.extensions.visualization2d.animation.transport |
Animated movement of entities and processes on routes.
|
Modifier and Type | Class and Description |
---|---|
class |
PositionExt
Extension of Position, used for static entities, that can be rotated or mirrored
|
Constructor and Description |
---|
BackgroundElementAnimation(ModelAnimation owner,
java.lang.String baseId,
java.lang.String name,
java.lang.String text,
int textPosition,
int textSize,
int textStyle,
double level,
Position middle,
Form form,
java.awt.Color fg,
java.awt.Color bg,
boolean showInAnimation)
BackgroundElement with fixed middle point
|
BackgroundElementAnimation(ModelAnimation owner,
java.lang.String baseId,
java.lang.String name,
java.lang.String text,
int textPosition,
int textSize,
int textStyle,
Position topLeft,
Position bottomRight,
double level,
java.awt.Color fg,
java.awt.Color bg,
boolean showInAnimation)
Build background element with fixed corners
|
BackgroundLineAnimation(ModelAnimation owner,
java.lang.String baseId,
int lineSize,
Position startPoint,
java.awt.Point[] addPoints,
double level,
java.awt.Color lineColor,
boolean showInAnimation)
paint a line in background
|
Modifier and Type | Method and Description |
---|---|
void |
CondQueueAnimation.createAnimation(Comment comment,
Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
void |
BinAnimation.createAnimation(Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
void |
CondQueueAnimation.createAnimation(Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
void |
StockAnimation.createAnimation(Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
void |
WaitQueueAnimation.createAnimation(Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
void |
ResourcePoolAnimation.createAnimation(Position pos,
FormExt form,
java.lang.String resourceType,
boolean showInAnimation)
create animation with full parameterization
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessQueueAnimation.createAnimation(Comment comment,
Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
void |
QueueAnimation.createAnimation(Comment comment,
Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
void |
ProcessQueueAnimation.createAnimation(Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
void |
QueueAnimation.createAnimation(Position pos,
FormExt form,
boolean showInAnimation)
create animation with full parameterization
|
Modifier and Type | Method and Description |
---|---|
void |
TimeSeriesAnimation.createAnimation(double valMin,
double valMax,
int histogramCells,
Position pos,
Form form,
boolean showInAnimation)
create animation with full parameterization
|
void |
AccumulateAnimation.createAnimation(Position pos,
Form form,
boolean showInAnimation)
create standard animation
|
void |
AggregateAnimation.createAnimation(Position pos,
Form form,
boolean showInAnimation)
create standard animation
|
void |
CountAnimation.createAnimation(Position pos,
Form form,
boolean showInAnimation)
create standard animation
|
void |
HistogramAnimation.createAnimation(Position pos,
Form form,
boolean showInAnimation)
create standard animation
|
void |
TallyAnimation.createAnimation(Position pos,
Form form,
boolean showInAnimation)
create standard animation
|
void |
TimeSeriesAnimation.createAnimation(Position pos,
Form form,
boolean showInAnimation)
create standard animation
|
void |
AccumulateAnimation.createAnimation(TimeInstant highTime,
double valMin,
double valMax,
int histogramCells,
Position pos,
Form form,
boolean showInAnimation)
create animation with full parameterization
|
void |
AggregateAnimation.createAnimation(TimeInstant highTime,
double valMin,
double valMax,
int histogramCells,
Position pos,
Form form,
boolean showInAnimation)
create animation with full parameterization
|
void |
CountAnimation.createAnimation(TimeInstant highTime,
double valMin,
double valMax,
int histogramCells,
Position pos,
Form form,
boolean showInAnimation)
create animation with full parameterization
|
void |
TallyAnimation.createAnimation(TimeInstant highTime,
double valMin,
double valMax,
int histogramCells,
Position pos,
Form form,
boolean showInAnimation)
create animation with full parameterization
|
void |
HistogramAnimation.createAnimation(TimeInstant highTime,
Position pos,
Form form,
boolean showInAnimation)
create animation with full parameterization
|
Constructor and Description |
---|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
java.lang.String listId,
boolean showInAnimation)
Deprecated.
|
ProcessStationOldAnimation(ModelAnimation owner,
java.lang.String name,
int nrOfResEntity,
java.lang.String defResEntityType,
Position pos,
FormExt form,
boolean showInAnimation)
Deprecated.
Build a ProcessStation.
|
ProcessStationOldAnimation(ModelAnimation owner,
java.lang.String name,
int nrOfResEntity,
java.lang.String defResEntityType,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Deprecated.
Build a ProcessStation.
|
ProcessStationOldAnimation(ModelAnimation owner,
java.lang.String name,
int nrOfResEntity,
java.lang.String defResEntityType,
Position pos,
FormExt form,
java.lang.String listId,
boolean showInAnimation)
Deprecated.
|
ProcessStationResAbstrAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
java.lang.String resName,
int resTotal,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResAbstrAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
java.lang.String resName,
int resTotal,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResAbstrAnimation(ModelAnimation owner,
java.lang.String name,
java.lang.String resName,
int resTotal,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResAbstrAnimation(ModelAnimation owner,
java.lang.String name,
java.lang.String resName,
int resTotal,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResAbstrAnimation(ModelAnimation owner,
java.lang.String name,
java.lang.String resName,
int resTotal,
Position pos,
FormExt form,
java.lang.String listId,
boolean showInAnimation)
Deprecated.
|
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation) |
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
java.lang.String listId,
boolean showInAnimation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Position |
TransportStationAnimation.getPosition() |
Constructor and Description |
---|
TransportRouteAnimation(ModelAnimation owner,
java.lang.String name,
double length,
TransportStationAnimation sourceStation,
TransportStationAnimation sinkStation,
Position[] pos,
boolean showInAnimation)
creates a route from sourceStation tp sinkStation.
|
TransportStationAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
boolean showInAnimation)
creates a Station for animation
|