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

  7. def allocColorArray(): Unit

  8. final def asInstanceOf[T0]: T0

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

  10. def clearImage(color: Int): Unit

  11. def clone(): MarvinImage

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

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

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

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

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

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

  18. def finalize(): Unit

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

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

  21. def getBinaryColorArray(): Array[Boolean]

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

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

  24. def getBufferedImage(): BufferedImage

  25. def getBufferedImageNoAlpha(): BufferedImage

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

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

  28. def getComponents(): Int

  29. def getFormatName(): String

  30. def getHeight(): Int

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

  32. def getIntColorArray(): Array[Int]

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

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

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

  36. def getNewImageInstance(): BufferedImage

  37. def getType(): Int

  38. def getWidth(): Int

  39. def hashCode(): Int

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

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

  42. def limit8bitsColor(color: Int): Int

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

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

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

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

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

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

  49. def setBufferedImage(img: BufferedImage): Unit

  50. def setColorModel(cm: Int): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  58. def toString(): String

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

  60. def updateColorArray(): Unit

  61. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped