Reified

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

Attributes

Companion:
object
Source:
Reified.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

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