Packages

object PaintScale

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val BlackToWhite: Array[Color]

    Produces a gradient from black (low) to white (high)

  5. lazy val BlueToRed: Array[Color]

    Produces a gradient from blue (low) to red (high)

  6. lazy val GreenYelloOrangeRed: Array[Color]

    Produces a gradient through green, yellow, orange, red

  7. lazy val Heat: Array[Color]

    Produces a different gradient for hot things (black, brown, orange, white)

  8. lazy val Hot: Array[Color]

    Produces a gradient for hot things (black, red, orange, yellow, white)

  9. lazy val MaroonToGold: Array[Color]

    Produces a gradient using the University of Minnesota's school colors, from maroon (low) to gold (high)

  10. lazy val Rainbow: Array[Color]

    Produces a gradient through the rainbow: violet, blue, green, yellow, orange, red

  11. lazy val RedOrangeYellow: Array[Color]

    Produces a gradient through red, orange, yellow

  12. lazy val RedToGreen: Array[Color]

    Produces a gradient from red (low) to green (high)

  13. lazy val WhiteToBlack: Array[Color]

    Produces a gradient from white (low) to black (high)

  14. val aliceblue: Color
  15. val antiquewhite: Color
  16. val aqua: Color
  17. val aquamarine: Color
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. val azure: Color
  20. val beige: Color
  21. val bisque: Color
  22. val black: Color
  23. val blanchedalmond: Color
  24. val blue: Color
  25. val blueviolet: Color
  26. val brown: Color
  27. val burlywood: Color
  28. val cadetblue: Color
  29. val chartreuse: Color
  30. val chocolate: Color
  31. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  32. def convertToColor(colorcode: String): Color

    Convert a color description string into a color suitable for plotting.

    Convert a color description string into a color suitable for plotting.

    colorcode

    A string that is a single character (like "k"), a name (like "black"), "r,g,b" or, "[r,g,b]"

  33. val coral: Color
  34. val cornflowerblue: Color
  35. val cornsilk: Color
  36. def createGradient(one: Color, two: Color, numSteps: Int): Array[Color]

    Creates an array of Color objects for use as a gradient, using a linear interpolation between the two specified colors.

    Creates an array of Color objects for use as a gradient, using a linear interpolation between the two specified colors.

    From http://www.mbeckler.org/heatMap/heatMap.html

    one

    Color used for the bottom of the gradient

    two

    Color used for the top of the gradient

    numSteps

    The number of steps in the gradient. 250 is a good number.

  37. def createMultiGradient(colors: Array[Color], numSteps: Int): Array[Color]

    Creates an array of Color objects for use as a gradient, using an array of Color objects.

    Creates an array of Color objects for use as a gradient, using an array of Color objects. It uses a linear interpolation between each pair of points.

    From http://www.mbeckler.org/heatMap/heatMap.html

    colors

    An array of Color objects used for the gradient. The Color at index 0 will be the lowest color.

    numSteps

    The number of steps in the gradient. 250 is a good number.

  38. val crimson: Color
  39. val cyan: Color
  40. val darkblue: Color
  41. val darkcyan: Color
  42. val darkgoldenrod: Color
  43. val darkgray: Color
  44. val darkgreen: Color
  45. val darkgrey: Color
  46. val darkkhaki: Color
  47. val darkmagenta: Color
  48. val darkolivegreen: Color
  49. val darkorange: Color
  50. val darkorchid: Color
  51. val darkred: Color
  52. val darksalmon: Color
  53. val darkseagreen: Color
  54. val darkslateblue: Color
  55. val darkslategray: Color
  56. val darkslategrey: Color
  57. val darkturquoise: Color
  58. val darkviolet: Color
  59. val deeppink: Color
  60. val deepskyblue: Color
  61. val dimgray: Color
  62. val dimgrey: Color
  63. val dodgerblue: Color
  64. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  66. val firebrick: Color
  67. val floralwhite: Color
  68. val forestgreen: Color
  69. val fuchsia: Color
  70. val gainsboro: Color
  71. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  72. val ghostwhite: Color
  73. val gold: Color
  74. val goldenrod: Color
  75. implicit def gradientTuple[T](vLowerUpper: (T, T))(implicit view: Conversion[T, Double]): GradientPaintScale[T]

    Creates a GradientPaintScale automatically for the given range.

  76. val gray: Color
  77. val green: Color
  78. val greenyellow: Color
  79. val grey: Color
  80. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  81. val honeydew: Color
  82. val hotpink: Color
  83. val indianred: Color
  84. val indigo: Color
  85. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  86. val ivory: Color
  87. val khaki: Color
  88. val lavender: Color
  89. val lavenderblush: Color
  90. val lawngreen: Color
  91. val lemonchiffon: Color
  92. val lightblue: Color
  93. val lightcoral: Color
  94. val lightcyan: Color
  95. val lightgoldenrodyellow: Color
  96. val lightgray: Color
  97. val lightgreen: Color
  98. val lightgrey: Color
  99. val lightpink: Color
  100. val lightsalmon: Color
  101. val lightseagreen: Color
  102. val lightskyblue: Color
  103. val lightslategray: Color
  104. val lightslategrey: Color
  105. val lightsteelblue: Color
  106. val lightyellow: Color
  107. val lime: Color
  108. val limegreen: Color
  109. val linen: Color
  110. implicit def literalColorMap[T](map: PartialFunction[T, Paint]): CategoricalPaintScale[T]

    Creates a CategoricalPaintScale from the provided partial function.

  111. val magenta: Color
  112. val maroon: Color
  113. val mediumaquamarine: Color
  114. val mediumblue: Color
  115. val mediumorchid: Color
  116. val mediumpurple: Color
  117. val mediumseagreen: Color
  118. val mediumslateblue: Color
  119. val mediumspringgreen: Color
  120. val mediumturquoise: Color
  121. val mediumvioletred: Color
  122. val midnightblue: Color
  123. val mintcream: Color
  124. val mistyrose: Color
  125. val moccasin: Color
  126. val nanPaint: TexturePaint

    For painting NaN.

  127. val navajowhite: Color
  128. val navy: Color
  129. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  130. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  131. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  132. val oldlace: Color
  133. val olive: Color
  134. val olivedrab: Color
  135. val orange: Color
  136. val orangered: Color
  137. val orchid: Color
  138. val palegoldenrod: Color
  139. val palegreen: Color
  140. val paleturquoise: Color
  141. val palevioletred: Color
  142. val papayawhip: Color
  143. val peachpuff: Color
  144. val peru: Color
  145. val pink: Color
  146. val plum: Color
  147. val powderblue: Color
  148. val purple: Color
  149. val red: Color
  150. val rosybrown: Color
  151. val royalblue: Color
  152. val saddlebrown: Color
  153. val salmon: Color
  154. val sandybrown: Color
  155. val seagreen: Color
  156. val seashell: Color
  157. val sienna: Color
  158. val silver: Color
  159. val skyblue: Color
  160. val slateblue: Color
  161. val slategray: Color
  162. val slategrey: Color
  163. val snow: Color
  164. val springgreen: Color
  165. val steelblue: Color
  166. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  167. val tan: Color
  168. val teal: Color
  169. val thistle: Color
  170. def toString(): String
    Definition Classes
    AnyRef → Any
  171. val tomato: Color
  172. val transparent: Color
  173. val turquoise: Color
  174. val violet: Color
  175. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  176. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  177. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  178. val wheat: Color
  179. val white: Color
  180. val whitesmoke: Color
  181. val yellow: Color
  182. val yellowgreen: Color
  183. object Category10

    The Category10 palette from Protovis http://vis.stanford.edu/protovis/docs/color.html

  184. object Category20

    The Category20 palette from Protovis http://vis.stanford.edu/protovis/docs/color.html

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped