Package | Description |
---|---|
com.sun.javafx.image | |
com.sun.javafx.image.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
BytePixelAccessor |
Modifier and Type | Method and Description |
---|---|
static BytePixelGetter |
PixelUtils.getByteGetter(PixelFormat<ByteBuffer> pf) |
Modifier and Type | Class and Description |
---|---|
static class |
ByteIndexed.Getter |
Modifier and Type | Field and Description |
---|---|
static BytePixelGetter |
ByteRgba.getter |
static BytePixelGetter |
ByteRgb.getter |
static BytePixelGetter |
ByteGrayAlphaPre.getter |
static BytePixelGetter |
ByteGrayAlpha.getter |
static BytePixelGetter |
ByteGray.getter |
static BytePixelGetter |
ByteBgraPre.getter |
static BytePixelGetter |
ByteBgra.getter |
static BytePixelGetter |
ByteBgr.getter |
static BytePixelGetter |
ByteArgb.getter |
protected BytePixelGetter |
BaseByteToIntConverter.getter |
Modifier and Type | Method and Description |
---|---|
static BytePixelGetter |
ByteIndexed.createGetter(PixelFormat<ByteBuffer> pf) |
BytePixelGetter |
BaseByteToIntConverter.getGetter() |
Modifier and Type | Method and Description |
---|---|
static ByteToBytePixelConverter |
General.create(BytePixelGetter src,
BytePixelSetter dst) |
static ByteToIntPixelConverter |
General.create(BytePixelGetter src,
IntPixelSetter dst) |
static ByteToBytePixelConverter |
ByteIndexed.createToByteBgraAny(BytePixelGetter src,
BytePixelSetter dst) |
static ByteToIntPixelConverter |
ByteIndexed.createToIntArgbAny(BytePixelGetter src,
IntPixelSetter dst) |
Constructor and Description |
---|
ToByteBgraAnyConverter(BytePixelGetter getter,
BytePixelSetter setter) |
ToIntArgbAnyConverter(BytePixelGetter getter,
IntPixelSetter setter) |
Copyright © 2020. All rights reserved.