Reified

doodle.java2d.algebra.reified.Reified
See theReified companion object
sealed abstract class Reified extends Product, Serializable

Attributes

Companion
object
Source
Reified.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Bitmap
class FillCircle
class FillOpenPath
class FillPolygon
class FillRect
class StrokeCircle
class StrokeRect
class Text
Show all

Members list

Value members

Abstract methods

Attributes

Source
Reified.scala

Concrete methods

def render[A](gc: A, finalTransform: Transform)(implicit ctx: GraphicsContext[A]): Unit

finalTransform gives an transform applied after any other reified transform. Usually this is a transform from logical to screen coordinates.

finalTransform gives an transform applied after any other reified transform. Usually this is a transform from logical to screen coordinates.

Attributes

Source
Reified.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product