TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.internal
Class Box3D

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.internal.Box3D

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class Box3D
extends java.lang.Object

Support for a 3D Box ... yea, a c u b e indeed!


Field Summary
static boolean MAX
          Deprecated.  
static boolean MIN
          Deprecated.  
protected  double xmax_
          Deprecated.  
protected  double xmin_
          Deprecated.  
protected  double ymax_
          Deprecated.  
protected  double ymin_
          Deprecated.  
protected  double zmax_
          Deprecated.  
protected  double zmin_
          Deprecated.  
 
Constructor Summary
Box3D(Box3D _B)
          Deprecated. Create a box copying field of given box.
Box3D(double _dim)
          Deprecated. Create a box using -_dim,+_dim for each coordinates
Box3D(double _xn, double _xx, double _yn, double _yx, double _zn, double _zx)
          Deprecated. Create a box using all field
 
Method Summary
 double getX(boolean max)
          Deprecated. return X min or max, use MIN/MAX
 double getXMax()
          Deprecated.  
 double getXMin()
          Deprecated.  
 double getY(boolean max)
          Deprecated. return Y min or max, use MIN/MAX
 double getYMax()
          Deprecated.  
 double getYMin()
          Deprecated.  
 double getZ(boolean max)
          Deprecated. return Z min or max, use MIN/MAX
 double getZMax()
          Deprecated.  
 double getZMin()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX

public static final boolean MAX
Deprecated. 
See Also:
Constant Field Values

MIN

public static final boolean MIN
Deprecated. 
See Also:
Constant Field Values

xmin_

protected double xmin_
Deprecated. 

ymin_

protected double ymin_
Deprecated. 

zmin_

protected double zmin_
Deprecated. 

xmax_

protected double xmax_
Deprecated. 

ymax_

protected double ymax_
Deprecated. 

zmax_

protected double zmax_
Deprecated. 
Constructor Detail

Box3D

public Box3D(double _xn,
             double _xx,
             double _yn,
             double _yx,
             double _zn,
             double _zx)
Deprecated. 
Create a box using all field


Box3D

public Box3D(double _dim)
Deprecated. 
Create a box using -_dim,+_dim for each coordinates


Box3D

public Box3D(Box3D _B)
Deprecated. 
Create a box copying field of given box.

Parameters:
_B - a non null Box3D
Method Detail

getXMin

public double getXMin()
Deprecated. 
Returns:
minimum coordinate on axis X

getYMin

public double getYMin()
Deprecated. 
Returns:
minimum coordinate on axis Y

getZMin

public double getZMin()
Deprecated. 
Returns:
minimum coordinate on axis Z

getXMax

public double getXMax()
Deprecated. 
Returns:
maximum coordinate on axis X

getYMax

public double getYMax()
Deprecated. 
Returns:
maximum coordinate on axis Y

getZMax

public double getZMax()
Deprecated. 
Returns:
maximum coordinate on axis Z

getX

public double getX(boolean max)
Deprecated. 
return X min or max, use MIN/MAX


getY

public double getY(boolean max)
Deprecated. 
return Y min or max, use MIN/MAX


getZ

public double getZ(boolean max)
Deprecated. 
return Z min or max, use MIN/MAX


TPTP 4.5.0 Platform Project
Internal API Specification