doodle.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 of calling draw
, rendering should be synchronous on the JVM.
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 of calling draw
, rendering should be synchronous on the JVM.
Attributes
- Source
- AbstractRendererSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- AngleSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- Base64Syntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- BitmapSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- BlendSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- DebugSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- LayoutSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- NormalizedSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- PathSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- RendererSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- ShapeSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- SizeSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- StyleSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- TextSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- ToPictureSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- TransformSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- TraverseSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- UnsignedByteSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- WriterSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- package.scala
- Supertypes
-
trait WriterSyntaxtrait UnsignedByteSyntaxtrait TraverseSyntaxtrait TransformSyntaxtrait ToPictureSyntaxtrait TextSyntaxtrait StyleSyntaxtrait SizeSyntaxtrait ShapeSyntaxtrait RendererSyntaxtrait AbstractRendererSyntaxtrait PathSyntaxtrait NormalizedSyntaxtrait LayoutSyntaxtrait DebugSyntaxtrait BlendSyntaxtrait BitmapSyntaxtrait Base64Syntaxtrait AngleSyntaxclass Objecttrait Matchableclass AnyShow all
- Self type
-
all.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
angle.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
base64.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
bitmap.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
blend.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
debug.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
layout.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
normalized.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
path.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
renderer.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
shape.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
size.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
style.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
text.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
toPicture.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
transform.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
traverse.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
unsignedByte.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
writer.type