Package | Description |
---|---|
com.sun.javafx.image | |
com.sun.javafx.image.impl | |
com.sun.prism | |
com.sun.prism.j2d |
Modifier and Type | Interface and Description |
---|---|
interface |
BytePixelAccessor |
interface |
BytePixelSetter |
interface |
IntPixelAccessor |
interface |
IntPixelSetter |
interface |
PixelAccessor<T extends java.nio.Buffer> |
Modifier and Type | Method and Description |
---|---|
PixelSetter<U> |
PixelConverter.getSetter() |
static <T extends java.nio.Buffer> |
PixelUtils.getSetter(WritablePixelFormat<T> pf) |
Modifier and Type | Method and Description |
---|---|
static ByteToBytePixelConverter |
PixelUtils.getB2BConverter(PixelGetter<java.nio.ByteBuffer> src,
PixelSetter<java.nio.ByteBuffer> dst) |
static ByteToIntPixelConverter |
PixelUtils.getB2IConverter(PixelGetter<java.nio.ByteBuffer> src,
PixelSetter<java.nio.IntBuffer> dst) |
static <T extends java.nio.Buffer,U extends java.nio.Buffer> |
PixelUtils.getConverter(PixelGetter<T> src,
PixelSetter<U> dst) |
static IntToBytePixelConverter |
PixelUtils.getI2BConverter(PixelGetter<java.nio.IntBuffer> src,
PixelSetter<java.nio.ByteBuffer> dst) |
static IntToIntPixelConverter |
PixelUtils.getI2IConverter(PixelGetter<java.nio.IntBuffer> src,
PixelSetter<java.nio.IntBuffer> dst) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ByteArgb.Accessor |
(package private) static class |
ByteBgr.Accessor |
(package private) static class |
ByteBgra.Accessor |
(package private) static class |
ByteBgraPre.Accessor |
(package private) static class |
ByteGray.Accessor |
(package private) static class |
ByteGrayAlpha.Accessor |
(package private) static class |
ByteRgba.Accessor |
(package private) static class |
IntArgb.Accessor |
(package private) static class |
IntArgbPre.Accessor |
Modifier and Type | Method and Description |
---|---|
(package private) static int[] |
ByteIndexed.getColors(BytePixelGetter getter,
PixelSetter setter) |
Modifier and Type | Field and Description |
---|---|
(package private) PixelSetter<I> |
Image.BaseAccessor.theSetter |
Modifier and Type | Method and Description |
---|---|
PixelSetter<I> |
Image.BaseAccessor.getSetter() |
(package private) static <I extends java.nio.Buffer> |
Image.getSetterIfWritable(PixelFormat<I> theFormat) |
Constructor and Description |
---|
BaseAccessor(PixelFormat<I> theFormat,
PixelGetter<I> getter,
PixelSetter<I> setter,
I buffer,
int pixelStride) |
ByteAccess(PixelFormat<java.nio.ByteBuffer> fmt,
PixelGetter<java.nio.ByteBuffer> getter,
PixelSetter<java.nio.ByteBuffer> setter,
java.nio.ByteBuffer buffer,
int numbytes) |
Modifier and Type | Field and Description |
---|---|
private PixelSetter |
J2DTexture.setter |
Constructor and Description |
---|
J2DTexture(java.awt.image.BufferedImage bimg,
PixelFormat format,
PixelSetter setter,
Texture.WrapMode wrapMode) |