Package | Description |
---|---|
com.sun.javafx.media | |
com.sun.javafx.sg.prism | |
com.sun.javafx.sg.prism.web | |
com.sun.javafx.tk.quantum | |
com.sun.javafx.webkit.prism | |
com.sun.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.image | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.impl.shape | |
com.sun.prism.j2d | |
com.sun.prism.null3d | |
com.sun.prism.ps | |
com.sun.prism.shape | |
com.sun.prism.sw | |
com.sun.scenario.effect.impl.prism | |
com.sun.scenario.effect.impl.prism.sw | |
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Method and Description |
---|---|
Texture |
PrismMediaFrameHandler.getTexture(Graphics g,
VideoDataBuffer currentFrame)
This should only ever be called during a render cycle.
|
private void |
PrismMediaFrameHandler.updateTexture(Graphics g,
VideoDataBuffer vdb,
PrismMediaFrameHandler.TextureMapEntry tme) |
Modifier and Type | Field and Description |
---|---|
(package private) Graphics |
NGCanvas.RenderBuf.g |
Modifier and Type | Method and Description |
---|---|
private void |
NGSubScene.applyBackgroundFillPaint(Graphics g) |
protected ShapeRep |
NGCircle.createShapeRep(Graphics g) |
protected ShapeRep |
NGArc.createShapeRep(Graphics g) |
protected ShapeRep |
NGEllipse.createShapeRep(Graphics g) |
protected ShapeRep |
NGRectangle.createShapeRep(Graphics g) |
protected ShapeRep |
NGShape.createShapeRep(Graphics g) |
private Texture |
NGExternalNode.createTexture(Graphics g,
NGExternalNode.RenderData rd) |
protected void |
NGNode.doRender(Graphics g)
Invoked only by the final render method.
|
protected void |
NGImageView.doRender(Graphics g) |
protected void |
NGLightBase.doRender(Graphics g) |
protected void |
NGCamera.doRender(Graphics g) |
(package private) static void |
EffectUtil.drawClippedTexture(Graphics g,
Texture tex,
float cx1,
float cy1,
float cx2,
float cy2,
float ox1,
float oy1,
float ox2,
float oy2,
float tx1,
float ty1,
float tx2,
float ty2) |
(package private) static FilterContext |
NGNode.getFilterContext(Graphics g)
*
Filters (Cache, Effect, etc).
|
private RegionImageCache |
NGRegion.getImageCache(Graphics g)
*
Implementations of methods defined in the parent classes, with the *
exception of rendering methods.
|
(package private) boolean |
RegionImageCache.getImageLocation(java.lang.Integer key,
Rectangle rect,
Background background,
Shape shape,
Graphics g)
Search the cache for a background image representing the arguments.
|
void |
NGCanvas.handleRenderOp(int token,
GrowableDataBuffer buf,
Graphics gr,
RectBounds bounds)
Calculate bounds and/or render one single rendering operation.
|
private void |
NGCanvas.initCanvas(Graphics g) |
(package private) boolean |
NGNode.isReadbackSupported(Graphics g)
*
Static Helper Methods.
|
private void |
NGRegion.paintTiles(Graphics g,
Image img,
BackgroundRepeat repeatX,
BackgroundRepeat repeatY,
Side horizontalSide,
Side verticalSide,
float regionX,
float regionY,
float regionWidth,
float regionHeight,
int srcX,
int srcY,
int srcW,
int srcH,
float tileX,
float tileY,
float tileWidth,
float tileHeight)
Paints a subsection (srcX,srcY,srcW,srcH) of an image tiled or stretched to fill the destination area
(regionWidth,regionHeight).
|
private void |
NGRegion.paintTiles(Graphics g,
Image img,
BorderRepeat repeatX,
BorderRepeat repeatY,
Side horizontalSide,
Side verticalSide,
float regionX,
float regionY,
float regionWidth,
float regionHeight,
int srcX,
int srcY,
int srcW,
int srcH,
float tileX,
float tileY,
float tileWidth,
float tileHeight) |
private boolean |
NGCanvas.printedCanvas(Graphics g) |
void |
NGNode.render(Graphics g)
Render the tree of nodes to the specified G (graphics) object
descending from this node as the root.
|
(package private) void |
EffectFilter.render(Graphics g) |
(package private) void |
CacheFilter.render(Graphics g) |
void |
NodeEffectInput.render(Graphics g,
BaseTransform transform) |
private void |
NGRegion.renderAsRectangle(Graphics g)
*
Drawing a region background and borders when the Region has no defined *
shape, and is therefore treated as a rounded rectangle.
|
private void |
NGRegion.renderAsShape(Graphics g)
*
Drawing a region background and borders when the Region has been *
specified to have a shape.
|
private void |
NGRegion.renderBackgroundRectangle(Graphics g) |
private void |
NGRegion.renderBackgroundRectangleFromCache(Graphics g,
RTTexture cached,
Rectangle rect,
int textureWidth,
int textureHeight,
double topInset,
double rightInset,
double bottomInset,
double leftInset,
int outsetsTop,
int outsetsRight,
int outsetsBottom,
int outsetsLeft) |
private void |
NGRegion.renderBackgroundRectanglesDirectly(Graphics g,
float width,
float height) |
private void |
NGRegion.renderBackgroundShape(Graphics g) |
private void |
NGRegion.renderBorderRectangle(Graphics g) |
private void |
NGNode.renderCached(Graphics g) |
(package private) void |
NGNode.renderClip(Graphics g) |
protected void |
NGGroup.renderContent(Graphics g) |
protected void |
NGCanvas.renderContent(Graphics g) |
protected abstract void |
NGNode.renderContent(Graphics g) |
protected void |
NGShape3D.renderContent(Graphics g) |
protected void |
NGImageView.renderContent(Graphics g) |
protected void |
NGExternalNode.renderContent(Graphics g) |
protected void |
NGRegion.renderContent(Graphics g)
*
Region drawing.
|
protected void |
NGLightBase.renderContent(Graphics g) |
protected void |
NGCamera.renderContent(Graphics g) |
protected void |
NGSubScene.renderContent(Graphics g) |
protected void |
NGShape.renderContent(Graphics g) |
protected void |
NGLine.renderContent2D(Graphics g,
boolean printing) |
protected void |
NGText.renderContent2D(Graphics g,
boolean printing) |
protected void |
NGShape.renderContent2D(Graphics g,
boolean printing)
Renders the content as though it is 2D in all cases.
|
protected void |
NGNode.renderEffect(Graphics g) |
protected void |
NGText.renderEffect(Graphics g) |
protected void |
NGRectangle.renderEffect(Graphics g) |
private boolean |
NGRectangle.renderEffectDirectly(Graphics g) |
(package private) static boolean |
EffectUtil.renderEffectForRectangularNode(NGNode node,
Graphics g,
Effect effect,
float alpha,
boolean aa,
float rx,
float ry,
float rw,
float rh)
If possible, uses an optimized codepath to render the an
effect (InnerShadow or DropShadow) on the given rectangular node
(NGRectangle, NGImageView, etc).
|
void |
NGGroup.renderForcedContent(Graphics gOptional) |
void |
NGCanvas.renderForcedContent(Graphics gOptional) |
void |
NGNode.renderForcedContent(Graphics gOptional)
Called on every render pulse for all nodes in case they have render-time
operations that must be completed on a pulse, but were not otherwise
rendered by the ordinary damage management logic.
|
void |
NGSubScene.renderForcedContent(Graphics gOptional) |
(package private) void |
NGNode.renderForClip(Graphics g) |
private void |
NGShape3D.renderMeshView(Graphics g) |
private void |
NGNode.renderNodeBlendMode(Graphics g) |
private void |
NGNode.renderOpacity(Graphics g) |
private void |
NGNode.renderRectClip(Graphics g,
NGRectangle clipNode) |
(package private) static void |
EffectUtil.renderRectDropShadow(Graphics g,
DropShadow shadow,
float alpha,
float rx,
float ry,
float rw,
float rh) |
(package private) static void |
EffectUtil.renderRectInnerShadow(Graphics g,
InnerShadow shadow,
float alpha,
float rx,
float ry,
float rw,
float rh) |
private void |
NGText.renderText(Graphics g,
FontStrike strike,
BaseBounds clipBds,
Color selectionColor,
int op) |
private void |
NGCanvas.PixelData.restore(Graphics g,
int tw,
int th) |
private void |
NGRegion.setBorderStyle(Graphics g,
BorderStroke sb,
double length,
boolean forceCentered) |
private void |
NGCanvas.setupFill(Graphics gr) |
private void |
NGCanvas.setupStroke(Graphics gr) |
boolean |
NGCanvas.RenderBuf.validate(Graphics resg,
int tw,
int th) |
Modifier and Type | Method and Description |
---|---|
protected void |
NGWebView.renderContent(Graphics g) |
Modifier and Type | Method and Description |
---|---|
private void |
ViewPainter.doPaint(Graphics g,
NodePath renderRootPath) |
protected void |
ViewPainter.paintImpl(Graphics backBufferGraphics) |
private void |
ViewPainter.paintOverdraw(Graphics g,
Rectangle clip)
Utility method for painting the overdraw rectangles.
|
private RTTexture |
UploadingPainter.resolveRenderTarget(Graphics g,
int width,
int height) |
Modifier and Type | Field and Description |
---|---|
(package private) Graphics |
WCGraphicsPrismContext.baseGraphics |
private Graphics |
WCGraphicsPrismContext.cachedGraphics |
(package private) Graphics |
WCGraphicsPrismContext.Layer.graphics |
Modifier and Type | Method and Description |
---|---|
(package private) Graphics |
RTImage.getGraphics() |
(package private) abstract Graphics |
PrismImage.getGraphics() |
(package private) Graphics |
WCImageImpl.getGraphics() |
(package private) Graphics |
WCGraphicsPrismContext.Layer.getGraphics() |
(package private) Graphics |
WCGraphicsPrismContext.getGraphics(boolean checkClip) |
(package private) Graphics |
WCBufferedContext.getGraphics(boolean checkClip) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
WCStrokeImpl.apply(Graphics graphics) |
private void |
WCGraphicsPrismContext.ContextState.apply(Graphics g) |
private void |
WCGraphicsPrismContext.Composite.blend(Graphics g) |
(package private) abstract void |
WCGraphicsPrismContext.Composite.doPaint(Graphics g) |
(package private) void |
RTImage.draw(Graphics g,
int dstx1,
int dsty1,
int dstx2,
int dsty2,
int srcx1,
int srcy1,
int srcx2,
int srcy2) |
(package private) abstract void |
PrismImage.draw(Graphics g,
int dstx1,
int dsty1,
int dstx2,
int dsty2,
int srcx1,
int srcy1,
int srcx2,
int srcy2) |
(package private) void |
WCImageImpl.draw(Graphics g,
int dstx1,
int dsty1,
int dstx2,
int dsty2,
int srcx1,
int srcy1,
int srcx2,
int srcy2) |
private static FilterContext |
WCGraphicsPrismContext.getFilterContext(Graphics g) |
(package private) abstract void |
WCGraphicsPrismContext.Layer.init(Graphics g) |
(package private) void |
WCGraphicsPrismContext.TransparencyLayer.init(Graphics g) |
(package private) void |
WCGraphicsPrismContext.ClipLayer.init(Graphics g) |
(package private) void |
WCGraphicsPrismContext.Composite.paint(Graphics g) |
(package private) abstract void |
WCGraphicsPrismContext.Layer.render(Graphics g) |
(package private) void |
WCGraphicsPrismContext.TransparencyLayer.render(Graphics g) |
(package private) void |
WCGraphicsPrismContext.ClipLayer.render(Graphics g) |
private void |
WCGraphicsPrismContext.render(Graphics g,
Effect effect,
Paint paint,
BasicStroke stroke,
NGNode node) |
Constructor and Description |
---|
ClipLayer(Graphics g,
Rectangle bounds,
WCPath normalizedToClipPath,
boolean permanent) |
Layer(Graphics g,
Rectangle bounds,
boolean permanent) |
TransparencyLayer(Graphics g,
Rectangle bounds,
float opacity) |
WCGraphicsPrismContext(Graphics g) |
Modifier and Type | Interface and Description |
---|---|
interface |
MaskTextureGraphics |
interface |
ReadbackGraphics |
interface |
RectShadowGraphics
Marker interface to indicate that the implementing class can directly
render shadow effects.
|
Modifier and Type | Method and Description |
---|---|
Graphics |
RenderTarget.createGraphics() |
Modifier and Type | Method and Description |
---|---|
void |
MeshView.render(Graphics g) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
D3DGraphics |
Modifier and Type | Method and Description |
---|---|
(package private) static Graphics |
D3DGraphics.create(RenderTarget target,
D3DContext context) |
Graphics |
D3DRTTexture.createGraphics() |
Graphics |
D3DSwapChain.createGraphics() |
Modifier and Type | Method and Description |
---|---|
void |
D3DMeshView.render(Graphics g) |
(package private) void |
D3DContext.renderMeshView(long nativeMeshView,
Graphics g) |
Modifier and Type | Class and Description |
---|---|
class |
ES2Graphics |
Modifier and Type | Method and Description |
---|---|
Graphics |
ES2RTTexture.createGraphics() |
Modifier and Type | Method and Description |
---|---|
void |
ES2MeshView.render(Graphics g) |
(package private) void |
ES2Context.renderMeshView(long nativeHandle,
Graphics g,
ES2MeshView meshView) |
Modifier and Type | Method and Description |
---|---|
void |
CompoundCoords.draw(Graphics g,
CompoundImage t,
float xS,
float yS) |
void |
Coords.draw(Texture t,
Graphics g,
float x,
float y) |
void |
CompoundImage.drawLazy(Graphics g,
Coords crd,
float x,
float y) |
Modifier and Type | Class and Description |
---|---|
class |
BaseGraphics |
Modifier and Type | Class and Description |
---|---|
class |
BaseShaderGraphics |
Modifier and Type | Method and Description |
---|---|
void |
CachingShapeRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
(package private) void |
CachingShapeRepState.drawNoCache(Graphics g,
Shape shape) |
(package private) void |
CachingRoundRectRepState.drawNoCache(Graphics g,
Shape shape) |
(package private) void |
CachingEllipseRepState.drawNoCache(Graphics g,
Shape shape) |
void |
CachingShapeRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
(package private) void |
CachingShapeRepState.fillNoCache(Graphics g,
Shape shape) |
(package private) void |
CachingRoundRectRepState.fillNoCache(Graphics g,
Shape shape) |
(package private) void |
CachingEllipseRepState.fillNoCache(Graphics g,
Shape shape) |
(package private) void |
CachingShapeRepState.render(Graphics g,
Shape shape,
RectBounds shapeBounds,
BasicStroke stroke) |
Modifier and Type | Method and Description |
---|---|
void |
BasicShapeRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicEllipseRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicRoundRectRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
static void |
BasicRoundRectRep.drawRoundRect(Graphics g,
RoundRectangle2D r) |
void |
BasicShapeRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicEllipseRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicRoundRectRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
static void |
BasicRoundRectRep.fillRoundRect(Graphics g,
RoundRectangle2D r) |
protected static boolean |
BasicRoundRectRep.isAARequiredForFill(Graphics g,
RoundRectangle2D rrect) |
Modifier and Type | Class and Description |
---|---|
class |
J2DPrismGraphics |
class |
PrismPrintGraphics |
Modifier and Type | Method and Description |
---|---|
Graphics |
J2DPresentable.createGraphics() |
Graphics |
J2DRTTexture.createGraphics() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DummyGraphics |
Modifier and Type | Method and Description |
---|---|
(package private) static Graphics |
DummyGraphics.create(RenderTarget target,
DummyContext ctx) |
Graphics |
DummySwapChain.createGraphics() |
Graphics |
DummyRTTexture.createGraphics() |
Modifier and Type | Interface and Description |
---|---|
interface |
ShaderGraphics |
Modifier and Type | Method and Description |
---|---|
void |
ShapeRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
ShapeRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWGraphics |
Modifier and Type | Method and Description |
---|---|
Graphics |
SWRTTexture.createGraphics() |
Modifier and Type | Field and Description |
---|---|
private Graphics |
PrRenderInfo.g |
Modifier and Type | Method and Description |
---|---|
abstract Graphics |
PrDrawable.createGraphics() |
Graphics |
PrRenderInfo.getGraphics() |
Modifier and Type | Method and Description |
---|---|
static Rectangle |
PrEffectHelper.getGraphicsClipNoClone(Graphics g) |
static void |
PrEffectHelper.render(Effect effect,
Graphics g,
float x,
float y,
Effect defaultInput)
Applies the given filter effect to the series of inputs and then renders
the result to the provided
Graphics at the specified
location. |
static void |
PrEffectHelper.renderImageData(Graphics gdst,
ImageData srcData,
Rectangle dstBounds) |
Constructor and Description |
---|
PrRenderInfo(Graphics g) |
Modifier and Type | Method and Description |
---|---|
Graphics |
PSWDrawable.createGraphics() |
Modifier and Type | Method and Description |
---|---|
protected void |
NGMediaView.renderContent(Graphics g) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebEngine.Printable.Peer.renderContent(Graphics g) |