thirdparty.marvin.image

MarvinImage

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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

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

  4. new MarvinImage(img: BufferedImage)

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. def Multi8p(x: Int, y: Int, masc: Array[Array[Int]]): Array[Int]

  5. def allocColorArray(): Unit

  6. final def asInstanceOf[T0]: T0

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

  8. def clearImage(color: Int): Unit

  9. def clone(): MarvinImage

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

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

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

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

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

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

  16. def finalize(): Unit

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

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

  19. def getBinaryColorArray(): Array[Boolean]

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

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

  22. def getBufferedImage(): BufferedImage

  23. def getBufferedImageNoAlpha(): BufferedImage

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

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

  26. def getComponents(): Int

  27. def getFormatName(): String

  28. def getHeight(): Int

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

  30. def getIntColorArray(): Array[Int]

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

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

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

  34. def getNewImageInstance(): BufferedImage

  35. def getType(): Int

  36. def getWidth(): Int

  37. def hashCode(): Int

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

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

  40. def limit8bitsColor(color: Int): Int

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

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

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

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

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

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

  47. def setBufferedImage(img: BufferedImage): Unit

  48. def setColorModel(cm: Int): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  56. def toString(): String

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

  58. def updateColorArray(): Unit

  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped