From 3bc7d76b5da00781908da82cd0e989885323396f Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 29 Jun 2015 12:36:03 +0200 Subject: remove old scaladoc --- doc/graphyx/gui/WorldPanel.html | 910 ---------------------------------------- 1 file changed, 910 deletions(-) delete mode 100644 doc/graphyx/gui/WorldPanel.html (limited to 'doc/graphyx/gui/WorldPanel.html') diff --git a/doc/graphyx/gui/WorldPanel.html b/doc/graphyx/gui/WorldPanel.html deleted file mode 100644 index 1bac637..0000000 --- a/doc/graphyx/gui/WorldPanel.html +++ /dev/null @@ -1,910 +0,0 @@ - - - - - Scaladoc for graphyx.gui.WorldPanel - - - - - - - - - -

graphyx.gui

- -
- -

WorldPanel

-
- -

- class - - WorldPanel extends BoxPanel - -

-
- - - - - -
- -
- -
-
-

Inherits

-
  1. BoxPanel
  2. Wrapper
  3. SequentialContainer
  4. Panel
  5. Wrapper
  6. Container
  7. Component
  8. UIElement
  9. LazyPublisher
  10. Publisher
  11. Reactor
  12. Proxy
  13. AnyRef
  14. Any
-
-
- - - -
-

Value Members

-
  1. -

    - var - - Mouse: mouse - -

    - -
  2. -

    - def - - background: Color - -

    - -
  3. -

    - def - - background_=(c: Color): Unit - -

    - -
  4. -

    - def - - border: Border - -

    - -
  5. -

    - def - - border_=(b: Border): Unit - -

    - -
  6. -

    - def - - bounds: Rectangle - -

    - -
  7. -

    - val - - contents: Buffer[Component] - -

    - -
  8. -

    - def - - cursor: Cursor - -

    - -
  9. -

    - def - - cursor_=(c: Cursor): Unit - -

    - -
  10. -

    - def - - deafTo(ps: Publisher*): Unit - -

    - -
  11. -

    - def - - displayable: Boolean - -

    - -
  12. -

    - var - - drawAABBs: Boolean - -

    - -
  13. -

    - def - - drawAxes(g: Graphics2D): Unit - -

    - -
  14. -

    - var - - drawBodies: Boolean - -

    - -
  15. -

    - var - - drawCollisions: Boolean - -

    - -
  16. -

    - var - - drawJoints: Boolean - -

    - -
  17. -

    - var - - drawPairs: Boolean - -

    - -
  18. -

    - def - - drawParts(parts: Iterable[Drawable], g: Graphics2D): Unit - -

    - -
  19. -

    - var - - drawShapes: Boolean - -

    - -
  20. -

    - def - - enabled: Boolean - -

    - -
  21. -

    - def - - enabled_=(b: Boolean): Unit - -

    - -
  22. -

    - var - - endPoint: Point - -

    - -
  23. -

    - def - - equals(that: Any): Boolean - -

    -

    This method is used to compare the receiver object (this) -with the argument object (arg0) for equivalence

    -

    This method is used to compare the receiver object (this) -with the argument object (arg0) for equivalence.

    -The default implementations of this method is an equivalence -relation: -

      -
    • It is reflexive: for any instance x of type Any, - x.equals(x) should return true.
    • -
    • It is symmetric: for any instances x and y of type - Any, x.equals(y) should return true if and only - if y.equals(x) returns true.
    • -
    • It is transitive: for any instances - x, y, and z of type AnyRef - if x.equals(y) returns true and - y.equals(z) returns - true, then x.equals(z) should return true.
    • -
    -

    -If you override this method, you should verify that -your implementation remains an equivalence relation. -Additionally, when overriding this method it is often necessary to -override hashCode to ensure that objects that are -"equal" (o1.equals(o2) returns true) -hash to the same Int -(o1.hashCode.equals(o2.hashCode)). -

    - - -
    - definition classes: Proxy ⇐ AnyRef ⇐ Any -
    - -
    -
  24. -

    - def - - focusable: Boolean - -

    - -
  25. -

    - def - - focusable_=(b: Boolean): Unit - -

    - -
  26. -

    - def - - font: Font - -

    - -
  27. -

    - def - - font_=(f: Font): Unit - -

    - -
  28. -

    - def - - foreground: Color - -

    - -
  29. -

    - def - - foreground_=(c: Color): Unit - -

    - -
  30. -

    - def - - getBody(p: Vector2D): Option[Body] - -

    - -
  31. -

    - def - - grab(b: Body, p: Vector2D): Unit - -

    - -
  32. -

    - var - - grabbedBody: Option[GrabbedBody] - -

    - -
  33. -

    - def - - hasFocus: Boolean - -

    - -
  34. -

    - def - - hashCode(): Int - -

    -

    Returns a hash code value for the object

    -

    Returns a hash code value for the object.

    -The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash -codes (o1.hashCode.equals(o2.hashCode)) yet not be -equal (o1.equals(o2) returns false). A -degenerate implementation could always return 0. -However, it is required that if two objects are equal -(o1.equals(o2) returns true) that they -have identical hash codes -(o1.hashCode.equals(o2.hashCode)). Therefore, when -overriding this method, be sure to verify that the behavior is -consistent with the equals method. -

    - - -
    - definition classes: Proxy ⇐ AnyRef ⇐ Any -
    - -
    -
  35. -

    - def - - ignoreRepaint: Boolean - -

    - -
  36. -

    - def - - ignoreRepaint_=(b: Boolean): Unit - -

    - -
  37. -

    - var - - initP: JComponent - -

    - -
  38. -

    - def - - inputVerifier: (WorldPanel.this.type) ⇒ Boolean - -

    - -
  39. -

    - def - - inputVerifier_=(v: (WorldPanel.this.type) ⇒ Boolean): Unit - -

    - -
  40. -

    - val - - lblBody: Label - -

    - -
  41. -

    - def - - listenTo(ps: Publisher*): Unit - -

    - -
  42. -

    - def - - locale: Locale - -

    - -
  43. -

    - def - - location: Point - -

    - -
  44. -

    - def - - locationOnScreen: Point - -

    - -
  45. -

    - def - - maximumSize: Dimension - -

    - -
  46. -

    - def - - maximumSize_=(x: Dimension): Unit - -

    - -
  47. -

    - def - - minimumSize: Dimension - -

    - -
  48. -

    - def - - minimumSize_=(x: Dimension): Unit - -

    - -
  49. -

    - var - - mousePressed: Boolean - -

    - -
  50. -

    - var - - offset: Vector2D - -

    - -
  51. -

    - def - - onFirstSubscribe(): Unit - -

    - -
  52. -

    - def - - onLastUnsubscribe(): Unit - -

    - -
  53. -

    - def - - opaque: Boolean - -

    - -
  54. -

    - def - - opaque_=(b: Boolean): Unit - -

    - -
  55. -

    - def - - paint(g: Graphics2D): Unit - -

    - -
  56. -

    - def - - paintComponent(g: Graphics2D): Unit - -

    - -
  57. -

    - var - - peer: JPanel with SuperMixin - -

    - -
  58. -

    - def - - point2Vector(p: Point): Vector2D - -

    - -
  59. -

    - val - - popup: BodyPopup - -

    - -
  60. -

    - val - - ppm: Double - -

    - -
  61. -

    - def - - preferredSize: Dimension - -

    - -
  62. -

    - def - - preferredSize_=(xy: (Int, Int)): Unit - -

    - -
  63. -

    - def - - preferredSize_=(x: Dimension): Unit - -

    - -
  64. -

    - val - - prevPos: Map[Int, Queue[Vector2D]] - -

    - -
  65. -

    - def - - publish(e: Event): Unit - -

    - -
  66. -

    - val - - reactions: Reactions - -

    - -
  67. -

    - def - - release(): Unit - -

    - -
  68. -

    - def - - repaint(rect: Rectangle): Unit - -

    - -
  69. -

    - def - - repaint(): Unit - -

    - -
  70. -

    - def - - requestFocus(): Unit - -

    - -
  71. -

    - def - - requestFocusInWindow(): Boolean - -

    - -
  72. -

    - def - - revalidate(): Unit - -

    - -
  73. -

    - var - - scale: Double - -

    - -
  74. -

    - def - - scene: Scene - -

    - -
  75. -

    - def - - self: Component - -

    - -
  76. -

    - def - - showing: Boolean - -

    - -
  77. -

    - def - - size: Dimension - -

    - -
  78. -

    - def - - size_=(xy: (Int, Int)): Unit - -

    - -
  79. -

    - def - - size_=(dim: Dimension): Unit - -

    - -
  80. -

    - var - - startPoint: Point - -

    - -
  81. -

    - def - - subscribe(listener: PartialFunction[Event, Unit]): Unit - -

    - -
  82. -

    - def - - toString(): String - -

    -

    Returns a string representation of the object

    -

    Returns a string representation of the object. -

    -The default representation is platform dependent. -

    - - -
    - definition classes: Component ⇐ Proxy ⇐ AnyRef ⇐ Any -
    - -
    -
  83. -

    - def - - toolkit: Toolkit - -

    - -
  84. -

    - def - - tooltip: String - -

    - -
  85. -

    - def - - tooltip_=(t: String): Unit - -

    - -
  86. -

    - def - - trace(shapes: Iterable[GraphicalShape], g: Graphics2D): Unit - -

    - -
  87. -

    - var - - trace: Boolean - -

    - -
  88. -

    - def - - unsubscribe(listener: PartialFunction[Event, Unit]): Unit - -

    - -
  89. -

    - def - - update(): Unit - -

    - -
  90. -

    - def - - visible: Boolean - -

    - -
  91. -

    - def - - visible_=(b: Boolean): Unit - -

    - -
  92. -

    - def - - xLayoutAlignment: Double - -

    - -
  93. -

    - def - - xLayoutAlignment_=(x: Double): Unit - -

    - -
  94. -

    - def - - yLayoutAlignment: Double - -

    - -
  95. -

    - def - - yLayoutAlignment_=(y: Double): Unit - -

    - -
-
- -
-

Instance constructors

-
  1. -

    - new - - WorldPanel(container: Container) - -

    - -
  2. -

    - new - - WorldPanel(orientation: Value) - -

    - -
  3. -

    - new - - WorldPanel() - -

    - -
-
- -
- - - \ No newline at end of file -- cgit v1.2.3