Pular para o conteúdo principal

Image

Recurso manipulação de imagens.


affineTransform


_image.affineTransform() : java.awt.geom.AffineTransform

Retorno

( java.awt.geom.AffineTransform )


_image.affineTransform(tx: double[]) : java.awt.geom.AffineTransform

Atributos
NOMETIPODESCRIÇÃO
txdouble[]
Retorno

( java.awt.geom.AffineTransform )


_image.affineTransform(m00: double, m10: double, m01: double, m11: double, m02: double, m12: double) : java.awt.geom.AffineTransform

Atributos
NOMETIPODESCRIÇÃO
m00double
m10double
m01double
m11double
m02double
m12double
Retorno

( java.awt.geom.AffineTransform )


_image.affineTransform(tx: java.awt.geom.AffineTransform) : java.awt.geom.AffineTransform

Atributos
NOMETIPODESCRIÇÃO
txjava.awt.geom.AffineTransform
Retorno

( java.awt.geom.AffineTransform )


_image.affineTransform(tx: java.util.List) : java.awt.geom.AffineTransform

Atributos
NOMETIPODESCRIÇÃO
txjava.util.List
Retorno

( java.awt.geom.AffineTransform )


_image.affineTransform(tx: Values) : java.awt.geom.AffineTransform

Atributos
NOMETIPODESCRIÇÃO
txValues
Retorno

( java.awt.geom.AffineTransform )


affineTransformType


_image.affineTransformType(type: string) : int

Atributos
NOMETIPODESCRIÇÃO
typestring
Retorno

( int )


attributedString


_image.attributedString(text: string, attributes: Config | Exec | Header | Req | Res | Values | DataSchema) : java.text.AttributedString

Atributos
NOMETIPODESCRIÇÃO
textstring
attributesConfig | Exec | Header | Req | Res | Values | DataSchema
Retorno

( java.text.AttributedString )


_image.attributedString(text: string, attributes: Values) : java.text.AttributedString

Atributos
NOMETIPODESCRIÇÃO
textstring
attributesValues
Retorno

( java.text.AttributedString )


bufferedImage


_image.bufferedImage() : java.awt.image.BufferedImage

Retorno

( java.awt.image.BufferedImage )


close


_image.close() : void

Retorno

( void )


color


_image.color(r: float, g: float, b: float) : java.awt.Color

Atributos
NOMETIPODESCRIÇÃO
rfloat
gfloat
bfloat
Retorno

( java.awt.Color )


_image.color(r: float, g: float, b: float, a: float) : java.awt.Color

Atributos
NOMETIPODESCRIÇÃO
rfloat
gfloat
bfloat
afloat
Retorno

( java.awt.Color )


_image.color(r: int, g: int, b: int) : java.awt.Color

Atributos
NOMETIPODESCRIÇÃO
rint
gint
bint
Retorno

( java.awt.Color )


_image.color(r: int, g: int, b: int, a: int) : java.awt.Color

Atributos
NOMETIPODESCRIÇÃO
rint
gint
bint
aint
Retorno

( java.awt.Color )


_image.color(color: string) : java.awt.Color

Atributos
NOMETIPODESCRIÇÃO
colorstring
Retorno

( java.awt.Color )


colorDecode


_image.colorDecode(value: string) : java.awt.Color

Atributos
NOMETIPODESCRIÇÃO
valuestring
Retorno

( java.awt.Color )


convertRGBAToIndexed


_image.convertRGBAToIndexed() : java.awt.image.BufferedImage

Retorno

( java.awt.image.BufferedImage )


_image.convertRGBAToIndexed(src: java.awt.image.BufferedImage) : java.awt.image.BufferedImage

Atributos
NOMETIPODESCRIÇÃO
srcjava.awt.image.BufferedImage
Retorno

( java.awt.image.BufferedImage )


crop


_image.crop(x: int, y: int, width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
xint
yint
widthint
heightint
Retorno

( Image )


drawArc


_image.drawArc(color: java.awt.Color, x: int, y: int, width: int, height: int, startAngle: int, arcAngle: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
startAngleint
arcAngleint
Retorno

( Image )


drawBackground


_image.drawBackground(color: java.awt.Color) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
Retorno

( Image )


drawImage


_image.drawImage(image: java.awt.Image, x: int, y: int) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
xint
yint
Retorno

( Image )


_image.drawImage(image: java.awt.Image, x: int, y: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
xint
yint
rotationdouble
Retorno

( Image )


_image.drawImage(image: java.awt.Image, x: int, y: int, width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
xint
yint
widthint
heightint
Retorno

( Image )


_image.drawImage(image: java.awt.Image, x: int, y: int, width: int, height: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
xint
yint
widthint
heightint
rotationdouble
Retorno

( Image )


_image.drawImage(image: java.awt.Image, dx1: int, dxy1: int, dx2: int, dxy2: int, sx1: int, sy1: int, sx2: int, sy2: int) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
dx1int
dxy1int
dx2int
dxy2int
sx1int
sy1int
sx2int
sy2int
Retorno

( Image )


_image.drawImage(image: java.awt.Image, dx1: int, dxy1: int, dx2: int, dxy2: int, sx1: int, sy1: int, sx2: int, sy2: int, bgColor: java.awt.Color) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
dx1int
dxy1int
dx2int
dxy2int
sx1int
sy1int
sx2int
sy2int
bgColorjava.awt.Color
Retorno

( Image )


_image.drawImage(image: java.awt.Image, x: int, y: int, width: int, height: int, bgColor: java.awt.Color) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
xint
yint
widthint
heightint
bgColorjava.awt.Color
Retorno

( Image )


_image.drawImage(image: java.awt.Image, x: int, y: int, width: int, height: int, bgColor: java.awt.Color, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
xint
yint
widthint
heightint
bgColorjava.awt.Color
rotationdouble
Retorno

( Image )


_image.drawImage(image: java.awt.Image, x: int, y: int, bgColor: java.awt.Color) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
xint
yint
bgColorjava.awt.Color
Retorno

( Image )


_image.drawImage(image: java.awt.Image, x: int, y: int, bgColor: java.awt.Color, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
xint
yint
bgColorjava.awt.Color
rotationdouble
Retorno

( Image )


_image.drawImage(image: java.awt.Image, at: java.awt.geom.AffineTransform) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
atjava.awt.geom.AffineTransform
Retorno

( Image )


_image.drawImage(image: java.awt.image.BufferedImage, x: int, y: int) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.image.BufferedImage
xint
yint
Retorno

( Image )


_image.drawImage(image: java.awt.image.BufferedImage, x: int, y: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.image.BufferedImage
xint
yint
rotationdouble
Retorno

( Image )


_image.drawImage(image: Image, x: int, y: int) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
xint
yint
Retorno

( Image )


_image.drawImage(image: Image, x: int, y: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
xint
yint
rotationdouble
Retorno

( Image )


_image.drawImage(image: Image, x: int, y: int, width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
xint
yint
widthint
heightint
Retorno

( Image )


_image.drawImage(image: Image, x: int, y: int, width: int, height: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
xint
yint
widthint
heightint
rotationdouble
Retorno

( Image )


_image.drawImage(image: Image, dx1: int, dxy1: int, dx2: int, dxy2: int, sx1: int, sy1: int, sx2: int, sy2: int) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
dx1int
dxy1int
dx2int
dxy2int
sx1int
sy1int
sx2int
sy2int
Retorno

( Image )


_image.drawImage(image: Image, dx1: int, dxy1: int, dx2: int, dxy2: int, sx1: int, sy1: int, sx2: int, sy2: int, bgColor: java.awt.Color) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
dx1int
dxy1int
dx2int
dxy2int
sx1int
sy1int
sx2int
sy2int
bgColorjava.awt.Color
Retorno

( Image )


_image.drawImage(image: Image, x: int, y: int, width: int, height: int, bgColor: java.awt.Color) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
xint
yint
widthint
heightint
bgColorjava.awt.Color
Retorno

( Image )


_image.drawImage(image: Image, x: int, y: int, width: int, height: int, bgColor: java.awt.Color, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
xint
yint
widthint
heightint
bgColorjava.awt.Color
rotationdouble
Retorno

( Image )


_image.drawImage(image: Image, x: int, y: int, bgColor: java.awt.Color) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
xint
yint
bgColorjava.awt.Color
Retorno

( Image )


_image.drawImage(image: Image, x: int, y: int, bgColor: java.awt.Color, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
xint
yint
bgColorjava.awt.Color
rotationdouble
Retorno

( Image )


_image.drawImage(image: Image, at: java.awt.geom.AffineTransform) : Image

Atributos
NOMETIPODESCRIÇÃO
imageImage
atjava.awt.geom.AffineTransform
Retorno

( Image )


drawLine


_image.drawLine(color: java.awt.Color, x1: int, y1: int, x2: int, y2: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
x1int
y1int
x2int
y2int
Retorno

( Image )


drawOval


_image.drawOval(color: java.awt.Color, x: int, y: int, width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
Retorno

( Image )


drawPolygon


_image.drawPolygon(color: java.awt.Color, xPoints: int[], yPoints: int[], nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsint[]
yPointsint[]
nPointsint
Retorno

( Image )


_image.drawPolygon(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsjava.util.List
yPointsjava.util.List
Retorno

( Image )


_image.drawPolygon(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List, nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsjava.util.List
yPointsjava.util.List
nPointsint
Retorno

( Image )


_image.drawPolygon(color: java.awt.Color, xPoints: Values, yPoints: Values) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsValues
yPointsValues
Retorno

( Image )


_image.drawPolygon(color: java.awt.Color, xPoints: Values, yPoints: Values, nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsValues
yPointsValues
nPointsint
Retorno

( Image )


drawPolyline


_image.drawPolyline(color: java.awt.Color, xPoints: int[], yPoints: int[], nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsint[]
yPointsint[]
nPointsint
Retorno

( Image )


_image.drawPolyline(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsjava.util.List
yPointsjava.util.List
Retorno

( Image )


_image.drawPolyline(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List, nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsjava.util.List
yPointsjava.util.List
nPointsint
Retorno

( Image )


_image.drawPolyline(color: java.awt.Color, xPoints: Values, yPoints: Values) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsValues
yPointsValues
Retorno

( Image )


_image.drawPolyline(color: java.awt.Color, xPoints: Values, yPoints: Values, nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsValues
yPointsValues
nPointsint
Retorno

( Image )


drawRect


_image.drawRect(color: java.awt.Color, x: int, y: int, width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
Retorno

( Image )


_image.drawRect(color: java.awt.Color, x: int, y: int, width: int, height: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
rotationdouble
Retorno

( Image )


drawRoundRect


_image.drawRoundRect(color: java.awt.Color, x: int, y: int, width: int, height: int, arcWidth: int, arcHeight: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
arcWidthint
arcHeightint
Retorno

( Image )


_image.drawRoundRect(color: java.awt.Color, x: int, y: int, width: int, height: int, arcWidth: int, arcHeight: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
arcWidthint
arcHeightint
rotationdouble
Retorno

( Image )


drawText


_image.drawText(text: string, font: java.awt.Font, color: java.awt.Color, x: int, y: int) : Image

Atributos
NOMETIPODESCRIÇÃO
textstring
fontjava.awt.Font
colorjava.awt.Color
xint
yint
Retorno

( Image )


_image.drawText(text: string, font: java.awt.Font, color: java.awt.Color, x: int, y: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
textstring
fontjava.awt.Font
colorjava.awt.Color
xint
yint
rotationdouble
Retorno

( Image )


_image.drawText(text: string, font: java.awt.Font, color: java.awt.Color, x: int, y: int, at: java.awt.geom.AffineTransform) : Image

Atributos
NOMETIPODESCRIÇÃO
textstring
fontjava.awt.Font
colorjava.awt.Color
xint
yint
atjava.awt.geom.AffineTransform
Retorno

( Image )


_image.drawText(text: java.text.AttributedString, x: int, y: int) : Image

Atributos
NOMETIPODESCRIÇÃO
textjava.text.AttributedString
xint
yint
Retorno

( Image )


_image.drawText(text: java.text.AttributedString, x: int, y: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
textjava.text.AttributedString
xint
yint
rotationdouble
Retorno

( Image )


_image.drawText(text: java.text.AttributedString, x: int, y: int, at: java.awt.geom.AffineTransform) : Image

Atributos
NOMETIPODESCRIÇÃO
textjava.text.AttributedString
xint
yint
atjava.awt.geom.AffineTransform
Retorno

( Image )


file


_image.file(fileName: string, type: string) : File

Atributos
NOMETIPODESCRIÇÃO
fileNamestring
typestring
Retorno

( File )


fillArc


_image.fillArc(color: java.awt.Color, x: int, y: int, width: int, height: int, startAngle: int, arcAngle: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
startAngleint
arcAngleint
Retorno

( Image )


fillOval


_image.fillOval(color: java.awt.Color, x: int, y: int, width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
Retorno

( Image )


fillPolygon


_image.fillPolygon(color: java.awt.Color, xPoints: int[], yPoints: int[], nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsint[]
yPointsint[]
nPointsint
Retorno

( Image )


_image.fillPolygon(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsjava.util.List
yPointsjava.util.List
Retorno

( Image )


_image.fillPolygon(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List, nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsjava.util.List
yPointsjava.util.List
nPointsint
Retorno

( Image )


_image.fillPolygon(color: java.awt.Color, xPoints: Values, yPoints: Values) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsValues
yPointsValues
Retorno

( Image )


_image.fillPolygon(color: java.awt.Color, xPoints: Values, yPoints: Values, nPoints: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xPointsValues
yPointsValues
nPointsint
Retorno

( Image )


fillRect


_image.fillRect(color: java.awt.Color, x: int, y: int, width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
Retorno

( Image )


_image.fillRect(color: java.awt.Color, x: int, y: int, width: int, height: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
rotationdouble
Retorno

( Image )


fillRoundRect


_image.fillRoundRect(color: java.awt.Color, x: int, y: int, width: int, height: int, arcWidth: int, arcHeight: int) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
arcWidthint
arcHeightint
Retorno

( Image )


_image.fillRoundRect(color: java.awt.Color, x: int, y: int, width: int, height: int, arcWidth: int, arcHeight: int, rotation: double) : Image

Atributos
NOMETIPODESCRIÇÃO
colorjava.awt.Color
xint
yint
widthint
heightint
arcWidthint
arcHeightint
rotationdouble
Retorno

( Image )


font


_image.font(type: int, file: File) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
typeint
fileFile
Retorno

( java.awt.Font )


_image.font(type: int, file: File, style: int, size: float) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
typeint
fileFile
styleint
sizefloat
Retorno

( java.awt.Font )


_image.font(type: int, storage: Storage) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
typeint
storageStorage
Retorno

( java.awt.Font )


_image.font(type: int, storage: Storage, style: int, size: float) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
typeint
storageStorage
styleint
sizefloat
Retorno

( java.awt.Font )


_image.font(name: string, style: int, fontSize: int) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
namestring
styleint
fontSizeint
Retorno

( java.awt.Font )


_image.font(file: File) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
fileFile
Retorno

( java.awt.Font )


_image.font(file: File, size: float) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
fileFile
sizefloat
Retorno

( java.awt.Font )


_image.font(file: File, style: int, size: float) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
fileFile
styleint
sizefloat
Retorno

( java.awt.Font )


_image.font(storage: Storage) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
storageStorage
Retorno

( java.awt.Font )


_image.font(storage: Storage, size: float) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
storageStorage
sizefloat
Retorno

( java.awt.Font )


_image.font(storage: Storage, style: int, size: float) : java.awt.Font

Atributos
NOMETIPODESCRIÇÃO
storageStorage
styleint
sizefloat
Retorno

( java.awt.Font )


fontField


_image.fontField(field: string) : int

Atributos
NOMETIPODESCRIÇÃO
fieldstring
Retorno

( int )


fontMetrics


_image.fontMetrics(font: java.awt.Font) : java.awt.FontMetrics

Atributos
NOMETIPODESCRIÇÃO
fontjava.awt.Font
Retorno

( java.awt.FontMetrics )


fontStringBounds


_image.fontStringBounds(text: string, font: java.awt.Font) : java.awt.geom.Rectangle2D

Atributos
NOMETIPODESCRIÇÃO
textstring
fontjava.awt.Font
Retorno

( java.awt.geom.Rectangle2D )


getBufferedImage


_image.getBufferedImage() : java.awt.image.BufferedImage

Retorno

( java.awt.image.BufferedImage )


getFile


_image.getFile(fileName: string, type: string) : File

Atributos
NOMETIPODESCRIÇÃO
fileNamestring
typestring
Retorno

( File )


getGraphics


_image.getGraphics() : java.awt.Graphics2D

Retorno

( java.awt.Graphics2D )


getHeight


_image.getHeight() : int

Retorno

( int )


getImage


_image.getImage() : java.awt.Image

Retorno

( java.awt.Image )


getJPEGCompression


_image.getJPEGCompression() : float

Retorno

( float )


getWidth


_image.getWidth() : int

Retorno

( int )


graphics


_image.graphics() : java.awt.Graphics2D

Retorno

( java.awt.Graphics2D )


height


_image.height() : int

Retorno

( int )


image


_image.image() : java.awt.Image

Retorno

( java.awt.Image )


init


_image.init(width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
widthint
heightint
Retorno

( Image )


_image.init(image: java.awt.Image) : Image

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.Image
Retorno

( Image )


_image.init(in: InputStream) : Image

Atributos
NOMETIPODESCRIÇÃO
inInputStream
Retorno

( Image )


_image.init(in: javax.imageio.stream.ImageInputStream) : Image

Atributos
NOMETIPODESCRIÇÃO
injavax.imageio.stream.ImageInputStream
Retorno

( Image )


_image.init(file: File) : Image

Atributos
NOMETIPODESCRIÇÃO
fileFile
Retorno

( Image )


_image.init(in: InputStream) : Image

Atributos
NOMETIPODESCRIÇÃO
inInputStream
Retorno

( Image )


_image.init(storage: Storage) : Image

Atributos
NOMETIPODESCRIÇÃO
storageStorage
Retorno

( Image )


jpegCompression


_image.jpegCompression() : float

Retorno

( float )


_image.jpegCompression(jpegCompression: float) : Image

Atributos
NOMETIPODESCRIÇÃO
jpegCompressionfloat
Retorno

( Image )


makeTransparent


_image.makeTransparent(x: int, y: int) : java.awt.image.BufferedImage

Atributos
NOMETIPODESCRIÇÃO
xint
yint
Retorno

( java.awt.image.BufferedImage )


_image.makeTransparent(image: java.awt.image.BufferedImage, x: int, y: int) : java.awt.image.BufferedImage

Atributos
NOMETIPODESCRIÇÃO
imagejava.awt.image.BufferedImage
xint
yint
Retorno

( java.awt.image.BufferedImage )


output


_image.output(type: string) : Image

Atributos
NOMETIPODESCRIÇÃO
typestring
Retorno

( Image )


renderingHints


_image.renderingHints(key: java.awt.RenderingHints$Key, value: java.lang.Object) : java.awt.RenderingHints

Atributos
NOMETIPODESCRIÇÃO
keyjava.awt.RenderingHints$Key
valuejava.lang.Object
Retorno

( java.awt.RenderingHints )


renderingHintsKey


_image.renderingHintsKey(key: string) : java.awt.RenderingHints$Key

Atributos
NOMETIPODESCRIÇÃO
keystring
Retorno

( java.awt.RenderingHints$Key )


resetGraphics


_image.resetGraphics() : Image

Retorno

( Image )


resize


_image.resize(width: int, height: int) : Image

Atributos
NOMETIPODESCRIÇÃO
widthint
heightint
Retorno

( Image )


save


_image.save(out: OutputStream, type: string) : Image

Atributos
NOMETIPODESCRIÇÃO
outOutputStream
typestring
Retorno

( Image )


_image.save(out: javax.imageio.stream.ImageOutputStream, type: string) : Image

Atributos
NOMETIPODESCRIÇÃO
outjavax.imageio.stream.ImageOutputStream
typestring
Retorno

( Image )


_image.save(file: File, type: string) : Image

Atributos
NOMETIPODESCRIÇÃO
fileFile
typestring
Retorno

( Image )


_image.save(out: OutputStream, type: string) : Image

Atributos
NOMETIPODESCRIÇÃO
outOutputStream
typestring
Retorno

( Image )


_image.save(storage: Storage, type: string) : Image

Atributos
NOMETIPODESCRIÇÃO
storageStorage
typestring
Retorno

( Image )


setJPEGCompression


_image.setJPEGCompression(jpegCompression: float) : Image

Atributos
NOMETIPODESCRIÇÃO
jpegCompressionfloat
Retorno

( Image )


width


_image.width() : int

Retorno

( int )