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: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

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

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

  14. def getAngle(): Float

  15. def getAngleCoefficient(): Float

  16. def getBounds2D(src: BufferedImage): Rectangle2D

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

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

  19. def getColormap(): Colormap

  20. def getDistancePower(): Float

  21. def getF1(): Float

  22. def getF2(): Float

  23. def getF3(): Float

  24. def getF4(): Float

  25. def getGradientCoefficient(): Float

  26. def getGridType(): Int

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

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

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

    Definition Classes
    AbstractBufferedImageOp
  30. def getRandomness(): Float

  31. def getRenderingHints(): RenderingHints

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

  33. def getStretch(): Float

  34. def getTurbulence(): Float

  35. def hashCode(): Int

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

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

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

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

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

  41. def setAngle(angle: Float): Unit

  42. def setAngleCoefficient(angleCoefficient: Float): Unit

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

  44. def setColormap(colormap: Colormap): Unit

  45. def setDistancePower(distancePower: Float): Unit

  46. def setF1(v: Float): Unit

  47. def setF2(v: Float): Unit

  48. def setF3(v: Float): Unit

  49. def setF4(v: Float): Unit

  50. def setGradientCoefficient(gradientCoefficient: Float): Unit

  51. def setGridType(gridType: Int): Unit

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

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

  54. def setScale(scale: Float): Unit

  55. def setStretch(stretch: Float): Unit

  56. def setTurbulence(turbulence: Float): Unit

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

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

  61. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. 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