doodle.interact.syntax

Members list

Type members

Classlikes

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.

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.

Attributes

Source
AbstractAnimationRendererSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object animationRenderer.type

Attributes

Source
AnimationRendererSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object animationRenderer.type

Attributes

Source
AnimationWriterSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object animationWriter.type

Attributes

Source
InterpolationSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object interpolation.type

Attributes

Source
MouseClickSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object mouseClick.type

Attributes

Source
MouseMoveSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object mouseMove.type

Attributes

Source
MouseOverSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object mouseOver.type
trait RedrawSyntax

Attributes

Source
RedrawSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object redraw.type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object mouseClick extends MouseClickSyntax

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
mouseClick.type
object mouseMove extends MouseMoveSyntax

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
mouseMove.type
object mouseOver extends MouseOverSyntax

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
mouseOver.type
object redraw extends RedrawSyntax

Attributes

Source
package.scala
Supertypes
trait RedrawSyntax
class Object
trait Matchable
class Any
Self type
redraw.type