Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.javafx.tk | |
com.sun.prism | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.j2d | |
com.sun.webkit.graphics |
Modifier and Type | Class and Description |
---|---|
class |
NGDefaultCamera |
class |
NGParallelCamera
TODO: 3D - Need documentation
|
class |
NGPerspectiveCamera
Specifies a Swing-coordinates camera, suitable for mixing with Swing and
the 2D scene graph.
|
Modifier and Type | Field and Description |
---|---|
static NGCamera |
NGCamera.INSTANCE |
Modifier and Type | Method and Description |
---|---|
NGCamera |
NGSubScene.getCamera() |
Modifier and Type | Method and Description |
---|---|
void |
NGSubScene.setCamera(NGCamera camera) |
Modifier and Type | Field and Description |
---|---|
NGCamera |
Toolkit.ImageRenderingContext.camera |
Modifier and Type | Method and Description |
---|---|
void |
TKScene.setCamera(NGCamera camera) |
Modifier and Type | Method and Description |
---|---|
NGCamera |
Graphics.getCameraNoClone() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.setCamera(NGCamera camera) |
Modifier and Type | Method and Description |
---|---|
void |
ES2Graphics.setCamera(NGCamera camera) |
Modifier and Type | Method and Description |
---|---|
protected NGCamera |
BaseGraphics.getCamera() |
NGCamera |
BaseGraphics.getCameraNoClone() |
Modifier and Type | Method and Description |
---|---|
void |
BaseGraphics.setCamera(NGCamera camera) |
protected abstract void |
BaseContext.setRenderTarget(RenderTarget target,
NGCamera camera,
boolean depthTest,
boolean state3D) |
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) |
Modifier and Type | Method and Description |
---|---|
NGCamera |
J2DPrismGraphics.getCameraNoClone() |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.setCamera(NGCamera camera) |
Modifier and Type | Class and Description |
---|---|
class |
WCCamera |
Modifier and Type | Field and Description |
---|---|
static NGCamera |
WCCamera.INSTANCE |
Copyright © 2020. All rights reserved.