Image
Recurso manipulação de imagens.
affineTransform
_image.affineTransform() : java.awt.geom.AffineTransform
Return
( java.awt.geom.AffineTransform )
_image.affineTransform(tx: double[]) : java.awt.geom.AffineTransform
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
tx | double[] |
Return
( java.awt.geom.AffineTransform )
_image.affineTransform(m00: double, m10: double, m01: double, m11: double, m02: double, m12: double) : java.awt.geom.AffineTransform
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
m00 | double | |
m10 | double | |
m01 | double | |
m11 | double | |
m02 | double | |
m12 | double |
Return
( java.awt.geom.AffineTransform )
_image.affineTransform(tx: java.awt.geom.AffineTransform) : java.awt.geom.AffineTransform
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
tx | java.awt.geom.AffineTransform |
Return
( java.awt.geom.AffineTransform )
_image.affineTransform(tx: java.util.List) : java.awt.geom.AffineTransform
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
tx | java.util.List |
Return
( java.awt.geom.AffineTransform )
_image.affineTransform(tx: Values) : java.awt.geom.AffineTransform
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
tx | Values |
Return
( java.awt.geom.AffineTransform )
affineTransformType
_image.affineTransformType(type: string) : int
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
type | string |
Return
( int )
attributedString
_image.attributedString(text: string, attributes: Config | Exec | Header | Req | Res | Values | DataSchema) : java.text.AttributedString
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | string | |
attributes | Config | Exec | Header | Req | Res | Values | DataSchema |
Return
( java.text.AttributedString )
_image.attributedString(text: string, attributes: Values) : java.text.AttributedString
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | string | |
attributes | Values |
Return
( java.text.AttributedString )
bufferedImage
_image.bufferedImage() : java.awt.image.BufferedImage
Return
( java.awt.image.BufferedImage )
close
_image.close() : void
Return
( void )
color
_image.color(r: float, g: float, b: float) : java.awt.Color
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
r | float | |
g | float | |
b | float |
Return
( java.awt.Color )
_image.color(r: float, g: float, b: float, a: float) : java.awt.Color
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
r | float | |
g | float | |
b | float | |
a | float |
Return
( java.awt.Color )
_image.color(r: int, g: int, b: int) : java.awt.Color
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
r | int | |
g | int | |
b | int |
Return
( java.awt.Color )
_image.color(r: int, g: int, b: int, a: int) : java.awt.Color
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
r | int | |
g | int | |
b | int | |
a | int |
Return
( java.awt.Color )
_image.color(color: string) : java.awt.Color
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | string |
Return
( java.awt.Color )
colorDecode
_image.colorDecode(value: string) : java.awt.Color
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
value | string |
Return
( java.awt.Color )
convertRGBAToIndexed
_image.convertRGBAToIndexed() : java.awt.image.BufferedImage
Return
( java.awt.image.BufferedImage )
_image.convertRGBAToIndexed(src: java.awt.image.BufferedImage) : java.awt.image.BufferedImage
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
src | java.awt.image.BufferedImage |
Return
( java.awt.image.BufferedImage )
crop
_image.crop(x: int, y: int, width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
x | int | |
y | int | |
width | int | |
height | int |
Return
( Image )
drawArc
_image.drawArc(color: java.awt.Color, x: int, y: int, width: int, height: int, startAngle: int, arcAngle: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
startAngle | int | |
arcAngle | int |
Return
( Image )
drawBackground
_image.drawBackground(color: java.awt.Color) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color |
Return
( Image )
drawImage
_image.drawImage(image: java.awt.Image, x: int, y: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
x | int | |
y | int |
Return
( Image )
_image.drawImage(image: java.awt.Image, x: int, y: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
x | int | |
y | int | |
rotation | double |
Return
( Image )
_image.drawImage(image: java.awt.Image, x: int, y: int, width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
x | int | |
y | int | |
width | int | |
height | int |
Return
( Image )
_image.drawImage(image: java.awt.Image, x: int, y: int, width: int, height: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
x | int | |
y | int | |
width | int | |
height | int | |
rotation | double |
Return
( Image )
_image.drawImage(image: java.awt.Image, dx1: int, dxy1: int, dx2: int, dxy2: int, sx1: int, sy1: int, sx2: int, sy2: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
dx1 | int | |
dxy1 | int | |
dx2 | int | |
dxy2 | int | |
sx1 | int | |
sy1 | int | |
sx2 | int | |
sy2 | int |
Return
( 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
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
dx1 | int | |
dxy1 | int | |
dx2 | int | |
dxy2 | int | |
sx1 | int | |
sy1 | int | |
sx2 | int | |
sy2 | int | |
bgColor | java.awt.Color |
Return
( Image )
_image.drawImage(image: java.awt.Image, x: int, y: int, width: int, height: int, bgColor: java.awt.Color) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
x | int | |
y | int | |
width | int | |
height | int | |
bgColor | java.awt.Color |
Return
( Image )
_image.drawImage(image: java.awt.Image, x: int, y: int, width: int, height: int, bgColor: java.awt.Color, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
x | int | |
y | int | |
width | int | |
height | int | |
bgColor | java.awt.Color | |
rotation | double |
Return
( Image )
_image.drawImage(image: java.awt.Image, x: int, y: int, bgColor: java.awt.Color) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
x | int | |
y | int | |
bgColor | java.awt.Color |
Return
( Image )
_image.drawImage(image: java.awt.Image, x: int, y: int, bgColor: java.awt.Color, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
x | int | |
y | int | |
bgColor | java.awt.Color | |
rotation | double |
Return
( Image )
_image.drawImage(image: java.awt.Image, at: java.awt.geom.AffineTransform) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image | |
at | java.awt.geom.AffineTransform |
Return
( Image )
_image.drawImage(image: java.awt.image.BufferedImage, x: int, y: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.image.BufferedImage | |
x | int | |
y | int |
Return
( Image )
_image.drawImage(image: java.awt.image.BufferedImage, x: int, y: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.image.BufferedImage | |
x | int | |
y | int | |
rotation | double |
Return
( Image )
_image.drawImage(image: Image, x: int, y: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
x | int | |
y | int |
Return
( Image )
_image.drawImage(image: Image, x: int, y: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
x | int | |
y | int | |
rotation | double |
Return
( Image )
_image.drawImage(image: Image, x: int, y: int, width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
x | int | |
y | int | |
width | int | |
height | int |
Return
( Image )
_image.drawImage(image: Image, x: int, y: int, width: int, height: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
x | int | |
y | int | |
width | int | |
height | int | |
rotation | double |
Return
( Image )
_image.drawImage(image: Image, dx1: int, dxy1: int, dx2: int, dxy2: int, sx1: int, sy1: int, sx2: int, sy2: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
dx1 | int | |
dxy1 | int | |
dx2 | int | |
dxy2 | int | |
sx1 | int | |
sy1 | int | |
sx2 | int | |
sy2 | int |
Return
( 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
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
dx1 | int | |
dxy1 | int | |
dx2 | int | |
dxy2 | int | |
sx1 | int | |
sy1 | int | |
sx2 | int | |
sy2 | int | |
bgColor | java.awt.Color |
Return
( Image )
_image.drawImage(image: Image, x: int, y: int, width: int, height: int, bgColor: java.awt.Color) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
x | int | |
y | int | |
width | int | |
height | int | |
bgColor | java.awt.Color |
Return
( Image )
_image.drawImage(image: Image, x: int, y: int, width: int, height: int, bgColor: java.awt.Color, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
x | int | |
y | int | |
width | int | |
height | int | |
bgColor | java.awt.Color | |
rotation | double |
Return
( Image )
_image.drawImage(image: Image, x: int, y: int, bgColor: java.awt.Color) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
x | int | |
y | int | |
bgColor | java.awt.Color |
Return
( Image )
_image.drawImage(image: Image, x: int, y: int, bgColor: java.awt.Color, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
x | int | |
y | int | |
bgColor | java.awt.Color | |
rotation | double |
Return
( Image )
_image.drawImage(image: Image, at: java.awt.geom.AffineTransform) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | Image | |
at | java.awt.geom.AffineTransform |
Return
( Image )
drawLine
_image.drawLine(color: java.awt.Color, x1: int, y1: int, x2: int, y2: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int |
Return
( Image )
drawOval
_image.drawOval(color: java.awt.Color, x: int, y: int, width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int |
Return
( Image )
drawPolygon
_image.drawPolygon(color: java.awt.Color, xPoints: int[], yPoints: int[], nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | int[] | |
yPoints | int[] | |
nPoints | int |
Return
( Image )
_image.drawPolygon(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | java.util.List | |
yPoints | java.util.List |
Return
( Image )
_image.drawPolygon(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List, nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | java.util.List | |
yPoints | java.util.List | |
nPoints | int |
Return
( Image )
_image.drawPolygon(color: java.awt.Color, xPoints: Values, yPoints: Values) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | Values | |
yPoints | Values |
Return
( Image )
_image.drawPolygon(color: java.awt.Color, xPoints: Values, yPoints: Values, nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | Values | |
yPoints | Values | |
nPoints | int |
Return
( Image )
drawPolyline
_image.drawPolyline(color: java.awt.Color, xPoints: int[], yPoints: int[], nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | int[] | |
yPoints | int[] | |
nPoints | int |
Return
( Image )
_image.drawPolyline(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | java.util.List | |
yPoints | java.util.List |
Return
( Image )
_image.drawPolyline(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List, nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | java.util.List | |
yPoints | java.util.List | |
nPoints | int |
Return
( Image )
_image.drawPolyline(color: java.awt.Color, xPoints: Values, yPoints: Values) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | Values | |
yPoints | Values |
Return
( Image )
_image.drawPolyline(color: java.awt.Color, xPoints: Values, yPoints: Values, nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | Values | |
yPoints | Values | |
nPoints | int |
Return
( Image )
drawRect
_image.drawRect(color: java.awt.Color, x: int, y: int, width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int |
Return
( Image )
_image.drawRect(color: java.awt.Color, x: int, y: int, width: int, height: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
rotation | double |
Return
( Image )
drawRoundRect
_image.drawRoundRect(color: java.awt.Color, x: int, y: int, width: int, height: int, arcWidth: int, arcHeight: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
arcWidth | int | |
arcHeight | int |
Return
( Image )
_image.drawRoundRect(color: java.awt.Color, x: int, y: int, width: int, height: int, arcWidth: int, arcHeight: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
arcWidth | int | |
arcHeight | int | |
rotation | double |
Return
( Image )
drawText
_image.drawText(text: string, font: java.awt.Font, color: java.awt.Color, x: int, y: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | string | |
font | java.awt.Font | |
color | java.awt.Color | |
x | int | |
y | int |
Return
( Image )
_image.drawText(text: string, font: java.awt.Font, color: java.awt.Color, x: int, y: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | string | |
font | java.awt.Font | |
color | java.awt.Color | |
x | int | |
y | int | |
rotation | double |
Return
( Image )
_image.drawText(text: string, font: java.awt.Font, color: java.awt.Color, x: int, y: int, at: java.awt.geom.AffineTransform) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | string | |
font | java.awt.Font | |
color | java.awt.Color | |
x | int | |
y | int | |
at | java.awt.geom.AffineTransform |
Return
( Image )
_image.drawText(text: java.text.AttributedString, x: int, y: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | java.text.AttributedString | |
x | int | |
y | int |
Return
( Image )
_image.drawText(text: java.text.AttributedString, x: int, y: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | java.text.AttributedString | |
x | int | |
y | int | |
rotation | double |
Return
( Image )
_image.drawText(text: java.text.AttributedString, x: int, y: int, at: java.awt.geom.AffineTransform) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | java.text.AttributedString | |
x | int | |
y | int | |
at | java.awt.geom.AffineTransform |
Return
( Image )
file
_image.file(fileName: string, type: string) : File
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
fileName | string | |
type | string |
Return
( File )
fillArc
_image.fillArc(color: java.awt.Color, x: int, y: int, width: int, height: int, startAngle: int, arcAngle: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
startAngle | int | |
arcAngle | int |
Return
( Image )
fillOval
_image.fillOval(color: java.awt.Color, x: int, y: int, width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int |
Return
( Image )
fillPolygon
_image.fillPolygon(color: java.awt.Color, xPoints: int[], yPoints: int[], nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | int[] | |
yPoints | int[] | |
nPoints | int |
Return
( Image )
_image.fillPolygon(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | java.util.List | |
yPoints | java.util.List |
Return
( Image )
_image.fillPolygon(color: java.awt.Color, xPoints: java.util.List, yPoints: java.util.List, nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | java.util.List | |
yPoints | java.util.List | |
nPoints | int |
Return
( Image )
_image.fillPolygon(color: java.awt.Color, xPoints: Values, yPoints: Values) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | Values | |
yPoints | Values |
Return
( Image )
_image.fillPolygon(color: java.awt.Color, xPoints: Values, yPoints: Values, nPoints: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
xPoints | Values | |
yPoints | Values | |
nPoints | int |
Return
( Image )
fillRect
_image.fillRect(color: java.awt.Color, x: int, y: int, width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int |
Return
( Image )
_image.fillRect(color: java.awt.Color, x: int, y: int, width: int, height: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
rotation | double |
Return
( Image )
fillRoundRect
_image.fillRoundRect(color: java.awt.Color, x: int, y: int, width: int, height: int, arcWidth: int, arcHeight: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
arcWidth | int | |
arcHeight | int |
Return
( Image )
_image.fillRoundRect(color: java.awt.Color, x: int, y: int, width: int, height: int, arcWidth: int, arcHeight: int, rotation: double) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
color | java.awt.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
arcWidth | int | |
arcHeight | int | |
rotation | double |
Return
( Image )
font
_image.font(type: int, file: File) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
type | int | |
file | File |
Return
( java.awt.Font )
_image.font(type: int, file: File, style: int, size: float) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
type | int | |
file | File | |
style | int | |
size | float |
Return
( java.awt.Font )
_image.font(type: int, storage: Storage) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
type | int | |
storage | Storage |
Return
( java.awt.Font )
_image.font(type: int, storage: Storage, style: int, size: float) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
type | int | |
storage | Storage | |
style | int | |
size | float |
Return
( java.awt.Font )
_image.font(name: string, style: int, fontSize: int) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
name | string | |
style | int | |
fontSize | int |
Return
( java.awt.Font )
_image.font(file: File) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
file | File |
Return
( java.awt.Font )
_image.font(file: File, size: float) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
file | File | |
size | float |
Return
( java.awt.Font )
_image.font(file: File, style: int, size: float) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
file | File | |
style | int | |
size | float |
Return
( java.awt.Font )
_image.font(storage: Storage) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
storage | Storage |
Return
( java.awt.Font )
_image.font(storage: Storage, size: float) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
storage | Storage | |
size | float |
Return
( java.awt.Font )
_image.font(storage: Storage, style: int, size: float) : java.awt.Font
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
storage | Storage | |
style | int | |
size | float |
Return
( java.awt.Font )
fontField
_image.fontField(field: string) : int
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
field | string |
Return
( int )
fontMetrics
_image.fontMetrics(font: java.awt.Font) : java.awt.FontMetrics
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
font | java.awt.Font |
Return
( java.awt.FontMetrics )
fontStringBounds
_image.fontStringBounds(text: string, font: java.awt.Font) : java.awt.geom.Rectangle2D
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
text | string | |
font | java.awt.Font |
Return
( java.awt.geom.Rectangle2D )
getBufferedImage
_image.getBufferedImage() : java.awt.image.BufferedImage
Return
( java.awt.image.BufferedImage )
getFile
_image.getFile(fileName: string, type: string) : File
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
fileName | string | |
type | string |
Return
( File )
getGraphics
_image.getGraphics() : java.awt.Graphics2D
Return
( java.awt.Graphics2D )
getHeight
_image.getHeight() : int
Return
( int )
getImage
_image.getImage() : java.awt.Image
Return
( java.awt.Image )
getJPEGCompression
_image.getJPEGCompression() : float
Return
( float )
getWidth
_image.getWidth() : int
Return
( int )
graphics
_image.graphics() : java.awt.Graphics2D
Return
( java.awt.Graphics2D )
height
_image.height() : int
Return
( int )
image
_image.image() : java.awt.Image
Return
( java.awt.Image )
init
_image.init(width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
width | int | |
height | int |
Return
( Image )
_image.init(image: java.awt.Image) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.Image |
Return
( Image )
_image.init(in: InputStream) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
in | InputStream |
Return
( Image )
_image.init(in: javax.imageio.stream.ImageInputStream) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
in | javax.imageio.stream.ImageInputStream |
Return
( Image )
_image.init(file: File) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
file | File |
Return
( Image )
_image.init(in: InputStream) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
in | InputStream |
Return
( Image )
_image.init(storage: Storage) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
storage | Storage |
Return
( Image )
jpegCompression
_image.jpegCompression() : float
Return
( float )
_image.jpegCompression(jpegCompression: float) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
jpegCompression | float |
Return
( Image )
makeTransparent
_image.makeTransparent(x: int, y: int) : java.awt.image.BufferedImage
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
x | int | |
y | int |
Return
( java.awt.image.BufferedImage )
_image.makeTransparent(image: java.awt.image.BufferedImage, x: int, y: int) : java.awt.image.BufferedImage
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
image | java.awt.image.BufferedImage | |
x | int | |
y | int |
Return
( java.awt.image.BufferedImage )
output
_image.output(type: string) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
type | string |
Return
( Image )
renderingHints
_image.renderingHints(key: java.awt.RenderingHints$Key, value: java.lang.Object) : java.awt.RenderingHints
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
key | java.awt.RenderingHints$Key | |
value | java.lang.Object |
Return
( java.awt.RenderingHints )
renderingHintsKey
_image.renderingHintsKey(key: string) : java.awt.RenderingHints$Key
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
key | string |
Return
( java.awt.RenderingHints$Key )
resetGraphics
_image.resetGraphics() : Image
Return
( Image )
resize
_image.resize(width: int, height: int) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
width | int | |
height | int |
Return
( Image )
save
_image.save(out: OutputStream, type: string) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
out | OutputStream | |
type | string |
Return
( Image )
_image.save(out: javax.imageio.stream.ImageOutputStream, type: string) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
out | javax.imageio.stream.ImageOutputStream | |
type | string |
Return
( Image )
_image.save(file: File, type: string) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
file | File | |
type | string |
Return
( Image )
_image.save(out: OutputStream, type: string) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
out | OutputStream | |
type | string |
Return
( Image )
_image.save(storage: Storage, type: string) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
storage | Storage | |
type | string |
Return
( Image )
setJPEGCompression
_image.setJPEGCompression(jpegCompression: float) : Image
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
jpegCompression | float |
Return
( Image )
width
_image.width() : int
Return
( int )