breeze.plot

PaintScale

object PaintScale

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PaintScale
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. object Category10

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

  7. object Category20

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

  8. lazy val GreenYelloOrangeRed: Array[Color]

    Produces a gradient through green, yellow, orange, red

  9. lazy val Heat: Array[Color]

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

  10. lazy val Hot: Array[Color]

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

  11. lazy val MaroonToGold: Array[Color]

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

  12. lazy val Rainbow: Array[Color]

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

  13. lazy val RedOrangeYellow: Array[Color]

    Produces a gradient through red, orange, yellow

  14. lazy val RedToGreen: Array[Color]

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

  15. lazy val WhiteToBlack: Array[Color]

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

  16. val aliceblue: Color

  17. val antiquewhite: Color

  18. val aqua: Color

  19. val aquamarine: Color

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. val azure: Color

  22. val beige: Color

  23. val bisque: Color

  24. val black: Color

  25. val blanchedalmond: Color

  26. val blue: Color

  27. val blueviolet: Color

  28. val brown: Color

  29. val burlywood: Color

  30. val cadetblue: Color

  31. val chartreuse: Color

  32. val chocolate: Color

  33. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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]"

  35. val coral: Color

  36. val cornflowerblue: Color

  37. val cornsilk: Color

  38. 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.

  39. 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.

  40. val crimson: Color

  41. val cyan: Color

  42. val darkblue: Color

  43. val darkcyan: Color

  44. val darkgoldenrod: Color

  45. val darkgray: Color

  46. val darkgreen: Color

  47. val darkgrey: Color

  48. val darkkhaki: Color

  49. val darkmagenta: Color

  50. val darkolivegreen: Color

  51. val darkorange: Color

  52. val darkorchid: Color

  53. val darkred: Color

  54. val darksalmon: Color

  55. val darkseagreen: Color

  56. val darkslateblue: Color

  57. val darkslategray: Color

  58. val darkslategrey: Color

  59. val darkturquoise: Color

  60. val darkviolet: Color

  61. val deeppink: Color

  62. val deepskyblue: Color

  63. val dimgray: Color

  64. val dimgrey: Color

  65. val dodgerblue: Color

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

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

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

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

  70. val floralwhite: Color

  71. val forestgreen: Color

  72. val fuchsia: Color

  73. val gainsboro: Color

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

    Definition Classes
    AnyRef → Any
  75. val ghostwhite: Color

  76. val gold: Color

  77. val goldenrod: Color

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

    Creates a GradientPaintScale automatically for the given range.

  79. val gray: Color

  80. val green: Color

  81. val greenyellow: Color

  82. val grey: Color

  83. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  84. val honeydew: Color

  85. val hotpink: Color

  86. val indianred: Color

  87. val indigo: Color

  88. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  89. val ivory: Color

  90. val khaki: Color

  91. val lavender: Color

  92. val lavenderblush: Color

  93. val lawngreen: Color

  94. val lemonchiffon: Color

  95. val lightblue: Color

  96. val lightcoral: Color

  97. val lightcyan: Color

  98. val lightgoldenrodyellow: Color

  99. val lightgray: Color

  100. val lightgreen: Color

  101. val lightgrey: Color

  102. val lightpink: Color

  103. val lightsalmon: Color

  104. val lightseagreen: Color

  105. val lightskyblue: Color

  106. val lightslategray: Color

  107. val lightslategrey: Color

  108. val lightsteelblue: Color

  109. val lightyellow: Color

  110. val lime: Color

  111. val limegreen: Color

  112. val linen: Color

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

    Creates a CategoricalPaintScale from the provided partial function.

  114. val magenta: Color

  115. val maroon: Color

  116. val mediumaquamarine: Color

  117. val mediumblue: Color

  118. val mediumorchid: Color

  119. val mediumpurple: Color

  120. val mediumseagreen: Color

  121. val mediumslateblue: Color

  122. val mediumspringgreen: Color

  123. val mediumturquoise: Color

  124. val mediumvioletred: Color

  125. val midnightblue: Color

  126. val mintcream: Color

  127. val mistyrose: Color

  128. val moccasin: Color

  129. val nanPaint: TexturePaint

    For painting NaN.

  130. val navajowhite: Color

  131. val navy: Color

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

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

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

    Definition Classes
    AnyRef
  135. val oldlace: Color

  136. val olive: Color

  137. val olivedrab: Color

  138. val orange: Color

  139. val orangered: Color

  140. val orchid: Color

  141. val palegoldenrod: Color

  142. val palegreen: Color

  143. val paleturquoise: Color

  144. val palevioletred: Color

  145. val papayawhip: Color

  146. val peachpuff: Color

  147. val peru: Color

  148. val pink: Color

  149. val plum: Color

  150. val powderblue: Color

  151. val purple: Color

  152. val red: Color

  153. val rosybrown: Color

  154. val royalblue: Color

  155. val saddlebrown: Color

  156. val salmon: Color

  157. val sandybrown: Color

  158. val seagreen: Color

  159. val seashell: Color

  160. val sienna: Color

  161. val silver: Color

  162. val skyblue: Color

  163. val slateblue: Color

  164. val slategray: Color

  165. val slategrey: Color

  166. val snow: Color

  167. val springgreen: Color

  168. val steelblue: Color

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

    Definition Classes
    AnyRef
  170. val tan: Color

  171. val teal: Color

  172. val thistle: Color

  173. def toString(): String

    Definition Classes
    AnyRef → Any
  174. val tomato: Color

  175. val transparent: Color

  176. val turquoise: Color

  177. val violet: Color

  178. final def wait(): Unit

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

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

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

  182. val white: Color

  183. val whitesmoke: Color

  184. val yellow: Color

  185. val yellowgreen: Color

Inherited from AnyRef

Inherited from Any

Ungrouped