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

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

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

Collaboration graph
[legend]

Public Member Functions

 BackTrihedronDrawerGL ()
void setBoxParameters (int hiddenAxisColor, float thickness)
void drawBox (int concealedCornerIndex)

Detailed Description

Class drawing only the backTrihedron of a subwin object
Author:
Jean-Baptiste Silvy

Definition at line 21 of file BackTrihedronDrawerGL.java.


Constructor & Destructor Documentation

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

Default constuctor

Definition at line 26 of file BackTrihedronDrawerGL.java.

00026                                        {
00027                 super();
00028         }


Member Function Documentation

void org::scilab::modules::renderer::subwinDrawing::BackTrihedronDrawerGL::setBoxParameters ( int  hiddenAxisColor,
float  thickness 
) [inline]

An other seetting for parameters since line colro is not needed

Parameters:
hiddenAxisColor color of back trihedron lines
thickness thickness of the lines

Definition at line 36 of file BackTrihedronDrawerGL.java.

References org::scilab::modules::renderer::subwinDrawing::SubwinLineBoxDrawer::setHiddenAxisColor(), and org::scilab::modules::renderer::subwinDrawing::SubwinLineBoxDrawer::setThickness().

00036                                                                            {
00037                 setHiddenAxisColor(hiddenAxisColor);
00038                 setThickness(thickness);
00039         }

Here is the call graph for this function:

void org::scilab::modules::renderer::subwinDrawing::BackTrihedronDrawerGL::drawBox ( int  concealedCornerIndex  )  [inline, virtual]

Draw the box specified by its bounds.

Parameters:
concealedCornerIndex index of the concealed corner

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

Definition at line 45 of file BackTrihedronDrawerGL.java.

References org::scilab::modules::renderer::subwinDrawing::SubwinLineBoxDrawer::drawTrihedron().

00045                                                       {
00046                 drawTrihedron(concealedCornerIndex);
00047         }

Here is the call graph for this function:


The documentation for this class was generated from the following file:

Generated on Tue Sep 9 18:28:37 2008 for Scilab [trunk] by  doxygen 1.5.5