sjs_paper

View

trait View extends Object

Annotations
@RawJSType() @JSName( "paper.View" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. View
  2. Object
  3. Any
  4. AnyRef
  5. 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def attach(handlers: Object): Unit

  6. def attach(eventType: String, handler: Function1[Event, Unit]): Unit

  7. def bounds: Rectangle

  8. var center: Point

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def detach(handlers: Object): Unit

  11. def detach(eventType: String, handler: Function1[Event, Unit]): Unit

  12. def draw(): Unit

  13. def element: HTMLCanvasElement

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fire(eventType: String, event: Object): Unit

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  20. def hashCode(): Int

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

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

    Definition Classes
    Object
  23. def isVisible(): Boolean

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

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

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

    Definition Classes
    AnyRef
  27. var onFrame: Function1[Event, Unit]

  28. var onResize: Function1[Event, Unit]

  29. def pause(): Unit

  30. def pixelRatio: Double

  31. def play(): Unit

  32. def projectToView(point: Point): Point

  33. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  34. def remove(): Unit

  35. def resolution: Int

  36. def responds(eventType: String): Boolean

  37. def scrollBy(point: Point): Unit

  38. def size: Size

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

    Definition Classes
    AnyRef
  40. def toLocaleString(): String

    Definition Classes
    Object
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def update(): Unit

  43. def valueOf(): Any

    Definition Classes
    Object
  44. def viewSize: Size

  45. def viewToProject(point: Point): Point

  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( ... )
  49. var zoom: Double

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