doodle.core.format

Members list

Type members

Classlikes

trait Format

Marker trait for types that represent image formats, such as PNG and JPEG.

Marker trait for types that represent image formats, such as PNG and JPEG.

Attributes

Source
Format.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Gif
trait Jpg
object Jpg.type
trait Pdf
object Gif.type
object Pdf.type
trait Png
object Png.type
trait Svg
object Svg.type
Show all
sealed trait Gif extends Format

Attributes

Companion
object
Source
Format.scala
Supertypes
trait Format
class Object
trait Matchable
class Any
object Gif extends Pdf

Attributes

Companion
trait
Source
Format.scala
Supertypes
trait Pdf
trait Format
class Object
trait Matchable
class Any
Self type
Gif.type
sealed trait Jpg extends Format

Attributes

Companion
object
Source
Format.scala
Supertypes
trait Format
class Object
trait Matchable
class Any
Known subtypes
object Jpg.type
object Jpg extends Jpg

Attributes

Companion
trait
Source
Format.scala
Supertypes
trait Sum
trait Mirror
trait Jpg
trait Format
class Object
trait Matchable
class Any
Show all
Self type
Jpg.type
sealed trait Pdf extends Format

Attributes

Companion
object
Source
Format.scala
Supertypes
trait Format
class Object
trait Matchable
class Any
Known subtypes
object Gif.type
object Pdf.type
object Pdf extends Pdf

Attributes

Companion
trait
Source
Format.scala
Supertypes
trait Sum
trait Mirror
trait Pdf
trait Format
class Object
trait Matchable
class Any
Show all
Self type
Pdf.type
sealed trait Png extends Format

Attributes

Companion
object
Source
Format.scala
Supertypes
trait Format
class Object
trait Matchable
class Any
Known subtypes
object Png.type
object Png extends Png

Attributes

Companion
trait
Source
Format.scala
Supertypes
trait Sum
trait Mirror
trait Png
trait Format
class Object
trait Matchable
class Any
Show all
Self type
Png.type
sealed trait Svg extends Format

Attributes

Companion
object
Source
Format.scala
Supertypes
trait Format
class Object
trait Matchable
class Any
Known subtypes
object Svg.type
object Svg extends Svg

Attributes

Companion
trait
Source
Format.scala
Supertypes
trait Sum
trait Mirror
trait Svg
trait Format
class Object
trait Matchable
class Any
Show all
Self type
Svg.type