thirdparty.jhlabs.image

FeedbackFilter

class FeedbackFilter extends AbstractBufferedImageOp

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

Instance Constructors

  1. new FeedbackFilter(distance: Float, angle: Float, rotation: Float, zoom: Float)

  2. new FeedbackFilter()

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
    FeedbackFilter → BufferedImageOp
  12. def finalize(): Unit

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

  14. def getBounds2D(src: BufferedImage): Rectangle2D

    Definition Classes
    AbstractBufferedImageOp → BufferedImageOp
  15. def getCentre(): Point2D

  16. def getCentreX(): Float

  17. def getCentreY(): Float

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getDistance(): Float

  20. def getEndAlpha(): Float

  21. def getIterations(): Int

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

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

    Definition Classes
    AbstractBufferedImageOp
  24. def getRenderingHints(): RenderingHints

    Definition Classes
    AbstractBufferedImageOp → BufferedImageOp
  25. def getRotation(): Float

  26. def getStartAlpha(): Float

  27. def getZoom(): Float

  28. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  33. def setAngle(angle: Float): Unit

  34. def setCentre(centre: Point2D): Unit

  35. def setCentreX(centreX: Float): Unit

  36. def setCentreY(centreY: Float): Unit

  37. def setDistance(distance: Float): Unit

  38. def setEndAlpha(endAlpha: Float): Unit

  39. def setIterations(iterations: Int): Unit

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

    Definition Classes
    AbstractBufferedImageOp
  41. def setRotation(rotation: Float): Unit

  42. def setStartAlpha(startAlpha: Float): Unit

  43. def setZoom(zoom: Float): Unit

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractBufferedImageOp

Inherited from Cloneable

Inherited from BufferedImageOp

Inherited from AnyRef

Inherited from Any

Ungrouped