Package | Description |
---|---|
com.sun.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d | |
com.sun.prism.null3d | |
com.sun.prism.sw |
Modifier and Type | Interface and Description |
---|---|
interface |
Presentable |
interface |
ReadbackRenderTarget |
interface |
RTTexture |
Modifier and Type | Method and Description |
---|---|
RenderTarget |
Graphics.getRenderTarget() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
D3DRTTexture |
(package private) class |
D3DSwapChain |
Modifier and Type | Method and Description |
---|---|
(package private) static Graphics |
D3DGraphics.create(RenderTarget target,
D3DContext context) |
protected BaseShaderContext.State |
D3DContext.updateRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest) |
Constructor and Description |
---|
D3DGraphics(D3DContext context,
RenderTarget target) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ES2RTTexture |
(package private) class |
ES2SwapChain |
Modifier and Type | Field and Description |
---|---|
private RenderTarget |
ES2Context.currentTarget |
Modifier and Type | Method and Description |
---|---|
(package private) static ES2Graphics |
ES2Graphics.create(ES2Context context,
RenderTarget target) |
protected BaseShaderContext.State |
ES2Context.updateRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest) |
Constructor and Description |
---|
ES2Graphics(ES2Context context,
RenderTarget target) |
Modifier and Type | Field and Description |
---|---|
private RenderTarget |
BaseGraphics.renderTarget |
Modifier and Type | Method and Description |
---|---|
RenderTarget |
BaseGraphics.getRenderTarget() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BaseContext.setRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest,
boolean state3D) |
Constructor and Description |
---|
BaseGraphics(BaseContext context,
RenderTarget target) |
Modifier and Type | Field and Description |
---|---|
private RenderTarget |
BaseShaderContext.State.lastRenderTarget |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseShaderContext.setRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest,
boolean state3D) |
protected abstract BaseShaderContext.State |
BaseShaderContext.updateRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest) |
void |
BaseShaderContext.validateLCDBuffer(RenderTarget renderTarget) |
Constructor and Description |
---|
BaseShaderGraphics(BaseShaderContext context,
RenderTarget renderTarget) |
Modifier and Type | Class and Description |
---|---|
class |
J2DPresentable |
private static class |
J2DPresentable.Bimg |
private static class |
J2DPresentable.Glass |
(package private) class |
J2DRTTexture |
(package private) static class |
PrismPrintGraphics.PagePresentable |
Modifier and Type | Method and Description |
---|---|
RenderTarget |
J2DPrismGraphics.getRenderTarget() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DummyRTTexture |
(package private) class |
DummySwapChain |
Modifier and Type | Method and Description |
---|---|
(package private) static Graphics |
DummyGraphics.create(RenderTarget target,
DummyContext ctx) |
protected BaseShaderContext.State |
DummyContext.updateRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest) |
Constructor and Description |
---|
DummyGraphics(DummyContext context,
RenderTarget target) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWPresentable |
(package private) class |
SWRTTexture |
Modifier and Type | Method and Description |
---|---|
RenderTarget |
SWGraphics.getRenderTarget() |