|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart3d.Extents
Class internal to JClass Chart 3D. Used to store the extents in the x, y, and z direction of something.
Field Summary | |
protected double |
xMax
The current x maximum extents |
protected double |
xMin
The current x minimum extents |
protected double |
yMax
The current y maximum extents |
protected double |
yMin
The current y minimum extents |
protected double |
zMax
The current z maximum extents |
protected double |
zMin
The current z minimum extents |
Constructor Summary | |
Extents()
Null constructor. |
|
Extents(double xMin,
double xMax,
double yMin,
double yMax)
Constructor that intializes the x and y extents. |
|
Extents(double xMin,
double xMax,
double yMin,
double yMax,
double zMin,
double zMax)
Constructor that intializes the x, y and z extents |
Method Summary | |
protected void |
checkXExtents(double x)
Extends the extents in the x direction based on x. |
protected void |
checkXYExtents(double x,
double y)
Extends the extents in the x and/or y direction based on (x, y). |
protected void |
checkXYZExtents(double x,
double y,
double z)
Extends the extents in the x, y and/or z direction based on (x, y, z). |
protected void |
checkYExtents(double y)
Extends the extents in the y direction based on x. |
protected void |
checkZExtents(double z)
Extends the extents in the z direction based on x. |
protected double |
getXMax()
Gets the x maximum value for this extents object. |
protected double |
getXMin()
Gets the x minimum value for this extents object. |
protected double |
getYMax()
Gets the y maximum value for this extents object. |
protected double |
getYMin()
Gets the y minimum value for this extents object. |
protected double |
getZMax()
Gets the z maximum value for this extents object. |
protected double |
getZMin()
Gets the z minimum value for this extents object. |
protected void |
setXMax(double xMax)
Sets the x maximum value for this extents object. |
protected void |
setXMin(double xMin)
Sets the x minimum value for this extents object. |
protected void |
setYMax(double yMax)
Sets the y maximum value for this extents object. |
protected void |
setYMin(double yMin)
Sets the y minimum value for this extents object. |
protected void |
setZMax(double zMax)
Sets the z maximum value for this extents object. |
protected void |
setZMin(double zMin)
Sets the z minimum value for this extents object. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected double xMin
protected double xMax
protected double yMin
protected double yMax
protected double zMin
protected double zMax
Constructor Detail |
public Extents()
public Extents(double xMin, double xMax, double yMin, double yMax)
xMin
- The initial x minimumxMax
- The initial x maximumyMin
- The initial y minimumyMax
- The initial y maximumpublic Extents(double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
xMin
- The initial x minimumxMax
- The initial x maximumyMin
- The initial y minimumyMax
- The initial y maximumzMin
- The initial z minimumzMax
- The initial z maximumMethod Detail |
protected double getXMin()
protected void setXMin(double xMin)
xMin
- The new value of xMinprotected double getXMax()
protected void setXMax(double xMax)
xMax
- The new value of xMaxprotected double getYMin()
protected void setYMin(double yMin)
yMin
- The new value of yMinprotected double getYMax()
protected void setYMax(double yMax)
yMax
- The new value of yMaxprotected double getZMin()
protected void setZMin(double zMin)
zMin
- The new value of zMinprotected double getZMax()
protected void setZMax(double zMax)
zMax
- The new value of zMaxprotected void checkXExtents(double x)
x
- The x value to checkprotected void checkYExtents(double y)
y
- The y value to checkprotected void checkZExtents(double z)
z
- The z value to checkprotected void checkXYExtents(double x, double y)
x
- The x value to checky
- The y value to checkprotected void checkXYZExtents(double x, double y, double z)
x
- The x value to checky
- The y value to checkz
- The z value to checkpublic String toString()
toString
in class Object
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |