com.metl.renderer

Stroke

Related Doc: package renderer

class Stroke extends Double

Linear Supertypes
Double, Serializable, Path2D, Cloneable, Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Stroke
  2. Double
  3. Serializable
  4. Path2D
  5. Cloneable
  6. Shape
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Stroke(points: List[Point], thickness: Double)

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 append(arg0: PathIterator, arg1: Boolean): Unit

    Definition Classes
    Double → Path2D
  5. final def append(arg0: Shape, arg1: Boolean): Unit

    Definition Classes
    Path2D
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final def clone(): AnyRef

    Definition Classes
    Double → Path2D → AnyRef
  8. final def closePath(): Unit

    Definition Classes
    Path2D
  9. final def contains(arg0: Rectangle2D): Boolean

    Definition Classes
    Path2D → Shape
  10. final def contains(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean

    Definition Classes
    Path2D → Shape
  11. final def contains(arg0: Point2D): Boolean

    Definition Classes
    Path2D → Shape
  12. final def contains(arg0: Double, arg1: Double): Boolean

    Definition Classes
    Path2D → Shape
  13. final def createTransformedShape(arg0: AffineTransform): Shape

    Definition Classes
    Path2D
  14. final def curveTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double, arg4: Double, arg5: Double): Unit

    Definition Classes
    Double → Path2D
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getBounds(): Rectangle

    Definition Classes
    Path2D → Shape
  19. final def getBounds2D(): Rectangle2D

    Definition Classes
    Double → Shape
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. final def getCurrentPoint(): Point2D

    Definition Classes
    Path2D
  22. final def getPathIterator(arg0: AffineTransform): PathIterator

    Definition Classes
    Double → Shape
  23. final def getPathIterator(arg0: AffineTransform, arg1: Double): PathIterator

    Definition Classes
    Path2D → Shape
  24. final def getWindingRule(): Int

    Definition Classes
    Path2D
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def intersects(arg0: Rectangle2D): Boolean

    Definition Classes
    Path2D → Shape
  27. final def intersects(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean

    Definition Classes
    Path2D → Shape
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. final def lineTo(arg0: Double, arg1: Double): Unit

    Definition Classes
    Double → Path2D
  30. final def moveTo(arg0: Double, arg1: Double): Unit

    Definition Classes
    Double → Path2D
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. final def quadTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit

    Definition Classes
    Double → Path2D
  35. final def reset(): Unit

    Definition Classes
    Path2D
  36. final def setWindingRule(arg0: Int): Unit

    Definition Classes
    Path2D
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def transform(arg0: AffineTransform): Unit

    Definition Classes
    Double → Path2D
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Double

Inherited from Serializable

Inherited from Path2D

Inherited from Cloneable

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped