com.nchart3d.NChart.NChartCartesianPlanesIntersectionCoord Class Reference

The NChartCartesianPlanesIntersectionCoord class provides methods to handle coordinates of the NChartCartesianPlanesIntersectionCoordsect. More...

Public Member Functions

boolean isCalcAutomatically ()
 Flag determining if the coordinate should be calculated automatically (true) or is set manually (false). More...
 
void setCalcAutomatically (boolean calcAutomatically)
 For details see isCalcAutomatically().
 
double getValue ()
 Value of the coordinate. More...
 
void setValue (double value)
 For details see getValue().
 
boolean isHostsOnSAxis ()
 Flag determining if the position is calculated according to the secondary axis (true) or not (false) The default value is false.
 
void setHostsOnSAxis (boolean hostsOnSAxis)
 For details see isHostsOnSAxis().
 

Detailed Description

The NChartCartesianPlanesIntersectionCoord class provides methods to handle coordinates of the NChartCartesianPlanesIntersectionCoordsect.

NChartCartesianSystem has corresponding properties to control X, Y and Z coordinates of this point.

Member Function Documentation

double com.nchart3d.NChart.NChartCartesianPlanesIntersectionCoord.getValue ( )
inline

Value of the coordinate.

If the calcAutomatically flag is true, this property has no effect. If this property is assigned, calcAutomatically is set to false automatically.

boolean com.nchart3d.NChart.NChartCartesianPlanesIntersectionCoord.isCalcAutomatically ( )
inline

Flag determining if the coordinate should be calculated automatically (true) or is set manually (false).

The default value is true. If you set some value to the value property, this flag is set to false automatically.