Packages

o

cc.drx.p5

Draw

object Draw

Source
draw.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Draw
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ClosedShape extends Shape

    these are shapes that have an area and default to coloring by area rather than stroke

  2. implicit final class DrxShapeStyled extends AnyVal with Shape
  3. case class GroupedShape(shapes: Iterable[Shape]) extends Shape with Product with Serializable
  4. implicit final class RichArc extends AnyVal with Shape
  5. implicit final class RichArrow extends AnyVal with Shape
  6. implicit final class RichAxes[A, B] extends AnyVal with ClosedShape
  7. implicit final class RichBezier extends AnyVal with Shape
  8. implicit final class RichCirc extends AnyVal with ClosedShape
  9. implicit final class RichEllipse extends AnyVal with ClosedShape
  10. implicit final class RichFont extends AnyVal
  11. implicit final class RichImg extends AnyVal with Shape
  12. implicit final class RichLine extends AnyVal with Shape
  13. implicit final class RichPGraphics extends AnyVal
  14. implicit final class RichPImage extends AnyVal
  15. implicit final class RichPSurface extends AnyVal
  16. implicit final class RichPath extends AnyVal with Shape
  17. implicit final class RichPoly extends AnyVal with ClosedShape
  18. implicit final class RichRect extends AnyVal with ClosedShape
  19. implicit final class RichStar extends AnyVal with ClosedShape
  20. implicit final class RichState extends AnyVal with Shape
  21. implicit final class RichStyle extends AnyVal with Shape

    style here has grown to be a compound of graphics drawing state

  22. implicit final class RichSvg extends AnyVal with Shape
  23. implicit final class RichText extends AnyVal with ClosedShape
  24. implicit final class RichTri extends AnyVal with ClosedShape
  25. implicit final class RichVec extends AnyVal with Shape
  26. trait Shape extends Any

    Generic shape class

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def defaults(g: processing.core.PGraphics): processing.core.PGraphics

    this can be used to reset the draw states to some known state

  7. def emptyCache(): scala.collection.concurrent.TrieMap[File, PImage]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped