Class

axle.jogl

AxleGLCanvas

Related Doc: package jogl

Permalink

case class AxleGLCanvas[S](scene: SceneFrame[S], textureUrls: Seq[(URL, String)], fovy: UnittedQuantity[Angle, Float], zNear: UnittedQuantity[Distance, Float], zFar: UnittedQuantity[Distance, Float], distanceUnit: UnitOfMeasurement[Distance])(implicit angleMeta: AngleConverter[Float], distanceMeta: DistanceConverter[Float]) extends GLCanvas with GLEventListener with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GLEventListener, EventListener, GLCanvas, ScalableSurface, GLSharedContextSetter, AWTPrintLifecycle, OffscreenLayerOption, WindowClosingProtocol, AWTGLAutoDrawable, ComponentEvents, GLAutoDrawable, GLDrawable, NativeSurfaceHolder, Canvas, Accessible, Component, Serializable, MenuContainer, ImageObserver, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AxleGLCanvas
  2. Serializable
  3. Product
  4. Equals
  5. GLEventListener
  6. EventListener
  7. GLCanvas
  8. ScalableSurface
  9. GLSharedContextSetter
  10. AWTPrintLifecycle
  11. OffscreenLayerOption
  12. WindowClosingProtocol
  13. AWTGLAutoDrawable
  14. ComponentEvents
  15. GLAutoDrawable
  16. GLDrawable
  17. NativeSurfaceHolder
  18. Canvas
  19. Accessible
  20. Component
  21. Serializable
  22. MenuContainer
  23. ImageObserver
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AxleGLCanvas(scene: SceneFrame[S], textureUrls: Seq[(URL, String)], fovy: UnittedQuantity[Angle, Float], zNear: UnittedQuantity[Distance, Float], zFar: UnittedQuantity[Distance, Float], distanceUnit: UnitOfMeasurement[Distance])(implicit angleMeta: AngleConverter[Float], distanceMeta: DistanceConverter[Float])

    Permalink

Type Members

  1. class AccessibleAWTCanvas extends AccessibleAWTComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Canvas
  2. abstract class AccessibleAWTComponent extends AccessibleContext with Serializable with AccessibleComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  3. class BltBufferStrategy extends BufferStrategy

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  4. class FlipBufferStrategy extends BufferStrategy

    Permalink
    Attributes
    protected
    Definition Classes
    Component

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(arg0: PopupMenu): Unit

    Permalink
    Definition Classes
    Component
  5. def addComponentListener(arg0: ComponentListener): Unit

    Permalink
    Definition Classes
    Component
  6. def addFocusListener(arg0: FocusListener): Unit

    Permalink
    Definition Classes
    Component
  7. def addGLEventListener(arg0: Int, arg1: GLEventListener): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
    Annotations
    @throws( ... )
  8. def addGLEventListener(arg0: GLEventListener): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  9. def addHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    Permalink
    Definition Classes
    Component
  10. def addHierarchyListener(arg0: HierarchyListener): Unit

    Permalink
    Definition Classes
    Component
  11. def addInputMethodListener(arg0: InputMethodListener): Unit

    Permalink
    Definition Classes
    Component
  12. def addKeyListener(arg0: KeyListener): Unit

    Permalink
    Definition Classes
    Component
  13. def addMouseListener(arg0: MouseListener): Unit

    Permalink
    Definition Classes
    Component
  14. def addMouseMotionListener(arg0: MouseMotionListener): Unit

    Permalink
    Definition Classes
    Component
  15. def addMouseWheelListener(arg0: MouseWheelListener): Unit

    Permalink
    Definition Classes
    Component
  16. def addNotify(): Unit

    Permalink
    Definition Classes
    GLCanvas → Canvas → Component
  17. def addPropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Component
  18. def addPropertyChangeListener(arg0: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Component
  19. def applyComponentOrientation(arg0: ComponentOrientation): Unit

    Permalink
    Definition Classes
    Component
  20. def areAllGLEventListenerInitialized(): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  21. def areFocusTraversalKeysSet(arg0: Int): Boolean

    Permalink
    Definition Classes
    Component
  22. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  23. def checkImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Int

    Permalink
    Definition Classes
    Component
  24. def checkImage(arg0: Image, arg1: ImageObserver): Int

    Permalink
    Definition Classes
    Component
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def coalesceEvents(arg0: AWTEvent, arg1: AWTEvent): AWTEvent

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  27. def contains(arg0: Point): Boolean

    Permalink
    Definition Classes
    Component
  28. def contains(arg0: Int, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
  29. def createBufferStrategy(arg0: Int, arg1: BufferCapabilities): Unit

    Permalink
    Definition Classes
    Canvas → Component
    Annotations
    @throws( classOf[java.awt.AWTException] )
  30. def createBufferStrategy(arg0: Int): Unit

    Permalink
    Definition Classes
    Canvas → Component
  31. def createContext(arg0: GLContext): GLContext

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable → GLDrawable
  32. def createImage(arg0: Int, arg1: Int): Image

    Permalink
    Definition Classes
    Component
  33. def createImage(arg0: ImageProducer): Image

    Permalink
    Definition Classes
    Component
  34. def createVolatileImage(arg0: Int, arg1: Int, arg2: ImageCapabilities): VolatileImage

    Permalink
    Definition Classes
    Component
    Annotations
    @throws( classOf[java.awt.AWTException] )
  35. def createVolatileImage(arg0: Int, arg1: Int): VolatileImage

    Permalink
    Definition Classes
    Component
  36. def destroy(): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  37. def destroyImpl(arg0: Boolean): Unit

    Permalink
    Attributes
    protected[com.jogamp.opengl.awt]
    Definition Classes
    GLCanvas
  38. final def disableEvents(arg0: Long): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  39. final def dispatchEvent(arg0: AWTEvent): Unit

    Permalink
    Definition Classes
    Component
  40. def display(drawable: GLAutoDrawable): Unit

    Permalink
    Definition Classes
    AxleGLCanvas → GLEventListener
  41. def display(): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  42. def dispose(drawable: GLAutoDrawable): Unit

    Permalink
    Definition Classes
    AxleGLCanvas → GLEventListener
  43. def disposeGLEventListener(arg0: GLEventListener, arg1: Boolean): GLEventListener

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  44. val distanceUnit: UnitOfMeasurement[Distance]

    Permalink
  45. def doLayout(): Unit

    Permalink
    Definition Classes
    Component
  46. final def enableEvents(arg0: Long): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  47. def enableInputMethods(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  48. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. def firePropertyChange(arg0: String, arg1: Double, arg2: Double): Unit

    Permalink
    Definition Classes
    Component
  51. def firePropertyChange(arg0: String, arg1: Float, arg2: Float): Unit

    Permalink
    Definition Classes
    Component
  52. def firePropertyChange(arg0: String, arg1: Long, arg2: Long): Unit

    Permalink
    Definition Classes
    Component
  53. def firePropertyChange(arg0: String, arg1: Short, arg2: Short): Unit

    Permalink
    Definition Classes
    Component
  54. def firePropertyChange(arg0: String, arg1: Char, arg2: Char): Unit

    Permalink
    Definition Classes
    Component
  55. def firePropertyChange(arg0: String, arg1: Byte, arg2: Byte): Unit

    Permalink
    Definition Classes
    Component
  56. def firePropertyChange(arg0: String, arg1: Int, arg2: Int): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  57. def firePropertyChange(arg0: String, arg1: Boolean, arg2: Boolean): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  58. def firePropertyChange(arg0: String, arg1: Any, arg2: Any): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  59. def flushGLRunnables(): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  60. val fovy: UnittedQuantity[Angle, Float]

    Permalink
  61. def getAccessibleContext(): AccessibleContext

    Permalink
    Definition Classes
    Canvas → Accessible → Component
  62. def getAlignmentX(): Float

    Permalink
    Definition Classes
    Component
  63. def getAlignmentY(): Float

    Permalink
    Definition Classes
    Component
  64. def getAnimator(): GLAnimatorControl

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  65. def getAutoSwapBufferMode(): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  66. def getBackground(): java.awt.Color

    Permalink
    Definition Classes
    Component
    Annotations
    @Transient()
  67. def getBaseline(arg0: Int, arg1: Int): Int

    Permalink
    Definition Classes
    Component
  68. def getBaselineResizeBehavior(): BaselineResizeBehavior

    Permalink
    Definition Classes
    Component
  69. def getBounds(arg0: Rectangle): Rectangle

    Permalink
    Definition Classes
    Component
  70. def getBounds(): Rectangle

    Permalink
    Definition Classes
    Component
  71. def getBufferStrategy(): BufferStrategy

    Permalink
    Definition Classes
    Canvas → Component
  72. def getChosenGLCapabilities(): GLCapabilitiesImmutable

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  73. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  74. def getColorModel(): ColorModel

    Permalink
    Definition Classes
    Component
  75. def getComponentAt(arg0: Point): Component

    Permalink
    Definition Classes
    Component
  76. def getComponentAt(arg0: Int, arg1: Int): Component

    Permalink
    Definition Classes
    Component
  77. def getComponentListeners(): Array[ComponentListener]

    Permalink
    Definition Classes
    Component
  78. def getComponentOrientation(): ComponentOrientation

    Permalink
    Definition Classes
    Component
  79. def getContext(): GLContext

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  80. def getContextCreationFlags(): Int

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  81. final def getCurrentSurfaceScale(arg0: Array[Float]): Array[Float]

    Permalink
    Definition Classes
    GLCanvas → ScalableSurface
  82. def getCursor(): Cursor

    Permalink
    Definition Classes
    Component
  83. def getDefaultCloseOperation(): WindowClosingMode

    Permalink
    Definition Classes
    GLCanvas → WindowClosingProtocol
  84. final def getDelegatedDrawable(): GLDrawable

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  85. def getDropTarget(): DropTarget

    Permalink
    Definition Classes
    Component
  86. final def getExclusiveContextThread(): Thread

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  87. def getFactory(): GLDrawableFactory

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  88. def getFocusCycleRootAncestor(): Container

    Permalink
    Definition Classes
    Component
  89. def getFocusListeners(): Array[FocusListener]

    Permalink
    Definition Classes
    Component
  90. def getFocusTraversalKeys(arg0: Int): Set[AWTKeyStroke]

    Permalink
    Definition Classes
    Component
  91. def getFocusTraversalKeysEnabled(): Boolean

    Permalink
    Definition Classes
    Component
  92. def getFont(): Font

    Permalink
    Definition Classes
    Component → MenuContainer
    Annotations
    @Transient()
  93. def getFontMetrics(arg0: Font): FontMetrics

    Permalink
    Definition Classes
    Component
  94. def getForeground(): java.awt.Color

    Permalink
    Definition Classes
    Component
    Annotations
    @Transient()
  95. def getGL(): GL

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  96. def getGLEventListener(arg0: Int): GLEventListener

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
    Annotations
    @throws( ... )
  97. def getGLEventListenerCount(): Int

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  98. def getGLEventListenerInitState(arg0: GLEventListener): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  99. def getGLProfile(): GLProfile

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  100. def getGraphics(): Graphics

    Permalink
    Definition Classes
    Component
  101. def getGraphicsConfiguration(): GraphicsConfiguration

    Permalink
    Definition Classes
    GLCanvas → Component
  102. def getHandle(): Long

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  103. def getHeight(): Int

    Permalink
    Definition Classes
    Component
  104. def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

    Permalink
    Definition Classes
    Component
  105. def getHierarchyListeners(): Array[HierarchyListener]

    Permalink
    Definition Classes
    Component
  106. def getIgnoreRepaint(): Boolean

    Permalink
    Definition Classes
    Component
  107. def getInputContext(): InputContext

    Permalink
    Definition Classes
    Component
  108. def getInputMethodListeners(): Array[InputMethodListener]

    Permalink
    Definition Classes
    Component
  109. def getInputMethodRequests(): InputMethodRequests

    Permalink
    Definition Classes
    Component
  110. def getKeyListeners(): Array[KeyListener]

    Permalink
    Definition Classes
    Component
  111. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]

    Permalink
    Definition Classes
    Component
  112. def getLocale(): Locale

    Permalink
    Definition Classes
    Component
  113. def getLocation(arg0: Point): Point

    Permalink
    Definition Classes
    Component
  114. def getLocation(): Point

    Permalink
    Definition Classes
    Component
  115. def getLocationOnScreen(): Point

    Permalink
    Definition Classes
    Component
  116. def getMaximumSize(): Dimension

    Permalink
    Definition Classes
    Component
  117. def getMaximumSurfaceScale(arg0: Array[Float]): Array[Float]

    Permalink
    Definition Classes
    GLCanvas → ScalableSurface
  118. def getMinimumSize(): Dimension

    Permalink
    Definition Classes
    Component
  119. def getMinimumSurfaceScale(arg0: Array[Float]): Array[Float]

    Permalink
    Definition Classes
    GLCanvas → ScalableSurface
  120. def getMouseListeners(): Array[MouseListener]

    Permalink
    Definition Classes
    Component
  121. def getMouseMotionListeners(): Array[MouseMotionListener]

    Permalink
    Definition Classes
    Component
  122. def getMousePosition(): Point

    Permalink
    Definition Classes
    Component
    Annotations
    @throws( classOf[java.awt.HeadlessException] )
  123. def getMouseWheelListeners(): Array[MouseWheelListener]

    Permalink
    Definition Classes
    Component
  124. def getName(): String

    Permalink
    Definition Classes
    Component
  125. def getNativeSurface(): NativeSurface

    Permalink
    Definition Classes
    GLCanvas → GLDrawable → NativeSurfaceHolder
  126. def getParent(): Container

    Permalink
    Definition Classes
    Component
  127. def getPreferredSize(): Dimension

    Permalink
    Definition Classes
    Component
  128. def getPropertyChangeListeners(arg0: String): Array[PropertyChangeListener]

    Permalink
    Definition Classes
    Component
  129. def getPropertyChangeListeners(): Array[PropertyChangeListener]

    Permalink
    Definition Classes
    Component
  130. def getRequestedGLCapabilities(): GLCapabilitiesImmutable

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  131. final def getRequestedSurfaceScale(arg0: Array[Float]): Array[Float]

    Permalink
    Definition Classes
    GLCanvas → ScalableSurface
  132. final def getShallUseOffscreenLayer(): Boolean

    Permalink
    Definition Classes
    GLCanvas → OffscreenLayerOption
  133. def getSize(arg0: Dimension): Dimension

    Permalink
    Definition Classes
    Component
  134. def getSize(): Dimension

    Permalink
    Definition Classes
    Component
  135. def getSurfaceHeight(): Int

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  136. def getSurfaceWidth(): Int

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  137. def getToolkit(): Toolkit

    Permalink
    Definition Classes
    Component
  138. final def getTreeLock(): AnyRef

    Permalink
    Definition Classes
    Component
  139. final def getUpstreamLock(): RecursiveLock

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  140. final def getUpstreamWidget(): AnyRef

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  141. def getWidth(): Int

    Permalink
    Definition Classes
    Component
  142. def getX(): Int

    Permalink
    Definition Classes
    Component
  143. def getY(): Int

    Permalink
    Definition Classes
    Component
  144. def hasFocus(): Boolean

    Permalink
    Definition Classes
    Component
  145. def imageUpdate(arg0: Image, arg1: Int, arg2: Int, arg3: Int, arg4: Int, arg5: Int): Boolean

    Permalink
    Definition Classes
    Component → ImageObserver
  146. def init(drawable: GLAutoDrawable): Unit

    Permalink
    Definition Classes
    AxleGLCanvas → GLEventListener
  147. def invalidate(): Unit

    Permalink
    Definition Classes
    Component
  148. def invoke(arg0: Boolean, arg1: List[GLRunnable]): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
    Annotations
    @throws( ... )
  149. def invoke(arg0: Boolean, arg1: GLRunnable): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
    Annotations
    @throws( ... )
  150. def isBackgroundSet(): Boolean

    Permalink
    Definition Classes
    Component
  151. def isCursorSet(): Boolean

    Permalink
    Definition Classes
    Component
  152. def isDisplayable(): Boolean

    Permalink
    Definition Classes
    Component
  153. def isDoubleBuffered(): Boolean

    Permalink
    Definition Classes
    Component
  154. def isEnabled(): Boolean

    Permalink
    Definition Classes
    Component
  155. def isFocusCycleRoot(arg0: Container): Boolean

    Permalink
    Definition Classes
    Component
  156. def isFocusOwner(): Boolean

    Permalink
    Definition Classes
    Component
  157. def isFocusable(): Boolean

    Permalink
    Definition Classes
    Component
  158. def isFontSet(): Boolean

    Permalink
    Definition Classes
    Component
  159. def isForegroundSet(): Boolean

    Permalink
    Definition Classes
    Component
  160. def isGLOriented(): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  161. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  162. def isLightweight(): Boolean

    Permalink
    Definition Classes
    Component
  163. def isMaximumSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  164. def isMinimumSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  165. final def isOffscreenLayerSurfaceEnabled(): Boolean

    Permalink
    Definition Classes
    GLCanvas → OffscreenLayerOption
  166. def isOpaque(): Boolean

    Permalink
    Definition Classes
    Component
  167. def isPreferredSizeSet(): Boolean

    Permalink
    Definition Classes
    Component
  168. def isRealized(): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  169. def isShowing(): Boolean

    Permalink
    Definition Classes
    Component
  170. final def isThreadGLCapable(): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  171. def isValid(): Boolean

    Permalink
    Definition Classes
    Component
  172. def isVisible(): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Transient()
  173. def list(arg0: PrintWriter, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
  174. def list(arg0: PrintWriter): Unit

    Permalink
    Definition Classes
    Component
  175. def list(arg0: PrintStream, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
  176. def list(arg0: PrintStream): Unit

    Permalink
    Definition Classes
    Component
  177. def list(): Unit

    Permalink
    Definition Classes
    Component
  178. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  179. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  180. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  181. def paint(arg0: Graphics): Unit

    Permalink
    Definition Classes
    GLCanvas → Canvas → Component
  182. def paintAll(arg0: Graphics): Unit

    Permalink
    Definition Classes
    Component
  183. def paramString(): String

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  184. def prepareImage(arg0: Image, arg1: Int, arg2: Int, arg3: ImageObserver): Boolean

    Permalink
    Definition Classes
    Component
  185. def prepareImage(arg0: Image, arg1: ImageObserver): Boolean

    Permalink
    Definition Classes
    Component
  186. def print(arg0: Graphics): Unit

    Permalink
    Definition Classes
    GLCanvas → Component
  187. def printAll(arg0: Graphics): Unit

    Permalink
    Definition Classes
    Component
  188. def processComponentEvent(arg0: ComponentEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  189. def processEvent(arg0: AWTEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  190. def processFocusEvent(arg0: FocusEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  191. def processHierarchyBoundsEvent(arg0: HierarchyEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  192. def processHierarchyEvent(arg0: HierarchyEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  193. def processInputMethodEvent(arg0: InputMethodEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  194. def processKeyEvent(arg0: KeyEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  195. def processMouseEvent(arg0: MouseEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  196. def processMouseMotionEvent(arg0: MouseEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  197. def processMouseWheelEvent(arg0: MouseWheelEvent): Unit

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  198. var rc: RenderContext

    Permalink
  199. def releasePrint(): Unit

    Permalink
    Definition Classes
    GLCanvas → AWTPrintLifecycle
  200. def remove(arg0: MenuComponent): Unit

    Permalink
    Definition Classes
    Component → MenuContainer
  201. def removeComponentListener(arg0: ComponentListener): Unit

    Permalink
    Definition Classes
    Component
  202. def removeFocusListener(arg0: FocusListener): Unit

    Permalink
    Definition Classes
    Component
  203. def removeGLEventListener(arg0: GLEventListener): GLEventListener

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  204. def removeHierarchyBoundsListener(arg0: HierarchyBoundsListener): Unit

    Permalink
    Definition Classes
    Component
  205. def removeHierarchyListener(arg0: HierarchyListener): Unit

    Permalink
    Definition Classes
    Component
  206. def removeInputMethodListener(arg0: InputMethodListener): Unit

    Permalink
    Definition Classes
    Component
  207. def removeKeyListener(arg0: KeyListener): Unit

    Permalink
    Definition Classes
    Component
  208. def removeMouseListener(arg0: MouseListener): Unit

    Permalink
    Definition Classes
    Component
  209. def removeMouseMotionListener(arg0: MouseMotionListener): Unit

    Permalink
    Definition Classes
    Component
  210. def removeMouseWheelListener(arg0: MouseWheelListener): Unit

    Permalink
    Definition Classes
    Component
  211. def removeNotify(): Unit

    Permalink
    Definition Classes
    GLCanvas → Component
  212. def removePropertyChangeListener(arg0: String, arg1: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Component
  213. def removePropertyChangeListener(arg0: PropertyChangeListener): Unit

    Permalink
    Definition Classes
    Component
  214. def repaint(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Definition Classes
    Component
  215. def repaint(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    Component
  216. def repaint(arg0: Long): Unit

    Permalink
    Definition Classes
    Component
  217. def repaint(): Unit

    Permalink
    Definition Classes
    Component
  218. def requestFocus(arg0: Boolean): Boolean

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  219. def requestFocus(): Unit

    Permalink
    Definition Classes
    Component
  220. def requestFocusInWindow(arg0: Boolean): Boolean

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  221. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    Component
  222. def reshape(drawable: GLAutoDrawable, x: Int, y: Int, width: Int, height: Int): Unit

    Permalink
    Definition Classes
    AxleGLCanvas → GLEventListener
  223. def reshape(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    GLCanvas → Component
  224. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  225. val scene: SceneFrame[S]

    Permalink
  226. def setAnimator(arg0: GLAnimatorControl): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  227. def setAutoSwapBufferMode(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  228. def setBackground(arg0: java.awt.Color): Unit

    Permalink
    Definition Classes
    Component
  229. def setBounds(arg0: Rectangle): Unit

    Permalink
    Definition Classes
    Component
  230. def setBounds(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Permalink
    Definition Classes
    Component
  231. def setComponentOrientation(arg0: ComponentOrientation): Unit

    Permalink
    Definition Classes
    Component
  232. def setContext(arg0: GLContext, arg1: Boolean): GLContext

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  233. def setContextCreationFlags(arg0: Int): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  234. def setCursor(arg0: Cursor): Unit

    Permalink
    Definition Classes
    Component
  235. def setDefaultCloseOperation(arg0: WindowClosingMode): WindowClosingMode

    Permalink
    Definition Classes
    GLCanvas → WindowClosingProtocol
  236. def setDropTarget(arg0: DropTarget): Unit

    Permalink
    Definition Classes
    Component
  237. def setEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  238. final def setExclusiveContextThread(arg0: Thread): Thread

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
    Annotations
    @throws( ... )
  239. def setFocusTraversalKeys(arg0: Int, arg1: Set[_ <: AWTKeyStroke]): Unit

    Permalink
    Definition Classes
    Component
  240. def setFocusTraversalKeysEnabled(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  241. def setFocusable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  242. def setFont(arg0: Font): Unit

    Permalink
    Definition Classes
    Component
  243. def setForeground(arg0: java.awt.Color): Unit

    Permalink
    Definition Classes
    Component
  244. def setGL(arg0: GL): GL

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  245. def setGLEventListenerInitState(arg0: GLEventListener, arg1: Boolean): Unit

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  246. def setIgnoreRepaint(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  247. def setLocale(arg0: Locale): Unit

    Permalink
    Definition Classes
    Component
  248. def setLocation(arg0: Point): Unit

    Permalink
    Definition Classes
    Component
  249. def setLocation(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
  250. def setMaximumSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
  251. def setMinimumSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
  252. def setName(arg0: String): Unit

    Permalink
    Definition Classes
    Component
  253. def setPreferredSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
  254. final def setRealized(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  255. def setShallUseOffscreenLayer(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GLCanvas → OffscreenLayerOption
  256. final def setSharedAutoDrawable(arg0: GLAutoDrawable): Unit

    Permalink
    Definition Classes
    GLCanvas → GLSharedContextSetter
    Annotations
    @throws( ... )
  257. final def setSharedContext(arg0: GLContext): Unit

    Permalink
    Definition Classes
    GLCanvas → GLSharedContextSetter
    Annotations
    @throws( ... )
  258. def setSize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
  259. def setSize(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
  260. final def setSurfaceScale(arg0: Array[Float]): Boolean

    Permalink
    Definition Classes
    GLCanvas → ScalableSurface
  261. def setVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  262. def setupPrint(arg0: Double, arg1: Double, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Definition Classes
    GLCanvas → AWTPrintLifecycle
  263. var state: S

    Permalink
  264. def swapBuffers(): Unit

    Permalink
    Definition Classes
    GLCanvas → GLDrawable
  265. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  266. val textureUrls: Seq[(URL, String)]

    Permalink
  267. def toString(): String

    Permalink
    Definition Classes
    GLCanvas → GLDrawable → Component → AnyRef → Any
  268. def transferFocus(): Unit

    Permalink
    Definition Classes
    Component
  269. def transferFocusBackward(): Unit

    Permalink
    Definition Classes
    Component
  270. def transferFocusUpCycle(): Unit

    Permalink
    Definition Classes
    Component
  271. def update(arg0: Graphics): Unit

    Permalink
    Definition Classes
    GLCanvas → Canvas → Component
  272. def validate(): Unit

    Permalink
    Definition Classes
    Component
  273. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  274. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  275. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  276. val zFar: UnittedQuantity[Distance, Float]

    Permalink
  277. val zNear: UnittedQuantity[Distance, Float]

    Permalink

Deprecated Value Members

  1. def action(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def bounds(): Rectangle

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def deliverEvent(arg0: Event): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def disable(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def enable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def enable(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def getPeer(): ComponentPeer

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def gotFocus(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def handleEvent(arg0: Event): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def hide(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def inside(arg0: Int, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def isFocusTraversable(): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def keyDown(arg0: Event, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def keyUp(arg0: Event, arg1: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def layout(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def locate(arg0: Int, arg1: Int): Component

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def location(): Point

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  18. def lostFocus(arg0: Event, arg1: Any): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  19. def minimumSize(): Dimension

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  20. def mouseDown(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  21. def mouseDrag(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  22. def mouseEnter(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  23. def mouseExit(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  24. def mouseMove(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  25. def mouseUp(arg0: Event, arg1: Int, arg2: Int): Boolean

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  26. def move(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  27. def nextFocus(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  28. def postEvent(arg0: Event): Boolean

    Permalink
    Definition Classes
    Component → MenuContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  29. def preferredSize(): Dimension

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  30. def resize(arg0: Dimension): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  31. def resize(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  32. def show(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  33. def show(): Unit

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  34. def size(): Dimension

    Permalink
    Definition Classes
    Component
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GLEventListener

Inherited from EventListener

Inherited from GLCanvas

Inherited from ScalableSurface

Inherited from GLSharedContextSetter

Inherited from AWTPrintLifecycle

Inherited from OffscreenLayerOption

Inherited from WindowClosingProtocol

Inherited from AWTGLAutoDrawable

Inherited from ComponentEvents

Inherited from GLAutoDrawable

Inherited from GLDrawable

Inherited from NativeSurfaceHolder

Inherited from Canvas

Inherited from Accessible

Inherited from Component

Inherited from Serializable

Inherited from MenuContainer

Inherited from ImageObserver

Inherited from AnyRef

Inherited from Any

Ungrouped