Java2DPanel

doodle.java2d.effect.Java2DPanel$
See theJava2DPanel companion class
object Java2DPanel

Attributes

Companion
class
Source
Java2DPanel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class RenderRequest[A](picture: Picture[A], frame: Frame, cb: Either[Throwable, RenderResult[A]] => Unit)

Attributes

Source
Java2DPanel.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RenderResult[A](boundingBox: BoundingBox, width: Double, height: Double, reified: List[Reified], value: A)

Attributes

Source
Java2DPanel.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all