Class

thirdparty.jhlabs.image

Gradient

Related Doc: package image

Permalink

class Gradient extends ArrayColormap with Cloneable

Linear Supertypes
ArrayColormap, Cloneable, Colormap, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Gradient
  2. ArrayColormap
  3. Cloneable
  4. Colormap
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Gradient(x: Array[Int], rgb: Array[Int], types: Array[Byte])

    Permalink
  2. new Gradient(x: Array[Int], rgb: Array[Int])

    Permalink
  3. new Gradient(rgb: Array[Int])

    Permalink
  4. new Gradient()

    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 addKnot(x: Int, color: Int, type: Int): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    GradientArrayColormap → AnyRef
  7. def copyTo(g: Gradient): Unit

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getColor(v: Float): Int

    Permalink
    Definition Classes
    ArrayColormapColormap
  13. def getKnot(n: Int): Int

    Permalink
  14. def getKnotBlend(n: Int): Byte

    Permalink
  15. def getKnotPosition(n: Int): Int

    Permalink
  16. def getKnotType(n: Int): Int

    Permalink
  17. def getMap(): Array[Int]

    Permalink
    Definition Classes
    ArrayColormap
  18. def getNumKnots(): Int

    Permalink
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def knotAt(x: Int): Int

    Permalink
  22. def mutate(amount: Float): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def randomize(): Unit

    Permalink
  27. def removeKnot(n: Int): Unit

    Permalink
  28. def setColor(n: Int, color: Int): Unit

    Permalink
    Definition Classes
    GradientArrayColormap
  29. def setColorInterpolated(index: Int, firstIndex: Int, lastIndex: Int, color: Int): Unit

    Permalink
    Definition Classes
    ArrayColormap
  30. def setColorRange(firstIndex: Int, lastIndex: Int, color: Int): Unit

    Permalink
    Definition Classes
    ArrayColormap
  31. def setColorRange(firstIndex: Int, lastIndex: Int, color1: Int, color2: Int): Unit

    Permalink
    Definition Classes
    ArrayColormap
  32. def setKnot(n: Int, color: Int): Unit

    Permalink
  33. def setKnotBlend(n: Int, type: Int): Unit

    Permalink
  34. def setKnotPosition(n: Int, x: Int): Unit

    Permalink
  35. def setKnotType(n: Int, type: Int): Unit

    Permalink
  36. def setKnots(x: Array[Int], y: Array[Int], types: Array[Byte], offset: Int, count: Int): Unit

    Permalink
  37. def setKnots(x: Array[Int], rgb: Array[Int], types: Array[Byte]): Unit

    Permalink
  38. def setMap(map: Array[Int]): Unit

    Permalink
    Definition Classes
    ArrayColormap
  39. def splitSpan(n: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

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

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

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

Inherited from ArrayColormap

Inherited from Cloneable

Inherited from Colormap

Inherited from AnyRef

Inherited from Any

Ungrouped