Object/Trait

breeze.plot

PaintScale

Related Docs: trait PaintScale | package plot

Permalink

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

    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. lazy val BlackToWhite: Array[Color]

    Permalink

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

  5. lazy val BlueToRed: Array[Color]

    Permalink

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

  6. object Category10

    Permalink

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

  7. object Category20

    Permalink

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

  8. lazy val GreenYelloOrangeRed: Array[Color]

    Permalink

    Produces a gradient through green, yellow, orange, red

  9. lazy val Heat: Array[Color]

    Permalink

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

  10. lazy val Hot: Array[Color]

    Permalink

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

  11. lazy val MaroonToGold: Array[Color]

    Permalink

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

  12. lazy val Rainbow: Array[Color]

    Permalink

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

  13. lazy val RedOrangeYellow: Array[Color]

    Permalink

    Produces a gradient through red, orange, yellow

  14. lazy val RedToGreen: Array[Color]

    Permalink

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

  15. lazy val WhiteToBlack: Array[Color]

    Permalink

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

  16. val aliceblue: Color

    Permalink
  17. val antiquewhite: Color

    Permalink
  18. val aqua: Color

    Permalink
  19. val aquamarine: Color

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. val azure: Color

    Permalink
  22. val beige: Color

    Permalink
  23. val bisque: Color

    Permalink
  24. val black: Color

    Permalink
  25. val blanchedalmond: Color

    Permalink
  26. val blue: Color

    Permalink
  27. val blueviolet: Color

    Permalink
  28. val brown: Color

    Permalink
  29. val burlywood: Color

    Permalink
  30. val cadetblue: Color

    Permalink
  31. val chartreuse: Color

    Permalink
  32. val chocolate: Color

    Permalink
  33. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def convertToColor(colorcode: String): Color

    Permalink

    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]"

  35. val coral: Color

    Permalink
  36. val cornflowerblue: Color

    Permalink
  37. val cornsilk: Color

    Permalink
  38. def createGradient(one: Color, two: Color, numSteps: Int): Array[Color]

    Permalink

    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.

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

    Permalink

    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.

  40. val crimson: Color

    Permalink
  41. val cyan: Color

    Permalink
  42. val darkblue: Color

    Permalink
  43. val darkcyan: Color

    Permalink
  44. val darkgoldenrod: Color

    Permalink
  45. val darkgray: Color

    Permalink
  46. val darkgreen: Color

    Permalink
  47. val darkgrey: Color

    Permalink
  48. val darkkhaki: Color

    Permalink
  49. val darkmagenta: Color

    Permalink
  50. val darkolivegreen: Color

    Permalink
  51. val darkorange: Color

    Permalink
  52. val darkorchid: Color

    Permalink
  53. val darkred: Color

    Permalink
  54. val darksalmon: Color

    Permalink
  55. val darkseagreen: Color

    Permalink
  56. val darkslateblue: Color

    Permalink
  57. val darkslategray: Color

    Permalink
  58. val darkslategrey: Color

    Permalink
  59. val darkturquoise: Color

    Permalink
  60. val darkviolet: Color

    Permalink
  61. val deeppink: Color

    Permalink
  62. val deepskyblue: Color

    Permalink
  63. val dimgray: Color

    Permalink
  64. val dimgrey: Color

    Permalink
  65. val dodgerblue: Color

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  68. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. val firebrick: Color

    Permalink
  70. val floralwhite: Color

    Permalink
  71. val forestgreen: Color

    Permalink
  72. val fuchsia: Color

    Permalink
  73. val gainsboro: Color

    Permalink
  74. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  75. val ghostwhite: Color

    Permalink
  76. val gold: Color

    Permalink
  77. val goldenrod: Color

    Permalink
  78. implicit def gradientTuple[T](vLowerUpper: (T, T))(implicit view: (T) ⇒ Double): GradientPaintScale[T]

    Permalink

    Creates a GradientPaintScale automatically for the given range.

  79. val gray: Color

    Permalink
  80. val green: Color

    Permalink
  81. val greenyellow: Color

    Permalink
  82. val grey: Color

    Permalink
  83. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  84. val honeydew: Color

    Permalink
  85. val hotpink: Color

    Permalink
  86. val indianred: Color

    Permalink
  87. val indigo: Color

    Permalink
  88. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  89. val ivory: Color

    Permalink
  90. val khaki: Color

    Permalink
  91. val lavender: Color

    Permalink
  92. val lavenderblush: Color

    Permalink
  93. val lawngreen: Color

    Permalink
  94. val lemonchiffon: Color

    Permalink
  95. val lightblue: Color

    Permalink
  96. val lightcoral: Color

    Permalink
  97. val lightcyan: Color

    Permalink
  98. val lightgoldenrodyellow: Color

    Permalink
  99. val lightgray: Color

    Permalink
  100. val lightgreen: Color

    Permalink
  101. val lightgrey: Color

    Permalink
  102. val lightpink: Color

    Permalink
  103. val lightsalmon: Color

    Permalink
  104. val lightseagreen: Color

    Permalink
  105. val lightskyblue: Color

    Permalink
  106. val lightslategray: Color

    Permalink
  107. val lightslategrey: Color

    Permalink
  108. val lightsteelblue: Color

    Permalink
  109. val lightyellow: Color

    Permalink
  110. val lime: Color

    Permalink
  111. val limegreen: Color

    Permalink
  112. val linen: Color

    Permalink
  113. implicit def literalColorMap[T](map: PartialFunction[T, Paint]): CategoricalPaintScale[T]

    Permalink

    Creates a CategoricalPaintScale from the provided partial function.

  114. val magenta: Color

    Permalink
  115. val maroon: Color

    Permalink
  116. val mediumaquamarine: Color

    Permalink
  117. val mediumblue: Color

    Permalink
  118. val mediumorchid: Color

    Permalink
  119. val mediumpurple: Color

    Permalink
  120. val mediumseagreen: Color

    Permalink
  121. val mediumslateblue: Color

    Permalink
  122. val mediumspringgreen: Color

    Permalink
  123. val mediumturquoise: Color

    Permalink
  124. val mediumvioletred: Color

    Permalink
  125. val midnightblue: Color

    Permalink
  126. val mintcream: Color

    Permalink
  127. val mistyrose: Color

    Permalink
  128. val moccasin: Color

    Permalink
  129. val nanPaint: TexturePaint

    Permalink

    For painting NaN.

  130. val navajowhite: Color

    Permalink
  131. val navy: Color

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

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

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

    Permalink
    Definition Classes
    AnyRef
  135. val oldlace: Color

    Permalink
  136. val olive: Color

    Permalink
  137. val olivedrab: Color

    Permalink
  138. val orange: Color

    Permalink
  139. val orangered: Color

    Permalink
  140. val orchid: Color

    Permalink
  141. val palegoldenrod: Color

    Permalink
  142. val palegreen: Color

    Permalink
  143. val paleturquoise: Color

    Permalink
  144. val palevioletred: Color

    Permalink
  145. val papayawhip: Color

    Permalink
  146. val peachpuff: Color

    Permalink
  147. val peru: Color

    Permalink
  148. val pink: Color

    Permalink
  149. val plum: Color

    Permalink
  150. val powderblue: Color

    Permalink
  151. val purple: Color

    Permalink
  152. val red: Color

    Permalink
  153. val rosybrown: Color

    Permalink
  154. val royalblue: Color

    Permalink
  155. val saddlebrown: Color

    Permalink
  156. val salmon: Color

    Permalink
  157. val sandybrown: Color

    Permalink
  158. val seagreen: Color

    Permalink
  159. val seashell: Color

    Permalink
  160. val sienna: Color

    Permalink
  161. val silver: Color

    Permalink
  162. val skyblue: Color

    Permalink
  163. val slateblue: Color

    Permalink
  164. val slategray: Color

    Permalink
  165. val slategrey: Color

    Permalink
  166. val snow: Color

    Permalink
  167. val springgreen: Color

    Permalink
  168. val steelblue: Color

    Permalink
  169. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  170. val tan: Color

    Permalink
  171. val teal: Color

    Permalink
  172. val thistle: Color

    Permalink
  173. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  174. val tomato: Color

    Permalink
  175. val transparent: Color

    Permalink
  176. val turquoise: Color

    Permalink
  177. val violet: Color

    Permalink
  178. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  181. val wheat: Color

    Permalink
  182. val white: Color

    Permalink
  183. val whitesmoke: Color

    Permalink
  184. val yellow: Color

    Permalink
  185. val yellowgreen: Color

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped