Class

com.knockdata.spark.highcharts.base

BasePlotOptions

Related Doc: package base

Permalink

abstract class BasePlotOptions extends BaseModel

Linear Supertypes
BaseModel, IModel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasePlotOptions
  2. BaseModel
  3. IModel
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasePlotOptions()

    Permalink

Abstract Value Members

  1. abstract def fieldName: String

    Permalink
    Definition Classes
    IModel

Concrete 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. def animationLimit(value: Int): BasePlotOptions.this.type

    Permalink
  5. def append(fieldName: String, subFieldName: String, subFieldValue: Any): BasePlotOptions.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModelIModel
  6. def append(name: String, value: Any): BasePlotOptions.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModelIModel
  7. def append(field: JField): BasePlotOptions.this.type

    Permalink

    append a JField, it's the main entry

    append a JField, it's the main entry

    Attributes
    protected
    Definition Classes
    BaseModelIModel
  8. def appendSubItems(): Unit

    Permalink

    append all sub items to the result.

    append all sub items to the result.

    The sub items has to be in objects. That's it can only be done before all data is ready

    Attributes
    protected
    Definition Classes
    BaseModel
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val codes: Map[String, String]

    Permalink

    Store code temporary since code is not valid JSON so put Stakeholder first, after everything created as String just before substitute it with real code

    Store code temporary since code is not valid JSON so put Stakeholder first, after everything created as String just before substitute it with real code

    s"--$$fieldName-$$codeMD5--" -> Real JavaScript code

    Definition Classes
    BaseModel
  12. def compactJson: String

    Permalink
    Definition Classes
    BaseModel
  13. lazy val compactReplaced: String

    Permalink
    Definition Classes
    BaseModel
  14. def cursor(value: String): BasePlotOptions.this.type

    Permalink
  15. def enableMouseTracking(value: Boolean): BasePlotOptions.this.type

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def events(values: (String, String)*): BasePlotOptions.this.type

    Permalink
  19. def expect(actual: Any, options: Any*): Unit

    Permalink
    Definition Classes
    BaseModel
  20. val fields: ListBuffer[JField]

    Permalink

    store or fields which will be put into the result JObject

    store or fields which will be put into the result JObject

    Definition Classes
    BaseModel
  21. val fieldsNames: Set[String]

    Permalink

    used to reported problem if the same fields add twice

    used to reported problem if the same fields add twice

    Definition Classes
    BaseModel
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. implicit val formats: DefaultFormats.type

    Permalink
    Definition Classes
    BaseModel
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getExtremesFromAll(value: Boolean): BasePlotOptions.this.type

    Permalink
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  28. lazy val json: String

    Permalink
    Definition Classes
    BaseModel
  29. def keys(value: String*): BasePlotOptions.this.type

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def placeholdCode(code: Code): String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  34. def placeholdCode(code: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  35. def point(values: (String, Map[String, Any])*): BasePlotOptions.this.type

    Permalink
  36. def pointEvents(values: (String, String)*): BasePlotOptions.this.type

    Permalink

    it is point.events, since only events in points so just using one function without embedded structure

  37. def postProcessResult(jobj: JObject): JObject

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  38. def preProcessResult(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  39. lazy val replaced: String

    Permalink
    Definition Classes
    BaseModel
  40. lazy val result: JObject

    Permalink

    Lazy evaluate the result.

    Lazy evaluate the result.

    1. preProcessResult 2. create JObject 3. postProcessResult

    Definition Classes
    BaseModel
  41. def selected(value: Boolean): BasePlotOptions.this.type

    Permalink
  42. def stickyTracking(value: Boolean): BasePlotOptions.this.type

    Permalink
  43. val subFields: LinkedHashMap[String, List[(String, Any)]]

    Permalink

    each Model, two levels of fields are supported

    each Model, two levels of fields are supported

    [fieldName, List[(subFieldName, subFieldValue)]

    Definition Classes
    BaseModel
  44. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. def tooltip(values: (String, Any)*): BasePlotOptions.this.type

    Permalink
  47. def visible(value: Boolean): BasePlotOptions.this.type

    Permalink
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def zoneAxis(value: String): BasePlotOptions.this.type

    Permalink
  52. def zones(values: Map[String, Any]*): BasePlotOptions.this.type

    Permalink

Inherited from BaseModel

Inherited from IModel

Inherited from AnyRef

Inherited from Any

Ungrouped