public class EllipseDisplayAction
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected double[] |
def |
|
protected boolean |
displayed |
|
protected Ellipse |
ellipse |
|
protected SimulationGraphic |
graphic |
|
protected float |
nominalDiameter |
|
protected double |
oldG |
|
protected int |
serial |
|
protected java.lang.Thread |
undisplayThread |
Constructor | Description |
---|---|
EllipseDisplayAction(SimulationGraphic graphic,
float dropDiameter) |
Modifier and Type | Method | Description |
---|---|---|
void |
displayEllipse(double g) |
protected java.lang.Thread undisplayThread
protected final SimulationGraphic graphic
protected final Ellipse ellipse
protected double oldG
protected boolean displayed
protected int serial
protected float nominalDiameter
protected double[] def
public EllipseDisplayAction(SimulationGraphic graphic, float dropDiameter)