Package | Description |
---|---|
view.animation | |
view.system.paving |
Constructor and Description |
---|
JJComponent(JJPanel parent,
double xx,
double yy,
double w,
double h)
Instantiates a new JJ component.
|
JJStatDiagramme(JJPanel parent,
double xx,
double yy,
double w,
double h)
Instantiates a new JJ stat diagramme.
|
Modifier and Type | Class and Description |
---|---|
class |
Panel1DPaving
The Class Panel1DPaving.
|
Constructor and Description |
---|
CurrentValueLine(JJPanel parent,
double xx,
double yy,
Panel1DPaving panel,
double scale,
Percept variable)
Instantiates a new current value line.
|
MonoDimensionLine(JJPanel parent,
double xx,
double yy,
double start,
double end,
double scale)
Instantiates a new mono dimension line.
|
PavingContext(JJPanel parent,
double xx,
double yy,
Context context,
double scale,
Panel1DPaving paving,
int index)
Instantiates a new paving context.
|