ElemEither

org.nspl.ElemEither
See theElemEither companion object
case class ElemEither[A <: Renderable[A], B <: Renderable[B]](either: Either[A, B], tx: AffineTransform) extends Renderable[ElemEither[A, B]]

A Renderable of an Either of Renderables

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Renderable[ElemEither[A, B]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rotate(rad: Double): K

Attributes

Inherited from:
Renderable
def rotate(rad: Double, x: Double, y: Double): K

Attributes

Inherited from:
Renderable
def rotateCenter(rad: Double): K

Attributes

Inherited from:
Renderable
def scale(x: Double, y: Double): K

Attributes

Inherited from:
Renderable
def translate(x: Double, y: Double): K

Attributes

Inherited from:
Renderable