trait
Shape extends Any
Abstract Value Members
-
abstract
def
draw(implicit g: PGraphics): Unit
-
abstract
def
getClass(): Class[_]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Shape, B)
-
final
def
==(arg0: Any): Boolean
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
elementOf(xs: Set[Shape]): Boolean
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Shape
-
-
-
def
formatted(fmtstr: String): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
-
def
preApply[B](f: (Shape) ⇒ B): B
-
-
-
def
to(max: Shape)(implicit b: Boundable[Shape]): Bound[Shape]
-
def
toString(): String
-
-
def
~(property: Property): StyledShape
-
-
def
→[B](y: B): (Shape, B)
Deprecated Value Members
-
-
def
draw(style: Style)(implicit g: PGraphics): Unit
-
def
|>[B](f: (Shape) ⇒ B): B
Inherited by implicit conversion DrxBoundOps from
Shape to BoundOps[Shape]
Inherited by implicit conversion any2stringadd from
Shape to any2stringadd[Shape]
Inherited by implicit conversion StringFormat from
Shape to StringFormat[Shape]
Inherited by implicit conversion Ensuring from
Shape to Ensuring[Shape]
Inherited by implicit conversion ArrowAssoc from
Shape to ArrowAssoc[Shape]
Generic shape class