org::scilab::modules::renderer::subwinDrawing::BottomXTicksDrawerGL Class Reference

Inheritance diagram for org::scilab::modules::renderer::subwinDrawing::BottomXTicksDrawerGL:

Inheritance graph
[legend]
Collaboration diagram for org::scilab::modules::renderer::subwinDrawing::BottomXTicksDrawerGL:

Collaboration graph
[legend]

Public Member Functions

 BottomXTicksDrawerGL ()
double findYCoordinate (double zCoordinate)
double findZCoordinate ()

Detailed Description

Class drawing ticks on of X axis placed on the bottom of the axes box
Author:
Jean-Baptiste Silvy

Definition at line 21 of file BottomXTicksDrawerGL.java.


Constructor & Destructor Documentation

org::scilab::modules::renderer::subwinDrawing::BottomXTicksDrawerGL::BottomXTicksDrawerGL (  )  [inline]

Default constructor

Definition at line 26 of file BottomXTicksDrawerGL.java.

00026                                       {
00027                 super();
00028         }


Member Function Documentation

double org::scilab::modules::renderer::subwinDrawing::BottomXTicksDrawerGL::findYCoordinate ( double  zCoordinate  )  [inline, virtual]

Compute the Y coordinate of the X axis segment

Parameters:
zCoordinate Z coordinate of the X axis segment alredy computed by findZCoordinate
Returns:
Y coordinate of the segment to draw

Implements org::scilab::modules::renderer::subwinDrawing::XTicksDrawerGL.

Definition at line 35 of file BottomXTicksDrawerGL.java.

References org::scilab::modules::renderer::subwinDrawing::BoxTrimmingObjectGL::findFrontYCoordinate().

00035                                                           {
00036                 return findFrontYCoordinate(zCoordinate);
00037         }

Here is the call graph for this function:

double org::scilab::modules::renderer::subwinDrawing::BottomXTicksDrawerGL::findZCoordinate (  )  [inline, virtual]

Find the Z coordinate of the X axis segment. X axis segment is always displayed on the bottom of tyhe box.

Returns:
Z coordinate of the segment to draw

Implements org::scilab::modules::renderer::subwinDrawing::XTicksDrawerGL.

Definition at line 45 of file BottomXTicksDrawerGL.java.

References org::scilab::modules::renderer::subwinDrawing::BoxTrimmingObjectGL::findLowerZCoordinate().

00045                                         {
00046                 return findLowerZCoordinate();
00047         }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sun Apr 27 16:24:12 2008 for Scilab [trunk] by  doxygen 1.5.4