Class

scalatikz.pgf.plots

FigureArray

Related Doc: package plots

Permalink

class FigureArray extends TIKZPicture

Linear Supertypes
TIKZPicture, Logging, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FigureArray
  2. TIKZPicture
  3. Logging
  4. LazyLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def fatal(message: ⇒ String, cause: Throwable): Nothing

    Permalink
    Definition Classes
    Logging
  9. def fatal(message: ⇒ String): Nothing

    Permalink
    Definition Classes
    Logging
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val graphics: IndexedSeq[Figure]

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val libraries: String

    Permalink
    Attributes
    protected
    Definition Classes
    FigureArrayTIKZPicture
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  17. val name: String

    Permalink
    Definition Classes
    FigureArrayTIKZPicture
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. val nodeDistance: Double

    Permalink
    Attributes
    protected
    Definition Classes
    TIKZPicture
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. final def saveAsJPEG(path: String, compiler: Compiler = PDF_LATEX): Try[File]

    Permalink

    Save a JPEG generated by the TIKZ picture into the given path.

    Save a JPEG generated by the TIKZ picture into the given path.

    path

    a path to save the generated JPEG

    returns

    a Try holding the saved JPEG file. In case of non-fatal exception, a Failure object is returned holding the exception.

    Definition Classes
    TIKZPicture
  23. final def saveAsPDF(path: String, compiler: Compiler = PDF_LATEX): Try[File]

    Permalink

    Save a PDF generated by the TIKZ picture into the given path.

    Save a PDF generated by the TIKZ picture into the given path.

    path

    a path to save the generated PDF

    returns

    a Try holding the saved PDF file. In case of non-fatal exception, a Failure object is returned holding the exception.

    Definition Classes
    TIKZPicture
  24. final def saveAsPNG(path: String, compiler: Compiler = PDF_LATEX): Try[File]

    Permalink

    Save a PNG generated by the TIKZ picture into the given path.

    Save a PNG generated by the TIKZ picture into the given path.

    path

    a path to save the generated PNG

    returns

    a Try holding the saved PNG file. In case of non-fatal exception, a Failure object is returned holding the exception.

    Definition Classes
    TIKZPicture
  25. final def saveAsTeX(path: String): Try[File]

    Permalink

    Save a TeX generated by the TIKZ picture into the given path.

    Save a TeX generated by the TIKZ picture into the given path.

    path

    a path to save the generated TeX file

    returns

    a Try holding the saved TeX file. In case of non-fatal exception, a Failure object is returned holding the exception.

    Definition Classes
    TIKZPicture
  26. val scale: Int

    Permalink
    Attributes
    protected
    Definition Classes
    TIKZPicture
  27. final def show(compiler: Compiler = PDF_LATEX): Unit

    Permalink

    Generate and open the resulted figure as PDF using the default desktop application used for PDFs.

    Generate and open the resulted figure as PDF using the default desktop application used for PDFs.

    Definition Classes
    TIKZPicture
  28. def subFigure(i: Int, j: Int)(f: (Figure) ⇒ Figure): FigureArray

    Permalink

    Creates a sub-figure in the given position and transforms the figure according to a given Figure function.

    Creates a sub-figure in the given position and transforms the figure according to a given Figure function.

    i

    row index

    j

    column index

    f

    a transformation function over a Figure

    returns

    a FigureArray having a sub-figure as defined by the given function

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

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

    Permalink
    Definition Classes
    FigureArray → AnyRef → Any
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TIKZPicture

Inherited from Logging

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped