Package | Description |
---|---|
desmoj.extensions.visualization2d.animation |
Core package of DESMO-J's 2D animation component.
|
desmoj.extensions.visualization2d.animation.core.statistic |
Animated version of components from
package desmoj.core.statistic . |
Modifier and Type | Class and Description |
---|---|
class |
FormExt
Describes the form of a complex animation object, such as queue, process, ...
|
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
|
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
|