com.nchart3d.NChart.NChartAxesPlane Class Reference

The NChartAxesPlane class provides methods to display the axes plane for the cartesian system. More...

Inheritance diagram for com.nchart3d.NChart.NChartAxesPlane:
com.nchart3d.NChart.NChartObject

Public Member Functions

int getColor ()
 Color of axes plane.
 
void setColor (int color)
 For details see getColor().
 
float getWidth ()
 Width of the axes plane in 3D scene units. More...
 
void setWidth (float width)
 For details see getWidth().
 
- Public Member Functions inherited from com.nchart3d.NChart.NChartObject
boolean isVisible ()
 Flag that determines if the object is visible or not. More...
 
void setVisible (boolean visible)
 For details see isVisible().
 
NChart getChart ()
 Chart the object belongs to. More...
 

Detailed Description

The NChartAxesPlane class provides methods to display the axes plane for the cartesian system.

Member Function Documentation

float com.nchart3d.NChart.NChartAxesPlane.getWidth ( )
inline

Width of the axes plane in 3D scene units.

Actually, one 3D scene unit is equal to half a screen size by the initial zoom (therefore the space of 3D scene is actually nonlinear respectively to the screen). Of course you can try to calculate out the value you need, but you would find it out easier experimentally. The default value is 0.05.