Class/Object

breeze.plot

Figure

Related Docs: object Figure | package plot

Permalink

class Figure extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Figure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clear(): Unit

    Permalink

    Clears the current figure

  6. def clearPlot(i: Int): Unit

    Permalink
  7. def clone(): AnyRef

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

    Permalink

    How many cols of plots are in the figure

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

    Permalink
  10. def drawPlots(g2d: Graphics2D): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def height: Int

    Permalink

    Height of figure on screen (or in image)

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

    Permalink
  18. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Attributes
    protected
  23. def refresh(): Unit

    Permalink

    Redraws the figure

  24. def rows: Int

    Permalink

    How many rows of plots are in the figure

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

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

    Permalink

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

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

    Permalink

    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

    Permalink

    Selects the given subplot.

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

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def visible: Boolean

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

    Permalink
  33. final def wait(): Unit

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

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

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

    Permalink

    Width of figure on screen (or in image)

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped