Package | Description |
---|---|
com.sun.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.j2d | |
com.sun.prism.null3d | |
com.sun.prism.sw |
Modifier and Type | Method and Description |
---|---|
static Texture.Usage |
Texture.Usage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Texture.Usage[] |
Texture.Usage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h)
Returns a new
Texture with the given format and edge wrapping
support. |
Texture |
ResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap)
Returns a new
Texture with the given format and edge wrapping
support. |
Modifier and Type | Method and Description |
---|---|
D3DTexture |
D3DResourceFactory.createTexture(PixelFormat format,
Texture.Usage usagehint,
Texture.WrapMode wrapMode,
int w,
int h) |
D3DTexture |
D3DResourceFactory.createTexture(PixelFormat format,
Texture.Usage usagehint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
Modifier and Type | Method and Description |
---|---|
Texture |
ES2ResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h) |
Texture |
ES2ResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
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) |
Modifier and Type | Method and Description |
---|---|
Texture |
J2DResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h) |
Texture |
J2DResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
Modifier and Type | Method and Description |
---|---|
DummyTexture |
DummyResourceFactory.createTexture(PixelFormat format,
Texture.Usage usagehint,
Texture.WrapMode wrapMode,
int w,
int h) |
DummyTexture |
DummyResourceFactory.createTexture(PixelFormat format,
Texture.Usage usagehint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |
Modifier and Type | Method and Description |
---|---|
Texture |
SWResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h) |
Texture |
SWResourceFactory.createTexture(PixelFormat formatHint,
Texture.Usage usageHint,
Texture.WrapMode wrapMode,
int w,
int h,
boolean useMipmap) |