Reified

doodle.java2d.algebra.reified.Reified$
See theReified companion class
object Reified

Attributes

Companion
class
Source
Reified.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Reified.type

Members list

Type members

Classlikes

final case class Bitmap(transform: Transform, image: BufferedImage) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FillCircle(transform: Transform, fill: Fill, diameter: Double) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FillClosedPath(transform: Transform, fill: Fill, elements: List[PathElement]) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FillOpenPath(transform: Transform, fill: Fill, elements: List[PathElement]) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FillPolygon(transform: Transform, fill: Fill, points: Array[Point]) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FillRect(transform: Transform, fill: Fill, width: Double, height: Double) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StrokeCircle(transform: Transform, stroke: Stroke, diameter: Double) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StrokeClosedPath(transform: Transform, stroke: Stroke, elements: List[PathElement]) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StrokeOpenPath(transform: Transform, stroke: Stroke, elements: List[PathElement]) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StrokePolygon(transform: Transform, stroke: Stroke, points: Array[Point]) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StrokeRect(transform: Transform, stroke: Stroke, width: Double, height: Double) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Text(transform: Transform, fill: Option[Fill], stroke: Option[Stroke], text: String, font: Font, bounds: Rectangle2D) extends Reified

Attributes

Source
Reified.scala
Supertypes
class Reified
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def bitmap(transform: Transform, image: BufferedImage): Reified

Attributes

Source
Reified.scala
def fillCircle(transform: Transform, fill: Fill, diameter: Double): Reified

Attributes

Source
Reified.scala
def fillClosedPath(transform: Transform, fill: Fill, elements: List[PathElement]): Reified

Attributes

Source
Reified.scala
def fillOpenPath(transform: Transform, fill: Fill, elements: List[PathElement]): Reified

Attributes

Source
Reified.scala
def fillPolygon(transform: Transform, fill: Fill, points: Array[Point]): Reified

Attributes

Source
Reified.scala
def fillRect(transform: Transform, fill: Fill, width: Double, height: Double): Reified

Attributes

Source
Reified.scala
def strokeCircle(transform: Transform, stroke: Stroke, diameter: Double): Reified

Attributes

Source
Reified.scala
def strokeClosedPath(transform: Transform, stroke: Stroke, elements: List[PathElement]): Reified

Attributes

Source
Reified.scala
def strokeOpenPath(transform: Transform, stroke: Stroke, elements: List[PathElement]): Reified

Attributes

Source
Reified.scala
def strokePolygon(transform: Transform, stroke: Stroke, points: Array[Point]): Reified

Attributes

Source
Reified.scala
def strokeRect(transform: Transform, stroke: Stroke, width: Double, height: Double): Reified

Attributes

Source
Reified.scala
def text(transform: Transform, fill: Option[Fill], stroke: Option[Stroke], text: String, font: Font, bounds: Rectangle2D): Reified

Attributes

Source
Reified.scala

Attributes

Source
Reified.scala
def transform(tx: Transform, points: Array[Point]): Array[Point]

Attributes

Source
Reified.scala