|
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.JCBox
A class that describes a 3D box (normally in data space).
Field Summary | |
double |
depth
The depth of the box (in the z direction). |
double |
height
The height of the box (in the y direction). |
double |
width
The width of the box (in the x direction). |
double |
x
The x data position of the box. |
double |
y
The y data position of the box. |
double |
z
The z data position of the box. |
Constructor Summary | |
JCBox()
Default constructor. |
|
JCBox(double x,
double y,
double width,
double height)
Constructor that provides all necessary value for a 2D rectangle. |
|
JCBox(double x,
double y,
double z,
double width,
double height,
double depth)
Constructor that provides all necessary value for a 3D box. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double x
public double y
public double z
public double width
public double height
public double depth
Constructor Detail |
public JCBox()
public JCBox(double x, double y, double z, double width, double height, double depth)
x
- the x position of the boxy
- the y position of the boxz
- the z position of the boxwidth
- the width of the box (in the x direction)height
- the height of the box (in the y direction)depth
- the depth of the box (in the z direction)public JCBox(double x, double y, double width, double height)
x
- the x position of the boxy
- the y position of the boxwidth
- the width of the box (in the x direction)height
- the height of the box (in the y direction)
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |