Packages

package syntax

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AbstractAnimationRendererSyntax extends AnyRef

    Rendering works differently on different platforms.

    Rendering works differently on different platforms. The Javascript runtime must render asynchronously. The JVM runtime can render asychronously or sychronously. However, rendering in a Swing / Java2D context takes places on a daemon thread. This means the JVM will exit if this is the only thread running. The implication is that short Doodle program that does not block the main thread waiting for the Swing thread to complete will usually exit before the output appears. Therefore, at least in the common case, rendering should be synchronous on the JVM. People who want more control can work directly with IO.

  2. trait AnimationRendererSyntax extends AbstractAnimationRendererSyntax
  3. trait AnimationWriterSyntax extends AnyRef
  4. trait InterpolationSyntax extends AnyRef
  5. trait MouseClickSyntax extends AnyRef
  6. trait MouseMoveSyntax extends AnyRef
  7. trait MouseOverSyntax extends AnyRef
  8. trait RedrawSyntax extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped