thirdparty.jhlabs.image

SmearFilter

class SmearFilter extends WholeImageFilter

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

Instance Constructors

  1. new SmearFilter()

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
    AbstractBufferedImageOp → 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 filter(src: BufferedImage, dst: BufferedImage): BufferedImage

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

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

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

  13. def getBackground(): Boolean

  14. def getBounds2D(src: BufferedImage): Rectangle2D

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

    Definition Classes
    AnyRef → Any
  16. def getDensity(): Float

  17. def getDistance(): Int

  18. def getFadeout(): Int

  19. def getMix(): Float

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

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

    Definition Classes
    AbstractBufferedImageOp
  22. def getRenderingHints(): RenderingHints

    Definition Classes
    AbstractBufferedImageOp → BufferedImageOp
  23. def getScatter(): Float

  24. def getShape(): Int

  25. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  30. def randomize(): Unit

  31. def setAngle(angle: Float): Unit

  32. def setBackground(background: Boolean): Unit

  33. def setDensity(density: Float): Unit

  34. def setDistance(distance: Int): Unit

  35. def setFadeout(fadeout: Int): Unit

  36. def setMix(mix: Float): Unit

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

    Definition Classes
    AbstractBufferedImageOp
  38. def setScatter(scatter: Float): Unit

  39. def setShape(shape: Int): Unit

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

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    SmearFilter → AnyRef → Any
  42. def transformSpace(rect: Rectangle): Unit

    Attributes
    protected[thirdparty.jhlabs.image]
    Definition Classes
    WholeImageFilter
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WholeImageFilter

Inherited from AbstractBufferedImageOp

Inherited from Cloneable

Inherited from BufferedImageOp

Inherited from AnyRef

Inherited from Any

Ungrouped