| Package | Description |
|---|---|
| com.sun.prism.sw |
| Modifier and Type | Field and Description |
|---|---|
private SWResourceFactory |
SWTexture.factory |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<java.lang.Integer,SWResourceFactory> |
SWPipeline.factories |
| Modifier and Type | Method and Description |
|---|---|
(package private) SWResourceFactory |
SWTexture.getResourceFactory() |
SWResourceFactory |
SWGraphics.getResourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Texture |
SWTexture.create(SWResourceFactory factory,
PixelFormat formatHint,
Texture.WrapMode wrapMode,
int w,
int h) |
| Constructor and Description |
|---|
SWArgbPreTexture(SWResourceFactory factory,
Texture.WrapMode wrapMode,
int w,
int h) |
SWMaskTexture(SWResourceFactory factory,
Texture.WrapMode wrapMode,
int w,
int h) |
SWPresentable(PresentableState pState,
SWResourceFactory factory) |
SWRTTexture(SWResourceFactory factory,
int w,
int h) |
SWTexture(SWResourceFactory factory,
Texture.WrapMode wrapMode,
int w,
int h) |