Package

dotterweide.editor

painter

Permalink

package painter

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractPainter extends Painter

    Permalink
  2. class FlashPainter extends AbstractPainter

    Permalink

    Paints an interval background between selection and text for a given duration in milliseconds.

  3. trait Painter extends ObservableEvents[Rectangle]

    Permalink

    An object that participates in painting the editor component.

    An object that participates in painting the editor component. If fires "dirty" rectangles that need repainting.

  4. case class PainterContext(document: Document, terminal: Terminal, data: Data, canvas: Canvas, grid: Grid, styling: Styling, font: FontSettings) extends Product with Serializable

    Permalink

Value Members

  1. object Painter

    Permalink
  2. object PainterFactory

    Permalink

Ungrouped