Redraw

doodle.java2d.effect.Redraw
See theRedraw companion object
sealed trait Redraw

Determines how the Canvas handles drawing multiple Pictures. The default is to clear the Canvas with the Frame 's background color every time a new picture is rendered. Alternatively a different color can be specified. This allows one to blend together pictures while keeping a constant background.

Attributes

Companion
object
Source
Redraw.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ClearToBackground.type
class ClearToColor
In this article