Class TLcdGLDrawableHolder

java.lang.Object
com.luciad.view.opengl.binding.TLcdGLDrawableHolder

public class TLcdGLDrawableHolder extends Object
A container object for an ILcdGLDrawable and its associated GUI component.
See Also:
  • Constructor Details

    • TLcdGLDrawableHolder

      public TLcdGLDrawableHolder(Component aComponent, ILcdGLDrawable aGLDrawable)
      Creates a new drawable holder
      Parameters:
      aComponent - the GUI component associated with the drawable
      aGLDrawable - the ILcdGLDrawable itself
  • Method Details

    • getComponent

      public Component getComponent()
      Returns the GUI component associated with an ILcdGLDrawable.
      Returns:
      a Component
    • getGLDrawable

      public ILcdGLDrawable getGLDrawable()
      Returns an ILcdGLDrawable.
      Returns:
      an ILcdGLDrawable