Packages

class MoleculeSampleApp extends Application

The MoleculeSampleApp class illustrates the creation of 3D objects (a representation of a Hydrogen molecule) as well as how to rotate them using the mouse. It support the following keyboard commands as well: 'V' toggles the visibility of the Hydrogen molecule, 'X' toggles the visibility of the coordinate axes, 'Z' restores original locations.

Linear Supertypes
Application, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MoleculeSampleApp
  2. Application
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MoleculeSampleApp()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val axisGroup: Xform
  6. val camera: PerspectiveCamera
  7. val cameraXform: Xform
  8. val cameraXform2: Xform
  9. val cameraXform3: Xform
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. final def getHostServices(): HostServices
    Definition Classes
    Application
  16. final def getParameters(): Parameters
    Definition Classes
    Application
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. def init(): Unit
    Definition Classes
    Application
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val moleculeGroup: Xform
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. final def notifyPreloader(arg0: PreloaderNotification): Unit
    Definition Classes
    Application
  25. val root: Group
  26. def start(primaryStage: Stage): Unit

    Start the javafx application.

    Start the javafx application.

    Definition Classes
    MoleculeSampleApp → Application
  27. def stop(): Unit
    Definition Classes
    Application
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val world: Xform

Inherited from Application

Inherited from AnyRef

Inherited from Any

Ungrouped