thirdparty.jhlabs.image

StampFilter

class StampFilter extends PointFilter

Linear Supertypes
PointFilter, AbstractBufferedImageOp, Cloneable, BufferedImageOp, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StampFilter
  2. PointFilter
  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 StampFilter(threshold: Float)

  2. new StampFilter()

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

    Definition Classes
    StampFilterPointFilter → BufferedImageOp
  12. def filterRGB(x: Int, y: Int, rgb: Int): Int

    Definition Classes
    StampFilterPointFilter
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getBlack(): Int

  15. def getBounds2D(src: BufferedImage): Rectangle2D

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

    Definition Classes
    AnyRef → Any
  17. def getPoint2D(srcPt: Point2D, dstPt: Point2D): Point2D

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

    Definition Classes
    AbstractBufferedImageOp
  19. def getRadius(): Float

  20. def getRenderingHints(): RenderingHints

    Definition Classes
    AbstractBufferedImageOp → BufferedImageOp
  21. def getSoftness(): Float

  22. def getThreshold(): Float

  23. def getWhite(): Int

  24. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  29. def setBlack(black: Int): Unit

  30. def setDimensions(width: Int, height: Int): Unit

    Definition Classes
    PointFilter
  31. def setRGB(image: BufferedImage, x: Int, y: Int, width: Int, height: Int, pixels: Array[Int]): Unit

    Definition Classes
    AbstractBufferedImageOp
  32. def setRadius(radius: Float): Unit

  33. def setSoftness(softness: Float): Unit

  34. def setThreshold(threshold: Float): Unit

  35. def setWhite(white: Int): Unit

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PointFilter

Inherited from AbstractBufferedImageOp

Inherited from Cloneable

Inherited from BufferedImageOp

Inherited from AnyRef

Inherited from Any

Ungrouped