

Public Member Functions | |
| BackTrihedronDrawerGL () | |
| void | setBoxParameters (int hiddenAxisColor, float thickness) |
| void | drawBox (int concealedCornerIndex) |
Definition at line 21 of file BackTrihedronDrawerGL.java.
| org::scilab::modules::renderer::subwinDrawing::BackTrihedronDrawerGL::BackTrihedronDrawerGL | ( | ) | [inline] |
| void org::scilab::modules::renderer::subwinDrawing::BackTrihedronDrawerGL::setBoxParameters | ( | int | hiddenAxisColor, | |
| float | thickness | |||
| ) | [inline] |
An other seetting for parameters since line colro is not needed
| 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 }

| void org::scilab::modules::renderer::subwinDrawing::BackTrihedronDrawerGL::drawBox | ( | int | concealedCornerIndex | ) | [inline, virtual] |
Draw the box specified by its bounds.
| 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 }

1.5.5