Modifier and Type | Field and Description |
---|---|
private Image |
NGImageView.image |
private static Image |
NGPhongMaterial.WHITE_1X1 |
Modifier and Type | Method and Description |
---|---|
private void |
NGRegion.paintTiles(Graphics g,
Image img,
BackgroundRepeat repeatX,
BackgroundRepeat repeatY,
Side horizontalSide,
Side verticalSide,
float regionX,
float regionY,
float regionWidth,
float regionHeight,
int srcX,
int srcY,
int srcW,
int srcH,
float tileX,
float tileY,
float tileWidth,
float tileHeight)
Paints a subsection (srcX,srcY,srcW,srcH) of an image tiled or stretched to fill the destination area
(regionWidth,regionHeight).
|
private void |
NGRegion.paintTiles(Graphics g,
Image img,
BorderRepeat repeatX,
BorderRepeat repeatY,
Side horizontalSide,
Side verticalSide,
float regionX,
float regionY,
float regionWidth,
float regionHeight,
int srcX,
int srcY,
int srcW,
int srcH,
float tileX,
float tileY,
float tileWidth,
float tileHeight) |
Modifier and Type | Field and Description |
---|---|
private Image |
QuantumToolkit.QuantumImage.image |
private Image[] |
PrismImageLoader2.images |
Modifier and Type | Method and Description |
---|---|
(package private) static Image |
WindowStage.findBestImage(java.util.List icons,
int width,
int height) |
static Image |
PixelUtils.pixelsToImage(Pixels pix) |
Modifier and Type | Method and Description |
---|---|
static Pixels |
PixelUtils.imageToPixels(Image image) |
(package private) void |
QuantumToolkit.QuantumImage.setImage(Image img) |
Constructor and Description |
---|
QuantumImage(Image image) |
Modifier and Type | Field and Description |
---|---|
private Image |
WCImageImpl.img |
Modifier and Type | Method and Description |
---|---|
(package private) Image |
WCImageImpl.getImage() |
(package private) Image |
RTImage.getImage() |
(package private) abstract Image |
PrismImage.getImage() |
Modifier and Type | Method and Description |
---|---|
private static java.awt.image.BufferedImage |
PrismImage.fromFXImage(Image img,
boolean forceRGB) |
Modifier and Type | Field and Description |
---|---|
private Image |
TextureMap.image |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.convertImageFrame(ImageFrame frame) |
Image |
Image.createPackedCopy()
Returns a new
Image instance with a newly allocated pixel
buffer that contains a tightly packed copy of this image's pixels. |
Image |
Image.createPackedCopyIfNeeded()
Returns a
Image instance with a newly allocated pixel
buffer that contains a tightly packed copy of this image's pixels or
if this image is already tightly packed, itself. |
Image |
Image.createSubImage(int x,
int y,
int w,
int h)
Returns a new
Image instance that shares the underlying pixel
buffer of this Image . |
static Image |
Image.fromByteAlphaData(byte[] pixels,
int width,
int height) |
static Image |
Image.fromByteAlphaData(java.nio.ByteBuffer pixels,
int width,
int height) |
static Image |
Image.fromByteAlphaData(java.nio.ByteBuffer pixels,
int width,
int height,
int scanlineStride) |
static Image |
Image.fromByteApple422Data(byte[] pixels,
int width,
int height) |
static Image |
Image.fromByteApple422Data(java.nio.ByteBuffer pixels,
int width,
int height) |
static Image |
Image.fromByteApple422Data(java.nio.ByteBuffer pixels,
int width,
int height,
int scanlineStride) |
static Image |
Image.fromByteBgraPreData(byte[] pixels,
int width,
int height) |
static Image |
Image.fromByteBgraPreData(byte[] pixels,
int width,
int height,
float pixelScale) |
static Image |
Image.fromByteBgraPreData(java.nio.ByteBuffer pixels,
int width,
int height) |
static Image |
Image.fromByteBgraPreData(java.nio.ByteBuffer pixels,
int width,
int height,
int scanlineStride) |
static Image |
Image.fromByteBgraPreData(java.nio.ByteBuffer pixels,
int width,
int height,
int scanlineStride,
float pixelScale) |
static Image |
Image.fromByteGrayData(byte[] pixels,
int width,
int height) |
static Image |
Image.fromByteGrayData(java.nio.ByteBuffer pixels,
int width,
int height) |
static Image |
Image.fromByteGrayData(java.nio.ByteBuffer pixels,
int width,
int height,
int scanlineStride) |
static Image |
Image.fromByteGrayData(java.nio.ByteBuffer pixels,
int width,
int height,
int scanlineStride,
float pixelScale) |
static Image |
Image.fromByteRgbData(byte[] pixels,
int width,
int height) |
static Image |
Image.fromByteRgbData(java.nio.ByteBuffer pixels,
int width,
int height) |
static Image |
Image.fromByteRgbData(java.nio.ByteBuffer pixels,
int width,
int height,
int scanlineStride) |
static Image |
Image.fromByteRgbData(java.nio.ByteBuffer pixels,
int width,
int height,
int scanlineStride,
float pixelScale) |
static Image |
Image.fromFloatMapData(java.nio.FloatBuffer pixels,
int width,
int height) |
static Image |
Image.fromIntArgbPreData(int[] pixels,
int width,
int height) |
static Image |
Image.fromIntArgbPreData(java.nio.IntBuffer pixels,
int width,
int height) |
static Image |
Image.fromIntArgbPreData(java.nio.IntBuffer pixels,
int width,
int height,
int scanlineStride) |
static Image |
Image.fromIntArgbPreData(java.nio.IntBuffer pixels,
int width,
int height,
int scanlineStride,
float pixelScale) |
Image |
TextureMap.getImage() |
Image |
Image.iconify(java.nio.ByteBuffer iconBuffer,
int twidth,
int theight) |
Image |
Image.promoteByteRgbToByteBgra() |
Modifier and Type | Method and Description |
---|---|
Texture |
ResourceFactory.createTexture(Image image,
Texture.Usage usageHint,
Texture.WrapMode wrapMode)
Returns a new
Texture containing the pixels from the given
image with the indicated texture edge wrap mode. |
Texture |
ResourceFactory.createTexture(Image image,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
boolean useMipmap)
Returns a new
Texture containing the pixels from the given
image with the indicated texture edge wrap mode. |
Texture |
ResourceFactory.getCachedTexture(Image image,
Texture.WrapMode wrapMode)
Returns a
Texture for the given image set up to use or
simulate the indicated wrap mode. |
Texture |
ResourceFactory.getCachedTexture(Image image,
Texture.WrapMode wrapMode,
boolean useMipmap)
Returns a
Texture for the given image set up to use or
simulate the indicated wrap mode. |
void |
TextureMap.setImage(Image image) |
void |
MultiTexture.update(Image img) |
void |
Texture.update(Image img)
Updates this texture using the contents of the given
Image . |
void |
MultiTexture.update(Image img,
int dstx,
int dsty) |
void |
Texture.update(Image img,
int dstx,
int dsty)
Updates this texture using the contents of the given
Image . |
void |
MultiTexture.update(Image img,
int dstx,
int dsty,
int srcw,
int srch) |
void |
Texture.update(Image img,
int dstx,
int dsty,
int srcw,
int srch)
Updates this texture using the contents of the given
Image . |
void |
MultiTexture.update(Image img,
int dstx,
int dsty,
int srcw,
int srch,
boolean skipFlush) |
void |
Texture.update(Image img,
int dstx,
int dsty,
int srcw,
int srch,
boolean skipFlush)
Updates this texture using the contents of the given
Image . |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Image,Texture> |
D3DResourceFactory.clampTexCache |
private static java.util.Map<Image,Texture> |
D3DResourceFactory.mipmapTexCache |
private static java.util.Map<Image,Texture> |
D3DResourceFactory.repeatTexCache |
Modifier and Type | Method and Description |
---|---|
void |
D3DRTTexture.update(Image img) |
void |
D3DRTTexture.update(Image img,
int dstx,
int dsty) |
void |
D3DRTTexture.update(Image img,
int dstx,
int dsty,
int w,
int h) |
void |
D3DRTTexture.update(Image img,
int dstx,
int dsty,
int w,
int h,
boolean skipFlush) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Image,Texture> |
ES2ResourceFactory.clampTexCache |
private static java.util.Map<Image,Texture> |
ES2ResourceFactory.mipmapTexCache |
private static java.util.Map<Image,Texture> |
ES2ResourceFactory.repeatTexCache |
Modifier and Type | Method and Description |
---|---|
void |
ES2RTTexture.update(Image img) |
void |
ES2RTTexture.update(Image img,
int dstx,
int dsty) |
void |
ES2RTTexture.update(Image img,
int dstx,
int dsty,
int w,
int h) |
void |
ES2RTTexture.update(Image img,
int dstx,
int dsty,
int w,
int h,
boolean skipFlush) |
Modifier and Type | Field and Description |
---|---|
protected Image[] |
CompoundImage.tiles |
Constructor and Description |
---|
CachingCompoundImage(Image image,
int maxSize) |
CompoundImage(Image image,
int maxSize) |
CompoundImage(Image image,
int maxSize,
int borderSize) |
CompoundTexture(Image image,
int maxSize) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Image,Texture> |
BaseResourceFactory.clampTexCache |
private java.util.Map<Image,Texture> |
BaseResourceFactory.mipmapTexCache |
private java.util.Map<Image,Texture> |
BaseResourceFactory.repeatTexCache |
Modifier and Type | Method and Description |
---|---|
Texture |
BaseResourceFactory.createTexture(Image image,
Texture.Usage usageHint,
Texture.WrapMode wrapMode) |
Texture |
BaseResourceFactory.createTexture(Image image,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
boolean useMipmap) |
Texture |
BaseResourceFactory.getCachedTexture(Image image,
Texture.WrapMode wrapMode) |
Texture |
BaseResourceFactory.getCachedTexture(Image image,
Texture.WrapMode wrapMode,
boolean useMipmap) |
void |
BaseTexture.update(Image img) |
void |
BaseTexture.update(Image img,
int dstx,
int dsty) |
void |
BaseTexture.update(Image img,
int dstx,
int dsty,
int w,
int h) |
void |
BaseTexture.update(Image img,
int dstx,
int dsty,
int srcw,
int srch,
boolean skipFlush) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseResourceFactory.clearTextureCache(java.util.Map<Image,Texture> texCache) |
Constructor and Description |
---|
BaseResourceFactory(java.util.Map<Image,Texture> clampTexCache,
java.util.Map<Image,Texture> repeatTexCache,
java.util.Map<Image,Texture> mipmapTexCache) |
BaseResourceFactory(java.util.Map<Image,Texture> clampTexCache,
java.util.Map<Image,Texture> repeatTexCache,
java.util.Map<Image,Texture> mipmapTexCache) |
BaseResourceFactory(java.util.Map<Image,Texture> clampTexCache,
java.util.Map<Image,Texture> repeatTexCache,
java.util.Map<Image,Texture> mipmapTexCache) |
Modifier and Type | Field and Description |
---|---|
private static Image |
PaintHelper.colorsImg |
private static Image |
PaintHelper.gtexImg |
Constructor and Description |
---|
BaseShaderFactory(java.util.Map<Image,Texture> clampTexCache,
java.util.Map<Image,Texture> repeatTexCache,
java.util.Map<Image,Texture> mipmapTexCache) |
BaseShaderFactory(java.util.Map<Image,Texture> clampTexCache,
java.util.Map<Image,Texture> repeatTexCache,
java.util.Map<Image,Texture> mipmapTexCache) |
BaseShaderFactory(java.util.Map<Image,Texture> clampTexCache,
java.util.Map<Image,Texture> repeatTexCache,
java.util.Map<Image,Texture> mipmapTexCache) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Image,Texture> |
J2DResourceFactory.clampTexCache |
private static java.util.Map<Image,Texture> |
J2DResourceFactory.mipmapTexCache |
private static java.util.Map<Image,Texture> |
J2DResourceFactory.repeatTexCache |
Modifier and Type | Method and Description |
---|---|
void |
J2DRTTexture.update(Image img) |
void |
J2DRTTexture.update(Image img,
int dstx,
int dsty) |
void |
J2DRTTexture.update(Image img,
int dstx,
int dsty,
int w,
int h) |
void |
J2DRTTexture.update(Image img,
int dstx,
int dsty,
int srcw,
int srch,
boolean skipFlush) |
Modifier and Type | Method and Description |
---|---|
void |
DummyRTTexture.update(Image img) |
void |
DummyRTTexture.update(Image img,
int dstx,
int dsty) |
void |
DummyRTTexture.update(Image img,
int dstx,
int dsty,
int w,
int h) |
void |
DummyRTTexture.update(Image img,
int dstx,
int dsty,
int w,
int h,
boolean skipFlush) |
Modifier and Type | Field and Description |
---|---|
private Image |
ImagePattern.image |
Modifier and Type | Method and Description |
---|---|
Image |
ImagePattern.getImage() |
Constructor and Description |
---|
ImagePattern(Image image,
float x,
float y,
float width,
float height,
boolean proportional,
boolean isMutable) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Image,Texture> |
SWResourceFactory.clampTexCache |
private static java.util.Map<Image,Texture> |
SWResourceFactory.mipmapTexCache |
private static java.util.Map<Image,Texture> |
SWResourceFactory.repeatTexCache |
Modifier and Type | Method and Description |
---|---|
void |
SWTexture.update(Image img) |
void |
SWTexture.update(Image img,
int dstx,
int dsty) |
void |
SWTexture.update(Image img,
int dstx,
int dsty,
int srcw,
int srch) |
void |
SWTexture.update(Image img,
int dstx,
int dsty,
int srcw,
int srch,
boolean skipFlush) |
Modifier and Type | Field and Description |
---|---|
private Image |
PrImage.image |
Modifier and Type | Method and Description |
---|---|
Image |
PrImage.getImage() |
Modifier and Type | Method and Description |
---|---|
static PrImage |
PrImage.create(Image image) |
Constructor and Description |
---|
PrImage(Image image) |
Modifier and Type | Field and Description |
---|---|
private Image |
PSWDrawable.image |