Package com.luciad.view.opengl.binding
Class TLcdGLDrawableHolder
java.lang.Object
com.luciad.view.opengl.binding.TLcdGLDrawableHolder
A container object for an ILcdGLDrawable and its associated GUI component.
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdGLDrawableHolder
(Component aComponent, ILcdGLDrawable aGLDrawable) Creates a new drawable holder -
Method Summary
Modifier and TypeMethodDescriptionReturns the GUI component associated with an ILcdGLDrawable.Returns an ILcdGLDrawable.
-
Constructor Details
-
TLcdGLDrawableHolder
Creates a new drawable holder- Parameters:
aComponent
- the GUI component associated with the drawableaGLDrawable
- the ILcdGLDrawable itself
-
-
Method Details
-
getComponent
Returns the GUI component associated with an ILcdGLDrawable.- Returns:
- a Component
-
getGLDrawable
Returns an ILcdGLDrawable.- Returns:
- an ILcdGLDrawable
-