Package

com.alpine.plugin.core

visualization

Permalink

package visualization

Visibility
  1. Public
  2. All

Type Members

  1. class CompositeVisualModel extends VisualModel

    Permalink

    A visual model composed of other visual models.

    A visual model composed of other visual models. Each sub-model will be displayed in a separate tab. Sub-models can also be composite models.

  2. class DBVisualModelFactoryImpl extends VisualModelFactory

    Permalink

    Created by Jennifer Thompson on 2/16/17.

  3. trait DBVisualModelHelper extends AnyRef

    Permalink

    Created by Jennifer Thompson on 2/16/17.

  4. class HDFSVisualModelFactoryImpl extends VisualModelFactory

    Permalink

    Created by Jennifer Thompson on 2/16/17.

  5. trait HDFSVisualModelHelper extends AnyRef

    Permalink

    Created by Jennifer Thompson on 2/16/17.

  6. case class HtmlVisualModel(html: String) extends VisualModel with Product with Serializable

    Permalink

    Create a visualization of an HTML text element.

    Create a visualization of an HTML text element. Use this rather than the TextVisualModel method if you want to include HTML formatting elements (like a table, or bold text) in your visualization.

    html

    An HTML String

  7. case class JavascriptVisualModel(functionName: String, data: Option[Any]) extends VisualModel with Product with Serializable

    Permalink
  8. case class TabularVisualModel(content: Seq[Seq[String]], columnDefs: Seq[ColumnDef], messages: Seq[String]) extends VisualModel with Product with Serializable

    Permalink

    A visual model that corresponds to a table in the results console.

  9. case class TextVisualModel(content: String) extends VisualModel with Product with Serializable

    Permalink

    A simple text content visualization.

    A simple text content visualization.

    content

    the text to display.

  10. trait VisualModel extends AnyRef

    Permalink

    A visual model is a representation of the visual output of an operator.

    A visual model is a representation of the visual output of an operator.

    Developers should not implement this themselves, but use the ready made classes, e.g. TabularVisualModel, TextVisualModel, HtmlVisualModel, CompositeVisualModel or those returned by VisualModelFactory.

  11. trait VisualModelFactory extends AnyRef

    Permalink

    :: AlpineSdkApi ::

    :: AlpineSdkApi ::

    Annotations
    @AlpineSdkApi()

Value Members

  1. object TabularVisualModel extends Serializable

    Permalink

Ungrouped