sjs_paper

Curve

class Curve extends Object

Annotations
@RawJSType() @JSName( "paper.Curve" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Curve
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Curve(point1: Point, handle1: Point, handle2: Point, point2: Point)

  2. new Curve(segment1: Segment, segment2: Segment)

  3. new Curve()

    Attributes
    protected

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 bounds: Rectangle

  6. def clone(): Curve

    Definition Classes
    Curve → AnyRef
  7. def divide(offset: Double = 0.5, isParameter: Boolean = false): Curve

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

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

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

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

    Definition Classes
    AnyRef → Any
  12. def getCurvatureAt(offset: Double, isParameter: Boolean): Point

  13. def getLocationAt(offset: Double, isParameter: Boolean = false): CurveLocation

  14. def getLocationOf(point: Point): CurveLocation

  15. def getNormalAt(offset: Double, isParameter: Boolean): Point

  16. def getParameterAt(offset: Double, start: Double): Double

  17. def getParameterAt(offset: Double): Double

  18. def getParameterOf(point: Point): Double

  19. def getPointAt(offset: Double, isParameter: Boolean): Point

  20. def getTangentAt(offset: Double, isParameter: Boolean): Point

  21. var handle1: Point

  22. var handle2: Point

  23. def handleBounds: Rectangle

  24. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def index: Int

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def isLinear(): Boolean

  29. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  30. def length: Double

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

    Definition Classes
    AnyRef
  32. def next: Curve

  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def path: Path

  36. var point1: Point

  37. var point2: Point

  38. def previous: Curve

  39. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  40. def remove(): Boolean

  41. def reverse(): Curve

  42. def segment1: Segment

  43. def segment2: Segment

  44. var selected: Boolean

  45. def split(offset: Double = 0.5, isParameter: Boolean = false): Path

  46. def strokeBounds: Rectangle

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

    Definition Classes
    AnyRef
  48. def toLocaleString(): String

    Definition Classes
    Object
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def valueOf(): Any

    Definition Classes
    Object
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def unary_!(): Boolean

    Definition Classes
    Any
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Considered abuse in typed JavaScript, will be removed in 0.6. Use js.Dynamic or js.prim.Boolean instead.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped