thirdparty.jhlabs.image

Gradient

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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

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

  4. new Gradient()

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

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

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

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

  14. def getKnotBlend(n: Int): Byte

  15. def getKnotPosition(n: Int): Int

  16. def getKnotType(n: Int): Int

  17. def getMap(): Array[Int]

    Definition Classes
    ArrayColormap
  18. def getNumKnots(): Int

  19. def hashCode(): Int

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

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

  22. def mutate(amount: Float): Unit

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

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

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

    Definition Classes
    AnyRef
  26. def randomize(): Unit

  27. def removeKnot(n: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ArrayColormap

Inherited from Cloneable

Inherited from Colormap

Inherited from AnyRef

Inherited from Any

Ungrouped