Graphic

indigo.shared.scenegraph.Graphic
See theGraphic companion class
object Graphic

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Graphic.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[M <: Material](x: Int, y: Int, width: Int, height: Int, depth: Int, material: M): Graphic[M]
def apply[M <: Material](x: Int, y: Int, width: Int, height: Int, material: M): Graphic[M]
def apply[M <: Material](bounds: Rectangle, depth: Int, material: M): Graphic[M]
def apply[M <: Material](bounds: Rectangle, material: M): Graphic[M]
def apply[M <: Material](width: Int, height: Int, material: M): Graphic[M]
def apply[M <: Material](size: Size, material: M): Graphic[M]

Givens

Givens

given derived$CanEqual[M_$_L <: Material, M_$_R <: Material](implicit x$0: CanEqual[M_$_L, M_$_R]): CanEqual[Graphic[M_$_L], Graphic[M_$_R]]