thirdparty.jhlabs.image

CellularFilter

class CellularFilter extends WholeImageFilter with Function2D with Cloneable

Linear Supertypes
Function2D, WholeImageFilter, AbstractBufferedImageOp, Cloneable, BufferedImageOp, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CellularFilter
  2. Function2D
  3. WholeImageFilter
  4. AbstractBufferedImageOp
  5. Cloneable
  6. BufferedImageOp
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CellularFilter()

Type Members

  1. class Point extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Definition Classes
    CellularFilterAbstractBufferedImageOp → AnyRef
  8. def createCompatibleDestImage(src: BufferedImage, dstCM: ColorModel): BufferedImage

    Definition Classes
    AbstractBufferedImageOp → BufferedImageOp
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def evaluate(x: Float, y: Float): Float

    Definition Classes
    CellularFilterFunction2D
  12. def filter(src: BufferedImage, dst: BufferedImage): BufferedImage

    Definition Classes
    WholeImageFilter → BufferedImageOp
  13. def filterPixels(width: Int, height: Int, inPixels: Array[Int], transformedSpace: Rectangle): Array[Int]

    Attributes
    protected[thirdparty.jhlabs.image]
    Definition Classes
    CellularFilterWholeImageFilter
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAmount(): Float

  16. def getAngle(): Float

  17. def getAngleCoefficient(): Float

  18. def getBounds2D(src: BufferedImage): Rectangle2D

    Definition Classes
    AbstractBufferedImageOp → BufferedImageOp
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getCoefficient(i: Int): Float

  21. def getColormap(): Colormap

  22. def getDistancePower(): Float

  23. def getF1(): Float

  24. def getF2(): Float

  25. def getF3(): Float

  26. def getF4(): Float

  27. def getGradientCoefficient(): Float

  28. def getGridType(): Int

  29. def getPixel(x: Int, y: Int, inPixels: Array[Int], width: Int, height: Int): Int

  30. def getPoint2D(srcPt: Point2D, dstPt: Point2D): Point2D

    Definition Classes
    AbstractBufferedImageOp → BufferedImageOp
  31. def getRGB(image: BufferedImage, x: Int, y: Int, width: Int, height: Int, pixels: Array[Int]): Array[Int]

    Definition Classes
    AbstractBufferedImageOp
  32. def getRandomness(): Float

  33. def getRenderingHints(): RenderingHints

    Definition Classes
    AbstractBufferedImageOp → BufferedImageOp
  34. def getScale(): Float

  35. def getStretch(): Float

  36. def getTurbulence(): Float

  37. def hashCode(): Int

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

    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  42. def setAmount(amount: Float): Unit

  43. def setAngle(angle: Float): Unit

  44. def setAngleCoefficient(angleCoefficient: Float): Unit

  45. def setCoefficient(i: Int, v: Float): Unit

  46. def setColormap(colormap: Colormap): Unit

  47. def setDistancePower(distancePower: Float): Unit

  48. def setF1(v: Float): Unit

  49. def setF2(v: Float): Unit

  50. def setF3(v: Float): Unit

  51. def setF4(v: Float): Unit

  52. def setGradientCoefficient(gradientCoefficient: Float): Unit

  53. def setGridType(gridType: Int): Unit

  54. def setRGB(image: BufferedImage, x: Int, y: Int, width: Int, height: Int, pixels: Array[Int]): Unit

    Definition Classes
    AbstractBufferedImageOp
  55. def setRandomness(randomness: Float): Unit

  56. def setScale(scale: Float): Unit

  57. def setStretch(stretch: Float): Unit

  58. def setTurbulence(turbulence: Float): Unit

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

    Definition Classes
    AnyRef
  60. def toString(): String

    Definition Classes
    CellularFilter → AnyRef → Any
  61. def transformSpace(rect: Rectangle): Unit

    Attributes
    protected[thirdparty.jhlabs.image]
    Definition Classes
    WholeImageFilter
  62. def turbulence2(x: Float, y: Float, freq: Float): Float

  63. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Function2D

Inherited from WholeImageFilter

Inherited from AbstractBufferedImageOp

Inherited from Cloneable

Inherited from BufferedImageOp

Inherited from AnyRef

Inherited from Any

Ungrouped