org.hyperscala.easeljs

ShapeGraphics

Related Doc: package easeljs

class ShapeGraphics extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShapeGraphics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def arc(x: Double, y: Double, radius: Double, startAngle: Double, endAngle: Double, anticlockwise: Boolean = false): ShapeGraphics

  5. def arcTo(x1: Double, y1: Double, x2: Double, y2: Double, radius: Double): ShapeGraphics

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def beginFill(color: Color): ShapeGraphics

  8. def beginLinearGradientFill(colors: List[Color], ratios: List[Double], x0: Double, y0: Double, x1: Double, y1: Double): ShapeGraphics

  9. def beginLinearGradientStroke(colors: List[Color], ratios: List[Double], x0: Double, y0: Double, x1: Double, y1: Double): ShapeGraphics

  10. def beginRadialGradientFill(colors: List[Color], ratios: List[Double], x0: Double, y0: Double, r0: Double, x1: Double, y1: Double, r1: Double): ShapeGraphics

  11. def beginRadialGradientStroke(colors: List[Color], ratios: List[Double], x0: Double, y0: Double, r0: Double, x1: Double, y1: Double, r1: Double): ShapeGraphics

  12. def beginStroke(color: Color): ShapeGraphics

  13. def bezierCurveTo(cp1x: Double, cp1y: Double, cp2x: Double, cp2y: Double, x: Double, y: Double): ShapeGraphics

  14. def cache(x: Double, y: Double, width: Double, height: Double, scale: Double = 1.0): ShapeGraphics

  15. def clear(): ShapeGraphics

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def closePath(): ShapeGraphics

  18. def decodePath(str: String): ShapeGraphics

  19. def drawCircle(x: Double, y: Double, radius: Double): ShapeGraphics

  20. def drawEllipse(x: Double, y: Double, w: Double, h: Double): ShapeGraphics

  21. def drawPolyStar(x: Double, y: Double, radius: Double, sides: Double, pointSize: Double, angle: Double): ShapeGraphics

  22. def drawRect(x: Double, y: Double, w: Double, h: Double): ShapeGraphics

  23. def drawRoundRect(x: Double, y: Double, w: Double, h: Double, radius: Double): ShapeGraphics

  24. def drawRoundRectComplex(x: Double, y: Double, w: Double, h: Double, radiusTL: Double, radiusTR: Double, radiusBR: Double, radiusBL: Double): ShapeGraphics

  25. def endFill(): ShapeGraphics

  26. def endStroke(): ShapeGraphics

  27. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  33. def lineTo(x: Double, y: Double): ShapeGraphics

  34. def moveTo(x: Double, y: Double): ShapeGraphics

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def quadraticCurveTo(cpx: Double, cpy: Double, x: Double, y: Double): ShapeGraphics

  39. def rect(x: Double, y: Double, w: Double, h: Double): ShapeGraphics

  40. def setStrokeStyle(thickness: Double, caps: Int = 0, joints: Int = 0, miterLimit: Int = 10, ignoreScale: Boolean = false): ShapeGraphics

  41. def store(): ShapeGraphics

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

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def unstore(): ShapeGraphics

  45. def updateCache(compositeOperation: String): ShapeGraphics

  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped