Class/Object

com.knockdata.spark.highcharts.model

ColorAxis

Related Docs: object ColorAxis | package model

Permalink

class ColorAxis extends BaseModel with PublicApply

ref: http://www.highcharts.com/docs/maps/color-axis http://api.highcharts.com/highmaps/colorAxis

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

Instance Constructors

  1. new ColorAxis()

    Permalink

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 append(fieldName: String, subFieldName: String, subFieldValue: Any): ColorAxis.this.type

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

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

    Permalink

    append a JField, it's the main entry

    append a JField, it's the main entry

    Attributes
    protected
    Definition Classes
    BaseModelIModel
  7. 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
  8. def apply(fieldName: String, fieldValue: Any): ColorAxis.this.type

    Permalink
    Definition Classes
    PublicApply
  9. def apply(fieldName: String, subFieldName: String, fieldValue: Any): ColorAxis.this.type

    Permalink
    Definition Classes
    PublicApply
  10. def apply(fieldName: String, fieldValue: Seq[_]): ColorAxis.this.type

    Permalink
    Definition Classes
    PublicApply
  11. def apply(fieldName: String, fieldValue: JValue): ColorAxis.this.type

    Permalink
    Definition Classes
    PublicApply
  12. def apply(fieldName: String, fieldValue: Boolean): ColorAxis.this.type

    Permalink
    Definition Classes
    PublicApply
  13. def apply(fieldName: String, fieldValue: Double): ColorAxis.this.type

    Permalink
    Definition Classes
    PublicApply
  14. def apply(fieldName: String, fieldValue: Int): ColorAxis.this.type

    Permalink
    Definition Classes
    PublicApply
  15. def apply(fieldName: String, fieldValue: String): ColorAxis.this.type

    Permalink
    Definition Classes
    PublicApply
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def className(value: String): ColorAxis.this.type

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. 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
  20. def compactJson: String

    Permalink
    Definition Classes
    BaseModel
  21. lazy val compactReplaced: String

    Permalink
    Definition Classes
    BaseModel
  22. def dataClassColor(value: String): ColorAxis.this.type

    Permalink
  23. def description(value: String): ColorAxis.this.type

    Permalink
  24. def endOnTick(value: Boolean): ColorAxis.this.type

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

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

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

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

    Permalink
    Definition Classes
    BaseModel
  29. def fieldName: String

    Permalink
    Definition Classes
    ColorAxisIModel
  30. 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
  31. 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
  32. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def gridLineColor(value: String): ColorAxis.this.type

    Permalink
  36. def gridLineDashStyle(value: String): ColorAxis.this.type

    Permalink
  37. def gridLineWidth(value: Int): ColorAxis.this.type

    Permalink
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. def id(value: String): ColorAxis.this.type

    Permalink
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. lazy val json: String

    Permalink
    Definition Classes
    BaseModel
  42. def labels(values: (String, Any)*): ColorAxis.this.type

    Permalink
  43. def lineColor(value: String): ColorAxis.this.type

    Permalink
  44. def lineWidth(value: Int): ColorAxis.this.type

    Permalink
  45. def max(value: Double): ColorAxis.this.type

    Permalink
  46. def maxColor(value: String): ColorAxis.this.type

    Permalink
  47. def maxPadding(value: Double): ColorAxis.this.type

    Permalink
  48. def min(value: Double): ColorAxis.this.type

    Permalink
  49. def minColor(value: String): ColorAxis.this.type

    Permalink
  50. def minPadding(value: Double): ColorAxis.this.type

    Permalink
  51. def minorGridLineColor(value: String): ColorAxis.this.type

    Permalink
  52. def minorGridLineDashStyle(value: String): ColorAxis.this.type

    Permalink
  53. def minorGridLineWidth(value: Int): ColorAxis.this.type

    Permalink
  54. def minorTickColor(value: String): ColorAxis.this.type

    Permalink
  55. def minorTickInterval(value: Double): ColorAxis.this.type

    Permalink
  56. def minorTickLength(value: Int): ColorAxis.this.type

    Permalink
  57. def minorTickPosition(value: String): ColorAxis.this.type

    Permalink
  58. def minorTickWidth(value: String): ColorAxis.this.type

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  64. def postProcessResult(jobj: JObject): JObject

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

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

    Permalink
    Definition Classes
    BaseModel
  67. lazy val result: JObject

    Permalink

    Lazy evaluate the result.

    Lazy evaluate the result.

    1. preProcessResult 2. create JObject 3. postProcessResult

    Definition Classes
    BaseModel
  68. def reversed(value: Boolean): ColorAxis.this.type

    Permalink
  69. def showFirstLabel(value: Boolean): ColorAxis.this.type

    Permalink
  70. def showInLegend(value: Boolean): ColorAxis.this.type

    Permalink
  71. def showLastLabel(value: String): ColorAxis.this.type

    Permalink
  72. def softMin(value: Double): ColorAxis.this.type

    Permalink
  73. def stops(values: List[Any]*): ColorAxis.this.type

    Permalink

  74. 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
  75. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  76. def tickColor(value: String): ColorAxis.this.type

    Permalink
  77. def tickInterval(value: Double): ColorAxis.this.type

    Permalink
  78. def tickLength(value: Int): ColorAxis.this.type

    Permalink
  79. def tickPixelInterval(value: Int): ColorAxis.this.type

    Permalink
  80. def tickPosition(value: String): ColorAxis.this.type

    Permalink
  81. def tickPositioner(code: String): ColorAxis.this.type

    Permalink
  82. def tickPositions(values: Int*): ColorAxis.this.type

    Permalink
  83. def tickWidth(value: Int): ColorAxis.this.type

    Permalink
  84. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  85. def typ(value: String): ColorAxis.this.type

    Permalink
  86. final def wait(): Unit

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

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

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

Inherited from PublicApply

Inherited from BaseModel

Inherited from IModel

Inherited from AnyRef

Inherited from Any

Ungrouped