Class

thirdparty.marvin.image

MarvinImage

Related Doc: package image

Permalink

class MarvinImage extends Cloneable

Linear Supertypes
Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MarvinImage
  2. Cloneable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MarvinImage(w: Int, h: Int, cm: Int)

    Permalink
  2. new MarvinImage(w: Int, h: Int)

    Permalink
  3. new MarvinImage(img: BufferedImage, fmtName: String)

    Permalink
  4. new MarvinImage(img: BufferedImage)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Multi8p(x: Int, y: Int, masc: Array[Array[Int]]): Array[Int]

    Permalink
  5. def allocColorArray(): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def boundRGB(rgb: Int): Int

    Permalink
  8. def clearImage(color: Int): Unit

    Permalink
  9. def clone(): MarvinImage

    Permalink
    Definition Classes
    MarvinImage → AnyRef
  10. def crop(x: Int, y: Int, w: Int, h: Int): MarvinImage

    Permalink
  11. def drawLine(x0: Int, y0: Int, x1: Int, y1: Int, c: Color): Unit

    Permalink
  12. def drawRect(x: Int, y: Int, w: Int, h: Int, c: Color): Unit

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    MarvinImage → AnyRef → Any
  15. def fillRect(x: Int, y: Int, w: Int, h: Int, c: Color): Unit

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getAlphaComponent(x: Int, y: Int): Int

    Permalink
  18. def getBinaryColor(x: Int, y: Int): Boolean

    Permalink
  19. def getBinaryColorArray(): Array[Boolean]

    Permalink
  20. def getBufferedImage(width: Int, height: Int, type: Int): BufferedImage

    Permalink
  21. def getBufferedImage(width: Int, height: Int): BufferedImage

    Permalink
  22. def getBufferedImage(): BufferedImage

    Permalink
  23. def getBufferedImageNoAlpha(): BufferedImage

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getColorModel(): Int

    Permalink
  26. def getComponents(): Int

    Permalink
  27. def getFormatName(): String

    Permalink
  28. def getHeight(): Int

    Permalink
  29. def getIntColor(x: Int, y: Int): Int

    Permalink
  30. def getIntColorArray(): Array[Int]

    Permalink
  31. def getIntComponent0(x: Int, y: Int): Int

    Permalink
  32. def getIntComponent1(x: Int, y: Int): Int

    Permalink
  33. def getIntComponent2(x: Int, y: Int): Int

    Permalink
  34. def getNewImageInstance(): BufferedImage

    Permalink
  35. def getType(): Int

    Permalink
  36. def getWidth(): Int

    Permalink
  37. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  39. def isValidPosition(x: Int, y: Int): Boolean

    Permalink
  40. def limit8bitsColor(color: Int): Int

    Permalink
  41. def multi8p(x: Int, y: Int, masc: Double): Double

    Permalink
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. def resize(w: Int, h: Int): Unit

    Permalink
  46. def setBinaryColor(x: Int, y: Int, value: Boolean): Unit

    Permalink
  47. def setBufferedImage(img: BufferedImage): Unit

    Permalink
  48. def setColorModel(cm: Int): Unit

    Permalink
  49. def setDimension(w: Int, h: Int): Unit

    Permalink
  50. def setIntColor(x: Int, y: Int, alpha: Int, c0: Int, c1: Int, c2: Int): Unit

    Permalink
  51. def setIntColor(x: Int, y: Int, c0: Int, c1: Int, c2: Int): Unit

    Permalink
  52. def setIntColor(x: Int, y: Int, color: Int): Unit

    Permalink
  53. def setIntColor(x: Int, y: Int, alpha: Int, color: Int): Unit

    Permalink
  54. def setIntColorArray(arr: Array[Int]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. def update(): Unit

    Permalink
  58. def updateColorArray(): Unit

    Permalink
  59. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped