breeze.plot

Figure

class Figure extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Figure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Figure(name: String, rows_: Int = 1, cols_: Int = 1)

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

    Clears the current figure

  6. def clearPlot(i: Int): Unit

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cols: Int

    How many cols of plots are in the figure

  9. def cols_=(newcols: Int): Unit

  10. def drawPlots(g2d: Graphics2D): Unit

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def height: Int

    Height of figure on screen (or in image)

  17. def height_=(newheight: Int): Unit

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  22. val plots: ArrayBuffer[Option[Plot]]

    Attributes
    protected
  23. def refresh(): Unit

    Redraws the figure

  24. def rows: Int

    How many rows of plots are in the figure

  25. def rows_=(newrows: Int): Unit

  26. def saveas(filename: String, dpi: Int = 72): Unit

    Saves the current figure at the requested dpi to the given filename.

  27. def subplot(rows: Int, cols: Int, select: Int): Plot

    Selects the given subplot.

    Selects the given subplot. Note that select is 0-based, and is therefore incompatible with matlab and Scalala

  28. def subplot(i: Int): Plot

    Selects the given subplot.

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def visible: Boolean

  32. def visible_=(newvis: Boolean): Unit

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def width: Int

    Width of figure on screen (or in image)

  37. def width_=(newwidth: Int): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped