Packages

case class Star(c: Vec, r: Bound[Double], n: Int = 5, innerAngle: Angle = Angle(0), outerAngleOffset: Angle = Angle(0)) extends Closed with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Star
  2. Serializable
  3. Product
  4. Equals
  5. Closed
  6. Shape
  7. AnyRef
  8. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Star(c: Vec, r: Bound[Double], n: Int = 5, innerAngle: Angle = Angle(0), outerAngleOffset: Angle = Angle(0))

Value Members

  1. def applyIf(t: Boolean, f: (Star) => Star): Star
    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  2. def applyIf(t: (Star) => Boolean)(f: (Star) => Star): Star

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  3. val c: Vec
  4. def draw(implicit g: DrawContext): Unit

    generic draw method

    generic draw method

    Definition Classes
    StarShape
  5. def elementOf(xs: Set[Star]): Boolean
    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  6. val innerAngle: Angle
  7. val n: Int
  8. def noneIf(f: (Star) => Boolean): Option[Star]
    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. def optionIf(f: (Star) => Boolean): Option[Star]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  10. val outerAngleOffset: Angle
  11. def preApply[B](f: (Star) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. val r: Bound[Double]
  14. def sideEffect(f: (Star) => Unit): Star

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  15. def someIf(f: (Star) => Boolean): Option[Star]
    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  16. val thisAny: Star
    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  17. lazy val vertices: List[Vec]
  18. def ~(color: Color): Styled

    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
    ClosedShape
  19. def ~(property: Property): Styled

    initialize shape with a style

    initialize shape with a style

    Definition Classes
    Shape
  20. def ~(style: Style): Styled

    Attach a style to a shape

    Attach a style to a shape

    Definition Classes
    Shape

Deprecated Value Members

  1. def ?>(f: (Star) => Boolean): Option[Star]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] 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: (Star) => B): B
    Implicit
    This member is added by an implicit conversion from Star toDrxAny[Star] 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)