-
meshNodesX
int meshNodesX
number of mesh nodes in x-direction.
-
meshNodesY
int meshNodesY
number of mesh nodes in y-direction.
-
numberOfFunctions
int numberOfFunctions
width of plotted mesh (in pixels). Must be a multiple of resolution.
-
width
int width
-
height
int height
-
xmin
double xmin
lower limit of x.
-
xmax
double xmax
upper limit of x.
-
ymin
double ymin
lower limit of y.
-
ymax
double ymax
upper limit of y.
-
zmin
double zmin
lower limit of z.
-
zmax
double zmax
upper limit of z.
-
zAuto
boolean zAuto
indicates whether the z-limits are calculated automatically.
-
zRatio
boolean zRatio
indicates whether the x/y-z ratio are the same.
-
vxmin
int vxmin
minimum projected x-value.
-
vxmax
int vxmax
maximum projected x-value.
-
vymin
int vymin
minimum projected y-value.
-
vymax
int vymax
maximum projected y-value.
-
drawTicks
boolean drawTicks
Indicates whether coordinate ticks are drawn.
-
drawGrid
boolean drawGrid
Indicates whether a coordinate grid is drawn.
-
border
int border
thickness of the plot pane border (in pixel).
-
isPrinting
boolean isPrinting
-
parser
FunctionParser parser
-
steps
int steps
step width in pixels the graph is plotted with.
-
background
Color background
-
axesColor
Color axesColor
-
ticksColor
Color ticksColor
-
gridColor
Color gridColor
-
projectedLineColor
Color projectedLineColor
-
surface
double[][][] surface
array of arrays containing the function values.
-
xLine
double[][] xLine
represents the x-coordinate projected on each surface.
-
yLine
double[][] yLine
represents the x-coordinate projected on each surface.
-
surfaceColor
Color[] surfaceColor
array containing the area colors.
-
lineStrength
byte[] lineStrength
array containing the area colors.
-
angleX
double angleX
rotation angle of (projected) coordinate frame around the screen x-axis.
-
angleY
double angleY
rotation angle of (projected) coordinate frame around the screen y-axis.
-
xScale
double xScale
scale factor for x-values.
-
yScale
double yScale
scale factor for y-values.
-
zScale
double zScale
scale factor for y-values.
-
xTicks
double[] xTicks
-
xTicksPixel
int[] xTicksPixel
-
yTicks
double[] yTicks
-
yTicksPixel
int[] yTicksPixel
-
zTicks
double[] zTicks
-
oneDigit
DecimalFormat oneDigit
-
lastX
int lastX
Holds the coordinates of the user's last mousePressed event.
-
lastY
int lastY
Holds the coordinates of the user's last mousePressed event.