doodle.java2d.effect.Redraw
See theRedraw companion trait
object Redraw
Attributes
- Companion
- trait
- Source
- Redraw.scala
- Graph
-
- Supertypes
- Self type
-
Redraw.type
Members list
Type members
Classlikes
case object ClearToBackground extends Redraw
Attributes
- Source
- Redraw.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Redrawclass Objecttrait Matchableclass AnyShow all
- Self type
-
ClearToBackground.type
final case class ClearToColor(color: Color) extends Redraw
Attributes
- Source
- Redraw.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Redrawclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Clear the Canvas with the given color when rendering a new Picture.
Concrete fields
Attributes
- Source
- Redraw.scala
In this article