doodle.effect
Members list
Type members
Classlikes
The Base64Writer type represent the ability to encode an image as a Base64 String in a given format.
The Base64Writer type represent the ability to encode an image as a Base64 String in a given format.
Attributes
- Source
- Base64Writer.scala
- Supertypes
The BufferedImageWriter type represent the ability to encode an image as a java BufferedImage class.
The BufferedImageWriter type represent the ability to encode an image as a java BufferedImage class.
Attributes
- Source
- BufferedImageWriter.scala
- Supertypes
The DefaultFrame typeclass provides a reasonable default Frame. This is a convenience for Renderer or Writer users that don't want to have to create a Frame instance.
The DefaultFrame typeclass provides a reasonable default Frame. This is a convenience for Renderer or Writer users that don't want to have to create a Frame instance.
Attributes
- Companion
- object
- Source
- DefaultFrame.scala
- Supertypes
Attributes
- Companion
- trait
- Source
- DefaultFrame.scala
- Supertypes
- Self type
-
DefaultFrame.type
The FileWriter typeclass represents write a picture to a file in a given format.
The FileWriter typeclass represents write a picture to a file in a given format.
Attributes
- Source
- FileWriter.scala
- Supertypes
The Renderer typeclass describes a data type that can create an area to render a picture (a Canvas) from a description (a Frame) and render a picture to that Canvas.
The Renderer typeclass describes a data type that can create an area to render a picture (a Canvas) from a description (a Frame) and render a picture to that Canvas.
Attributes
- Companion
- object
- Source
- Renderer.scala
- Supertypes
Attributes
- Companion
- trait
- Source
- Renderer.scala
- Supertypes
- Self type
-
Renderer.type
Marker trait for effects that write a picture to a file or some other type.
Marker trait for effects that write a picture to a file or some other type.
Attributes
- Source
- Writer.scala
- Supertypes
- Known subtypes
-