Class

axle.jogl

AxleGLCanvas

Related Doc: package jogl

Permalink

case class AxleGLCanvas(scene: Scene, 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, OffscreenLayerOption, WindowClosingProtocol, AWTGLAutoDrawable, ComponentEvents, GLAutoDrawable, GLDrawable, 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. OffscreenLayerOption
  9. WindowClosingProtocol
  10. AWTGLAutoDrawable
  11. ComponentEvents
  12. GLAutoDrawable
  13. GLDrawable
  14. Canvas
  15. Accessible
  16. Component
  17. Serializable
  18. MenuContainer
  19. ImageObserver
  20. AnyRef
  21. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AxleGLCanvas(scene: Scene, 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 areFocusTraversalKeysSet(arg0: Int): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[javax.media.opengl.awt]
    Definition Classes
    GLCanvas
  37. final def disableEvents(arg0: Long): Unit

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

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

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

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

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

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

    Permalink
  44. def doLayout(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.awt]
    Definition Classes
    Component
  58. val fovy: UnittedQuantity[Angle, Float]

    Permalink
  59. def getAccessibleContext(): AccessibleContext

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  79. def getCursor(): Cursor

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  114. def getMinimumSize(): Dimension

    Permalink
    Definition Classes
    Component
  115. def getMouseListeners(): Array[MouseListener]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GLCanvas
  126. final def getShallUseOffscreenLayer(): Boolean

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

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

    Permalink
    Definition Classes
    Component
  129. def getToolkit(): Toolkit

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

    Permalink
    Definition Classes
    Component
  131. final def getUpstreamWidget(): AnyRef

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

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

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

    Permalink
    Definition Classes
    Component
  135. var glu: GLU

    Permalink
  136. def hasFocus(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  141. def invoke(arg0: Boolean, arg1: GLRunnable): Boolean

    Permalink
    Definition Classes
    GLCanvas → GLAutoDrawable
  142. def isBackgroundSet(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  162. def isValid(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  178. def printAll(arg0: Graphics): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  214. val scene: Scene

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GLCanvas → OffscreenLayerOption
  245. def setSize(arg0: Dimension): Unit

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

    Permalink
    Definition Classes
    Component
  247. def setVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Component
  248. def swapBuffers(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  250. def toString(): String

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

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

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

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

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

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

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

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

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

    Permalink
  260. 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 OffscreenLayerOption

Inherited from WindowClosingProtocol

Inherited from AWTGLAutoDrawable

Inherited from ComponentEvents

Inherited from GLAutoDrawable

Inherited from GLDrawable

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