Class

cc.drx.p5.Draw

StyledShape

Related Doc: package Draw

Permalink

case class StyledShape(shape: Shape, style: Style) extends Shape with Product with Serializable

Source
draw.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StyledShape
  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 StyledShape(shape: Shape, style: Style)

    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 StyledShape to any2stringadd[StyledShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StyledShape, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from StyledShape to ArrowAssoc[StyledShape] 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: StyledShape

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from StyledShape to DrxAny[StyledShape] 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(overrideStyle: Style)(implicit g: PGraphics): Unit

    Permalink
    Definition Classes
    StyledShapeShape
  12. def draw(implicit g: PGraphics): Unit

    Permalink
    Definition Classes
    StyledShapeShape
  13. def elementOf(xs: Set[StyledShape]): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  23. val min: StyledShape

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

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

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

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

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

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

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

    Permalink
  31. def sideEffect(f: (StyledShape) ⇒ Unit): StyledShape

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from StyledShape to DrxAny[StyledShape] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. val style: Style

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def ~(addProperty: Property): StyledShape

    Permalink
    Definition Classes
    StyledShapeShape
  40. def ~(mergeStyle: Style): StyledShape

    Permalink
    Definition Classes
    StyledShapeShape
  41. 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
  42. def [B](y: B): (StyledShape, B)

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

Deprecated Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from StyledShape to DrxAny[StyledShape] 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 |>[B](f: (StyledShape) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from StyledShape to DrxAny[StyledShape] 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 StyledShape to DrxAny[StyledShape]

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

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

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

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

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

Ungrouped