Class

cc.drx.p5.Draw

GroupedShape

Related Doc: package Draw

Permalink

case class GroupedShape(shapes: Iterable[Shape]) extends Shape with Product with Serializable

Source
draw.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupedShape
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Shape
  7. AnyRef
  8. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GroupedShape(shapes: Iterable[Shape])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to any2stringadd[GroupedShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GroupedShape, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to ArrowAssoc[GroupedShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val a: GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: Boolean, f: (GroupedShape) ⇒ GroupedShape): GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (GroupedShape) ⇒ Boolean)(f: (GroupedShape) ⇒ GroupedShape): GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def draw(implicit g: PGraphics): Unit

    Permalink
    Definition Classes
    GroupedShapeShape
  12. def elementOf(xs: Set[GroupedShape]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. def ensuring(cond: (GroupedShape) ⇒ Boolean, msg: ⇒ Any): GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to Ensuring[GroupedShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (GroupedShape) ⇒ Boolean): GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to Ensuring[GroupedShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to Ensuring[GroupedShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to Ensuring[GroupedShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to StringFormat[GroupedShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val min: GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to BoundOps[GroupedShape] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def noneIf(f: (GroupedShape) ⇒ Boolean): Option[GroupedShape]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def optionIf(f: (GroupedShape) ⇒ Boolean): Option[GroupedShape]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  28. def preApply[B](f: (GroupedShape) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  29. val shapes: Iterable[Shape]

    Permalink
  30. def sideEffect(f: (GroupedShape) ⇒ Unit): GroupedShape

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  31. def someIf(f: (GroupedShape) ⇒ Boolean): Option[GroupedShape]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def to(max: GroupedShape)(implicit b: Boundable[GroupedShape]): Bound[GroupedShape]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to BoundOps[GroupedShape] performed by method DrxBoundOps in cc.drx.predef.Enrich.
    Definition Classes
    BoundOps
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def ~(color: Color): StyledShape

    Permalink

    provide a quick automatic way to set a fill or stroke all shapes have a stroke even if they can be filled (but the ClosedShape overrides this to provide a fill color)

    provide a quick automatic way to set a fill or stroke all shapes have a stroke even if they can be filled (but the ClosedShape overrides this to provide a fill color)

    Definition Classes
    Shape
  38. def ~(property: Property): StyledShape

    Permalink
    Definition Classes
    Shape
  39. def ~(style: Style): StyledShape

    Permalink
    Definition Classes
    Shape
  40. def [B](y: B): (GroupedShape, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to ArrowAssoc[GroupedShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def ?>(f: (GroupedShape) ⇒ Boolean): Option[GroupedShape]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def draw(style: Style)(implicit g: PGraphics): Unit

    Permalink
    Definition Classes
    Shape
    Annotations
    @deprecated
    Deprecated

    (Since version v0.1.18) use (g ! shape ~ style) or (shape ~ style draw g) instead

  3. def |>[B](f: (GroupedShape) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from GroupedShape to DrxAny[GroupedShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny from GroupedShape to DrxAny[GroupedShape]

Inherited by implicit conversion DrxBoundOps from GroupedShape to BoundOps[GroupedShape]

Inherited by implicit conversion any2stringadd from GroupedShape to any2stringadd[GroupedShape]

Inherited by implicit conversion StringFormat from GroupedShape to StringFormat[GroupedShape]

Inherited by implicit conversion Ensuring from GroupedShape to Ensuring[GroupedShape]

Inherited by implicit conversion ArrowAssoc from GroupedShape to ArrowAssoc[GroupedShape]

Ungrouped