vegas.render

StaticHTMLRenderer

case class StaticHTMLRenderer(spec: Spec) extends BaseHTMLRenderer with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BaseHTMLRenderer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StaticHTMLRenderer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BaseHTMLRenderer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StaticHTMLRenderer(spec: Spec)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def JSImports: ListMap[String, String]

    Definition Classes
    BaseHTMLRenderer
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def chartHTML(name: String = this.defaultName): String

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def defaultName: String

    Definition Classes
    BaseHTMLRenderer
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val footerHTML: String

  14. def frameHTML(name: String = defaultName): String

    Typically you'll want to use this method to render your chart.

    Typically you'll want to use this method to render your chart. Returns a full page of HTML wrapped in an iFrame for embedding within existing HTML pages (such as Jupyter). XXX Also contains an ugly hack to resize iFrame height to fit chart, if anyone knows a better way open to suggestions

    name

    The name of the chart to use as an HTML id. Defaults to a UUID.

    returns

    HTML containing iFrame for embedding

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def headerHTML(additionalImports: String*): String

  17. def importsHTML(additionalImports: String*): String

  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. def pageHTML(name: String = defaultName): String

  23. def show(implicit fn: (String) ⇒ Unit): Unit

    Definition Classes
    StaticHTMLRendererBaseHTMLRenderer
  24. val spec: Spec

    Definition Classes
    StaticHTMLRendererBaseHTMLRenderer
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BaseHTMLRenderer

Inherited from AnyRef

Inherited from Any

Ungrouped