Object

cc.drx.p5

Draw

Related Doc: package p5

Permalink

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. All

Type Members

  1. trait ClosedShape extends Shape

    Permalink

    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

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

    Permalink
  4. implicit final class RichArc extends AnyVal with Shape

    Permalink
  5. implicit final class RichArrow extends AnyVal with Shape

    Permalink
  6. implicit final class RichAxes[A, B] extends AnyVal with ClosedShape

    Permalink
  7. implicit final class RichBezier extends AnyVal with Shape

    Permalink
  8. implicit final class RichCirc extends AnyVal with ClosedShape

    Permalink
  9. implicit final class RichEllipse extends AnyVal with ClosedShape

    Permalink
  10. implicit final class RichFont extends AnyVal

    Permalink
  11. implicit final class RichImg extends AnyVal with Shape

    Permalink
  12. implicit final class RichLine extends AnyVal with Shape

    Permalink
  13. implicit final class RichPGraphics extends AnyVal

    Permalink
  14. implicit final class RichPImage extends AnyVal

    Permalink
  15. implicit final class RichPSurface extends AnyVal

    Permalink
  16. implicit final class RichPath extends AnyVal with Shape

    Permalink
  17. implicit final class RichPoly extends AnyVal with ClosedShape

    Permalink
  18. implicit final class RichRect extends AnyVal with ClosedShape

    Permalink
  19. implicit final class RichStar extends AnyVal with ClosedShape

    Permalink
  20. implicit final class RichState extends AnyVal with Shape

    Permalink
  21. implicit final class RichStyle extends AnyVal with Shape

    Permalink

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

  22. implicit final class RichSvg extends AnyVal with Shape

    Permalink
  23. implicit final class RichText extends AnyVal with ClosedShape

    Permalink
  24. implicit final class RichTri extends AnyVal with ClosedShape

    Permalink
  25. implicit final class RichVec extends AnyVal with Shape

    Permalink
  26. trait Shape extends Any

    Permalink

    Generic shape class

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

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def defaults(g: PGraphics): PGraphics

    Permalink

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

  7. def emptyCache(): scala.collection.concurrent.TrieMap[File, PImage]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped