class SVGPage[Builder, T <: Frag, Frag, E, M] extends Page[T, E]

Linear Supertypes
Page[T, E], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SVGPage
  2. Page
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SVGPage(renderer: SVGRenderer[Builder, T, Frag, M], eventLike: EventLike[E, T])

Type Members

  1. type Point = PagePoint
    Definition Classes
    Page

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 addEdge(edge: Edge[EditorGraphEdge], model: EditorModel): IO[Option[GraphElement[T]]]
    Definition Classes
    SVGPagePage
  5. def addNode(node: Node[EditorGraphNode], model: EditorModel): IO[Option[GraphElement[T]]]
    Definition Classes
    SVGPagePage
  6. def applyDrag: (DragStart[T]) => Unit
    Definition Classes
    SVGPagePage
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def beforeDrag: (E) => Unit
    Definition Classes
    SVGPagePage
  9. def click: (E) => Option[ElementRef]
  10. def clientHeight: Double
  11. def clientWidth: Double
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def deleteElement(element: GraphElement[T]): IO[Unit]
    Definition Classes
    SVGPagePage
  14. def drag: (E) => Unit
    Definition Classes
    Page
  15. val dragStartRef: Ref[IO, Option[DragStart[T]]]
    Definition Classes
    Page
  16. def endDrag: (E) => Option[DragStart[T]]
    Definition Classes
    Page
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def eventCoordinates(event: E): Point
    Definition Classes
    SVGPagePage
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def pageCenter: PointSpec
    Definition Classes
    SVGPagePage
  27. def pageCoordinates(x: Double, y: Double): Point
    Definition Classes
    SVGPagePage
  28. def pan(evt: E): Unit
  29. var panStart: Option[PanContext]
  30. def resetTransformation: IO[Unit]
    Definition Classes
    SVGPagePage
  31. def root: T
    Definition Classes
    SVGPagePage
  32. def screenCoordinates(x: Double, y: Double): Point
    Definition Classes
    SVGPagePage
  33. def scrollSpeed: Double
  34. def setSelection(element: GraphElement[T]): IO[Unit]
    Definition Classes
    SVGPagePage
  35. def startDrag: (E) => Option[DragStart[T]]
  36. def startPan(event: E): Boolean
  37. def stopPan(event: E): Unit
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def unsetSelection(element: GraphElement[T]): IO[Unit]
    Definition Classes
    SVGPagePage
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def zoom(evt: E): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Page[T, E]

Inherited from AnyRef

Inherited from Any

Ungrouped