Class

com.cra.figaro.util.visualization.histogram

Histogram

Related Doc: package histogram

Permalink

class Histogram extends BorderPanel

Linear Supertypes
BorderPanel, LayoutContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Histogram
  2. BorderPanel
  3. LayoutContainer
  4. Panel
  5. Wrapper
  6. Container
  7. Component
  8. UIElement
  9. LazyPublisher
  10. Publisher
  11. Reactor
  12. Proxy
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Histogram(dataview: DataView, color: String)

    Permalink

Type Members

  1. type Constraints = scala.swing.BorderPanel.Position.Value

    Permalink
    Definition Classes
    BorderPanel → LayoutContainer
  2. class Content extends BufferWrapper[Component]

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  3. trait SuperMixin extends JComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _contents: Content

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  5. def add(c: Component, l: Constraints): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  6. def areValid(c: Constraints): (Boolean, String)

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def background: Color

    Permalink
    Definition Classes
    UIElement
  9. def background_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  10. def border: Border

    Permalink
    Definition Classes
    Component
  11. def border_=(b: Border): Unit

    Permalink
    Definition Classes
    Component
  12. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. var color: String

    Permalink
  15. def constraintsFor(comp: Component): scala.swing.BorderPanel.Position.Value

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  16. def contents: Seq[Component]

    Permalink
    Definition Classes
    Wrapper → Container
  17. def cursor: Cursor

    Permalink
    Definition Classes
    UIElement
  18. def cursor_=(c: Cursor): Unit

    Permalink
    Definition Classes
    UIElement
  19. val dataview: DataView

    Permalink
  20. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  21. val display: Display

    Permalink
  22. def displayLayout(display: Display, data: DataView): Unit

    Permalink
  23. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  24. val draw: ActionList

    Permalink
  25. def enabled: Boolean

    Permalink
    Definition Classes
    Component
  26. def enabled_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Proxy → Any
  29. val fill: ColorAction

    Permalink
  30. val filter: AndPredicate

    Permalink
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def focusable: Boolean

    Permalink
    Definition Classes
    Component
  33. def focusable_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  34. def font: Font

    Permalink
    Definition Classes
    UIElement
  35. def font_=(f: Font): Unit

    Permalink
    Definition Classes
    UIElement
  36. def foreground: Color

    Permalink
    Definition Classes
    UIElement
  37. def foreground_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def hasFocus: Boolean

    Permalink
    Definition Classes
    Component
  40. def hashCode(): Int

    Permalink
    Definition Classes
    Proxy → Any
  41. def ignoreRepaint: Boolean

    Permalink
    Definition Classes
    UIElement
  42. def ignoreRepaint_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  43. var initP: JComponent

    Permalink
    Definition Classes
    Component
  44. def inputVerifier: (Component) ⇒ Boolean

    Permalink
    Definition Classes
    Component
  45. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Permalink
    Definition Classes
    Component
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. val itemRenderer: HistogramRenderer

    Permalink
  48. def layout: Map[Component, Constraints]

    Permalink
    Definition Classes
    LayoutContainer
  49. def layoutManager: BorderLayout

    Permalink
    Definition Classes
    BorderPanel
  50. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  51. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  52. def locale: Locale

    Permalink
    Definition Classes
    UIElement
  53. def location: Point

    Permalink
    Definition Classes
    UIElement
  54. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  55. val lstnr: UpdateListener

    Permalink
  56. def maximumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  57. def maximumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  58. def minimumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  59. def minimumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  60. def name: String

    Permalink
    Definition Classes
    Component
  61. def name_=(s: String): Unit

    Permalink
    Definition Classes
    Component
  62. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  63. val nf: NumberFormat

    Permalink
  64. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  65. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  66. def onFirstSubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  67. def onLastUnsubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  68. def opaque: Boolean

    Permalink
    Definition Classes
    Component
  69. def opaque_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  70. def paint(g: Graphics2D): Unit

    Permalink
    Definition Classes
    Component
  71. def paintBorder(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  72. def paintChildren(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  73. def paintComponent(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  74. lazy val peer: JPanel with SuperMixin

    Permalink
    Definition Classes
    BorderPanel → Panel → Wrapper → Component → UIElement
  75. def preferredSize: Dimension

    Permalink
    Definition Classes
    UIElement
  76. def preferredSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  77. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  78. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  79. def repaint(rect: Rectangle): Unit

    Permalink
    Definition Classes
    UIElement
  80. def repaint(): Unit

    Permalink
    Definition Classes
    UIElement
  81. def requestFocus(): Unit

    Permalink
    Definition Classes
    Component
  82. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    Component
  83. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  84. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  85. def setupDisplay(visualization: Visualization): Display

    Permalink
  86. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  87. def size: Dimension

    Permalink
    Definition Classes
    UIElement
  88. def subscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  89. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  90. val title: Label

    Permalink
  91. def toString(): String

    Permalink
    Definition Classes
    Component → Proxy → AnyRef → Any
  92. def toolkit: Toolkit

    Permalink
    Definition Classes
    UIElement
  93. def tooltip: String

    Permalink
    Definition Classes
    Component
  94. def tooltip_=(t: String): Unit

    Permalink
    Definition Classes
    Component
  95. val topContainer: BoxPanel

    Permalink
  96. def unsubscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  97. val update: ActionList

    Permalink
  98. val valueQ: RangeQueryBinding

    Permalink
  99. val vis: Visualization

    Permalink
  100. def visible: Boolean

    Permalink
    Definition Classes
    UIElement
  101. def visible_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  102. val visualTable: VisualTable

    Permalink
  103. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. def xLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  107. def xLayoutAlignment_=(x: Double): Unit

    Permalink
    Definition Classes
    Component
  108. val xaxis: AxisLayout

    Permalink
  109. val xlabels: AxisLabelLayout

    Permalink
  110. def yLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  111. def yLayoutAlignment_=(y: Double): Unit

    Permalink
    Definition Classes
    Component
  112. val yaxis: AxisLayout

    Permalink
  113. val ylabels: AxisLabelLayout

    Permalink

Inherited from BorderPanel

Inherited from LayoutContainer

Inherited from Panel

Inherited from Wrapper

Inherited from Container

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped