Packages

package pgf

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

Type Members

  1. sealed abstract class Compiler extends AnyRef
  2. trait TIKZPicture extends Logging

    TIKZ picture is the environment that contains (possibly) a sequence of pgf graphic elements to be compiled.

Value Members

  1. final val PGFLibrary: String
  2. final val TIKZLibrary: String
  3. final val UsePackage: String
  4. def using[R, C <: AnyRef { def close(): Unit }](closeable: C)(f: (C) ⇒ R): R

    Uses an object that can be closed (e.g.

    Uses an object that can be closed (e.g. BufferedSource) and applies a function to get a result. Finally it closes the source.

    R

    type of the return value

    C

    type of the closable

    closeable

    a closable instance

    f

    a function

    returns

    a result from the function

  5. object Compiler

Inherited from AnyRef

Inherited from Any

Ungrouped