class VP extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
displayDelay
Delay introduced into each graphics update, in milliseconds
|
(package private) static int |
displayHeight
Height of the displayed graphics window, in pixels
|
(package private) static int |
displayWidth
Width of the displayed graphics window, in pixels
|
(package private) static double |
elementWidth
Width of model elements, in meters
|
(package private) static double |
gap
Gap between model elements, in meters
|
(package private) static double |
scaleFactor
Scalefactor relating model space to pixels, in pixels/meter
|
Modifier | Constructor and Description |
---|---|
private |
VP() |
static double elementWidth
static double gap
static int displayWidth
static int displayHeight
static int displayDelay
static double scaleFactor
private VP()