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 Link icon

    • TLcdGLDrawableHolder Link icon

      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 Link icon

    • getComponent Link icon

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

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