sciGraphics::BackTrihedronDrawerJavaMapper Class Reference

#include </home/scilab/compilation_chain/sci_checkOut/scilab/modules/renderer/src/cpp/subwinDrawing/BackTrihedronDrawerJavaMapper.hxx>

Inheritance diagram for sciGraphics::BackTrihedronDrawerJavaMapper:

Inheritance graph
[legend]
Collaboration diagram for sciGraphics::BackTrihedronDrawerJavaMapper:

Collaboration graph
[legend]

Public Member Functions

 BackTrihedronDrawerJavaMapper (void)
virtual ~BackTrihedronDrawerJavaMapper (void)
virtual void display (void)
virtual void initializeDrawing (int figureIndex)
virtual void endDrawing (void)
virtual void show (int figureIndex)
virtual void destroy (int figureIndex)
virtual void setFigureIndex (int figureIndex)
virtual void setBoxParameters (int hiddenAxisColor, float thickness)
virtual void drawBox (double xMin, double xMax, double yMin, double yMax, double zMin, double zMax, int concealedCornerIndex)

Protected Attributes

org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGLm_pJavaObject

Detailed Description

Contains mapping of java method used by BackTrihedronDrawerJoGL

Definition at line 27 of file BackTrihedronDrawerJavaMapper.hxx.


Constructor & Destructor Documentation

sciGraphics::BackTrihedronDrawerJavaMapper::BackTrihedronDrawerJavaMapper ( void   ) 

Definition at line 25 of file BackTrihedronDrawerJavaMapper.cpp.

References getScilabJavaVM(), and m_pJavaObject.

Here is the call graph for this function:

sciGraphics::BackTrihedronDrawerJavaMapper::~BackTrihedronDrawerJavaMapper ( void   )  [virtual]

Definition at line 30 of file BackTrihedronDrawerJavaMapper.cpp.

References m_pJavaObject, and NULL.

00031 {
00032   delete m_pJavaObject;
00033   m_pJavaObject = NULL;
00034 }


Member Function Documentation

void sciGraphics::BackTrihedronDrawerJavaMapper::display ( void   )  [virtual]

Implements sciGraphics::DrawableObjectJavaMapper.

Definition at line 36 of file BackTrihedronDrawerJavaMapper.cpp.

References org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGL::display(), and m_pJavaObject.

00037 {
00038   m_pJavaObject->display();
00039 }

Here is the call graph for this function:

void sciGraphics::BackTrihedronDrawerJavaMapper::initializeDrawing ( int  figureIndex  )  [virtual]

Implements sciGraphics::DrawableObjectJavaMapper.

Definition at line 41 of file BackTrihedronDrawerJavaMapper.cpp.

References org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGL::initializeDrawing(), and m_pJavaObject.

00042 {
00043   m_pJavaObject->initializeDrawing(figureIndex);
00044 }

Here is the call graph for this function:

void sciGraphics::BackTrihedronDrawerJavaMapper::endDrawing ( void   )  [virtual]

Implements sciGraphics::DrawableObjectJavaMapper.

Definition at line 46 of file BackTrihedronDrawerJavaMapper.cpp.

References org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGL::endDrawing(), and m_pJavaObject.

00047 {
00048   m_pJavaObject->endDrawing();
00049 }

Here is the call graph for this function:

void sciGraphics::BackTrihedronDrawerJavaMapper::show ( int  figureIndex  )  [virtual]

Implements sciGraphics::DrawableObjectJavaMapper.

Definition at line 51 of file BackTrihedronDrawerJavaMapper.cpp.

References m_pJavaObject, and org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGL::show().

00052 {
00053   m_pJavaObject->show(figureIndex);
00054 }

Here is the call graph for this function:

void sciGraphics::BackTrihedronDrawerJavaMapper::destroy ( int  figureIndex  )  [virtual]

Implements sciGraphics::DrawableObjectJavaMapper.

Definition at line 56 of file BackTrihedronDrawerJavaMapper.cpp.

References org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGL::destroy(), and m_pJavaObject.

00057 {
00058   m_pJavaObject->destroy(parentFigureIndex);
00059 }

Here is the call graph for this function:

void sciGraphics::BackTrihedronDrawerJavaMapper::setFigureIndex ( int  figureIndex  )  [virtual]

Implements sciGraphics::DrawableObjectJavaMapper.

Definition at line 61 of file BackTrihedronDrawerJavaMapper.cpp.

References m_pJavaObject, and org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGL::setFigureIndex().

00062 {
00063   m_pJavaObject->setFigureIndex(figureIndex);
00064 }

Here is the call graph for this function:

void sciGraphics::BackTrihedronDrawerJavaMapper::setBoxParameters ( int  hiddenAxisColor,
float  thickness 
) [virtual]

Definition at line 66 of file BackTrihedronDrawerJavaMapper.cpp.

References m_pJavaObject, and org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGL::setBoxParameters().

Referenced by sciGraphics::BackTrihedronDrawerJoGL::drawAxesBox().

00067 {
00068   m_pJavaObject->setBoxParameters(hiddenAxisColor, thickness);
00069 }

Here is the call graph for this function:

Here is the caller graph for this function:

void sciGraphics::BackTrihedronDrawerJavaMapper::drawBox ( double  xMin,
double  xMax,
double  yMin,
double  yMax,
double  zMin,
double  zMax,
int  concealedCornerIndex 
) [virtual]

Definition at line 71 of file BackTrihedronDrawerJavaMapper.cpp.

References org_scilab_modules_renderer_subwinDrawing::BackTrihedronDrawerGL::drawBox(), and m_pJavaObject.

Referenced by sciGraphics::BackTrihedronDrawerJoGL::drawAxesBox().

00074 {
00075   m_pJavaObject->drawBox(xMin, xMax, yMin, yMax, zMin, zMax, concealedCornerIndex);
00076 }

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation


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

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