sjs_paper

Project

class Project extends Object

Annotations
@RawJSType() @JSName( "paper.Project" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Project
  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 Project(canvas: HTMLCanvasElement)

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 activate(): Unit

  5. def activeLayer: Layer

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clear(): Unit

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. var currentStyle: Style

  10. def deselectAll(): Unit

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

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

    Definition Classes
    AnyRef → Any
  13. def exportJSON(asString: Boolean = true, precision: Int = 5): String

  14. def exportSVG(asString: Boolean = false, precision: Int = 5, matchShape: Boolean = false): AnyRef

  15. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  17. def getItem(criteria: Object): Item

  18. def getItems(criteria: Object): Array[Item]

  19. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def hitTest(point: Point, options: Object): HitResult

  22. def importJSON(json: String): Unit

  23. def importSVG(svgElementOrString: AnyRef, expandShapes: Boolean = false): Item

  24. def index: Int

  25. def isEmpty(): Boolean

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  28. def layers: Array[Layer]

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

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

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

    Definition Classes
    AnyRef
  32. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  33. def remove(): Unit

  34. def selectAll(): Unit

  35. def selectedItems: Array[Item]

  36. def symbols: Array[Symbol]

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

    Definition Classes
    AnyRef
  38. def toLocaleString(): String

    Definition Classes
    Object
  39. def toString(): String

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

    Definition Classes
    Object
  41. def view: View

  42. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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