Package | Description |
---|---|
com.sun.javafx.geom | |
com.sun.javafx.geom.transform | |
com.sun.javafx.scene | |
com.sun.javafx.scene.text | |
com.sun.javafx.sg.prism | |
com.sun.javafx.text | |
com.sun.javafx.util | |
com.sun.javafx.webkit.prism | |
com.sun.prism.impl | |
com.sun.prism.impl.ps | |
com.sun.prism.impl.shape | |
com.sun.prism.shape | |
com.sun.scenario.effect | |
javafx.embed.swing |
Provides the set of classes to use JavaFX inside Swing applications.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Class and Description |
---|---|
class |
BoxBounds |
class |
RectBounds
A simple object which carries bounds information as floats, and
has no Z components.
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
RectBounds.copy() |
abstract BaseBounds |
BaseBounds.copy()
Duplicates this instance.
|
BaseBounds |
BoxBounds.copy() |
BaseBounds |
RectBounds.deriveWithNewBounds(BaseBounds other) |
abstract BaseBounds |
BaseBounds.deriveWithNewBounds(BaseBounds other) |
BaseBounds |
BoxBounds.deriveWithNewBounds(BaseBounds other) |
BaseBounds |
RectBounds.deriveWithNewBounds(float minX,
float minY,
float minZ,
float maxX,
float maxY,
float maxZ) |
abstract BaseBounds |
BaseBounds.deriveWithNewBounds(float minX,
float minY,
float minZ,
float maxX,
float maxY,
float maxZ) |
BaseBounds |
BoxBounds.deriveWithNewBounds(float minX,
float minY,
float minZ,
float maxX,
float maxY,
float maxZ) |
BaseBounds |
RectBounds.deriveWithNewBounds(Rectangle other) |
abstract BaseBounds |
BaseBounds.deriveWithNewBounds(Rectangle other) |
BaseBounds |
BoxBounds.deriveWithNewBounds(Rectangle other) |
BaseBounds |
RectBounds.deriveWithNewBoundsAndSort(float minX,
float minY,
float minZ,
float maxX,
float maxY,
float maxZ) |
abstract BaseBounds |
BaseBounds.deriveWithNewBoundsAndSort(float minX,
float minY,
float minZ,
float maxX,
float maxY,
float maxZ) |
BaseBounds |
BoxBounds.deriveWithNewBoundsAndSort(float minX,
float minY,
float minZ,
float maxX,
float maxY,
float maxZ) |
BaseBounds |
RectBounds.deriveWithPadding(float h,
float v,
float d) |
abstract BaseBounds |
BaseBounds.deriveWithPadding(float h,
float v,
float d) |
BaseBounds |
BoxBounds.deriveWithPadding(float h,
float v,
float d) |
BaseBounds |
RectBounds.deriveWithUnion(BaseBounds other) |
abstract BaseBounds |
BaseBounds.deriveWithUnion(BaseBounds other) |
BaseBounds |
BoxBounds.deriveWithUnion(BaseBounds other) |
static BaseBounds |
BaseBounds.getInstance(float minX,
float minY,
float maxX,
float maxY) |
static BaseBounds |
BaseBounds.getInstance(float minX,
float minY,
float minZ,
float maxX,
float maxY,
float maxZ) |
abstract BaseBounds |
BaseBounds.makeEmpty() |
protected BaseBounds |
TransformedShape.untransformedBounds(float x,
float y,
float w,
float h) |
Modifier and Type | Method and Description |
---|---|
BaseBounds |
RectBounds.deriveWithNewBounds(BaseBounds other) |
abstract BaseBounds |
BaseBounds.deriveWithNewBounds(BaseBounds other) |
BaseBounds |
BoxBounds.deriveWithNewBounds(BaseBounds other) |
BaseBounds |
RectBounds.deriveWithUnion(BaseBounds other) |
abstract BaseBounds |
BaseBounds.deriveWithUnion(BaseBounds other) |
BaseBounds |
BoxBounds.deriveWithUnion(BaseBounds other) |
boolean |
RectBounds.intersects(BaseBounds other) |
boolean |
BoxBounds.intersects(BaseBounds other) |
void |
RectBounds.intersectWith(BaseBounds other) |
abstract void |
BaseBounds.intersectWith(BaseBounds other) |
void |
BoxBounds.intersectWith(BaseBounds other) |
void |
Rectangle.setBounds(BaseBounds b) |
void |
BoxBounds.setBounds(BaseBounds other)
Set the bounds to match that of the BaseBounds object specified.
|
void |
BoxBounds.unionWith(BaseBounds other) |
Constructor and Description |
---|
Rectangle(BaseBounds b)
Constructs a new
Rectangle , initialized to match
the values of the specified Rectangle . |
Modifier and Type | Method and Description |
---|---|
BaseBounds |
BoundsAccessor.getGeomBounds(BaseBounds bounds,
BaseTransform tx,
Node node) |
Modifier and Type | Method and Description |
---|---|
BaseBounds |
BoundsAccessor.getGeomBounds(BaseBounds bounds,
BaseTransform tx,
Node node) |
Modifier and Type | Method and Description |
---|---|
BaseBounds |
TextLayout.getBounds()
Returns the (logical) bounds of the layout
minX is always zero
minY is the ascent of the first line (negative)
width the width of the widest line
height the sum of all lines height
Note that this width is different the wrapping width!
|
BaseBounds |
TextLayout.getBounds(TextSpan filter,
BaseBounds bounds) |
BaseBounds |
TextLayout.getVisualBounds(int type)
Returns the visual bounds of the layout using glyph bounding box
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
TextLayout.getBounds(TextSpan filter,
BaseBounds bounds) |
Modifier and Type | Field and Description |
---|---|
private BaseBounds |
NGNode.EffectDirtyBoundsHelper.bounds |
protected BaseBounds |
NGNode.contentBounds
The cached bounds.
|
(package private) BaseBounds |
NGNode.dirtyBounds
We keep a reference to the last transform bounds that were valid
and known.
|
private BaseBounds |
NodeEffectInput.tempBounds |
protected BaseBounds |
NGNode.transformedBounds
The cached transformed bounds.
|
Modifier and Type | Method and Description |
---|---|
private BaseBounds |
NGNode.computeBounds(BaseBounds bounds,
BaseTransform tx) |
(package private) BaseBounds |
CacheFilter.computeDirtyBounds(BaseBounds region,
BaseTransform tx,
GeneralTransform3D pvTx) |
private BaseBounds |
NGNode.computeDirtyRegion(RectBounds dirtyRegionTemp,
BaseTransform tx,
GeneralTransform3D pvTx)
Computes the dirty region for this Node.
|
protected BaseBounds |
NGNode.computePadding(BaseBounds region)
LCD Text creates some painful situations where, due to the LCD text
algorithm, we end up with some pixels touched that are normally outside
the bounds.
|
protected BaseBounds |
NGText.computePadding(BaseBounds region)
Provide some lucky padding in the case that we are rendering LCD
text since there might be some pixels that lie outside the normally
computed content bounds.
|
(package private) BaseBounds |
EffectFilter.getBounds(BaseBounds bounds,
BaseTransform xform) |
BaseBounds |
NGCanvas.RenderInput.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
NGCanvas.EffectInput.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
NGNode.EffectDirtyBoundsHelper.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
NodeEffectInput.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
NGNode.getClippedBounds(BaseBounds bounds,
BaseTransform tx) |
BaseBounds |
NGNode.getCompleteBounds(BaseBounds bounds,
BaseTransform tx) |
BaseBounds |
NGNode.getContentBounds(BaseBounds bounds,
BaseTransform tx) |
BaseBounds |
NGNode.getEffectBounds(BaseBounds bounds,
BaseTransform tx) |
Modifier and Type | Method and Description |
---|---|
void |
NGNode.applyClip(BaseBounds clipBounds,
DirtyRegionContainer drc) |
private BaseBounds |
NGNode.computeBounds(BaseBounds bounds,
BaseTransform tx) |
(package private) BaseBounds |
CacheFilter.computeDirtyBounds(BaseBounds region,
BaseTransform tx,
GeneralTransform3D pvTx) |
protected BaseBounds |
NGNode.computePadding(BaseBounds region)
LCD Text creates some painful situations where, due to the LCD text
algorithm, we end up with some pixels touched that are normally outside
the bounds.
|
protected BaseBounds |
NGText.computePadding(BaseBounds region)
Provide some lucky padding in the case that we are rendering LCD
text since there might be some pixels that lie outside the normally
computed content bounds.
|
(package private) BaseBounds |
EffectFilter.getBounds(BaseBounds bounds,
BaseTransform xform) |
BaseBounds |
NGNode.getClippedBounds(BaseBounds bounds,
BaseTransform tx) |
BaseBounds |
NGNode.getCompleteBounds(BaseBounds bounds,
BaseTransform tx) |
BaseBounds |
NGNode.getContentBounds(BaseBounds bounds,
BaseTransform tx) |
BaseBounds |
NGNode.getEffectBounds(BaseBounds bounds,
BaseTransform tx) |
private void |
NGText.renderText(Graphics g,
FontStrike strike,
BaseBounds clipBds,
Color selectionColor,
int op) |
void |
NGNode.setContentBounds(BaseBounds bounds)
Called by the FX scene graph to tell us what our new content bounds are.
|
void |
NGNode.EffectDirtyBoundsHelper.setInputBounds(BaseBounds inputBounds) |
void |
NGNode.setTransformedBounds(BaseBounds bounds,
boolean byTransformChangeOnly)
Called by the FX scene graph to tell us what our transformed bounds are.
|
Modifier and Type | Field and Description |
---|---|
private BaseBounds |
PrismTextLayout.logicalBounds |
Modifier and Type | Method and Description |
---|---|
BaseBounds |
PrismTextLayout.getBounds() |
BaseBounds |
PrismTextLayout.getBounds(TextSpan filter,
BaseBounds bounds) |
BaseBounds |
PrismTextLayout.getVisualBounds(int type) |
Modifier and Type | Method and Description |
---|---|
BaseBounds |
PrismTextLayout.getBounds(TextSpan filter,
BaseBounds bounds) |
Modifier and Type | Field and Description |
---|---|
BaseBounds |
TempState.bounds
A temporary rect used for computing bounds by the various bounds
variables.
|
Modifier and Type | Method and Description |
---|---|
(package private) static BaseBounds |
TextUtilities.getLayoutBounds(java.lang.String str,
java.lang.Object font) |
Modifier and Type | Method and Description |
---|---|
void |
GlyphCache.render(BaseContext ctx,
GlyphList gl,
float x,
float y,
int start,
int end,
Color rangeColor,
Color textColor,
BaseTransform xform,
BaseBounds clip) |
Modifier and Type | Method and Description |
---|---|
void |
CachingShapeRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
CachingShapeRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
Modifier and Type | Method and Description |
---|---|
void |
BasicShapeRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicRoundRectRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicEllipseRep.draw(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicShapeRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicRoundRectRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
BasicEllipseRep.fill(Graphics g,
Shape shape,
BaseBounds bounds) |
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 | Method and Description |
---|---|
static BaseBounds |
Effect.combineBounds(BaseBounds... inputBounds) |
BaseBounds |
Identity.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
Offset.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
DelegateEffect.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
Crop.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
GaussianShadow.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
Reflection.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
Flood.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
InvertMask.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
BoxShadow.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
FilterEffect.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
InnerShadow.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
MotionBlur.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
PhongLighting.getBounds(BaseTransform transform,
Effect defaultInput) |
BaseBounds |
GaussianBlur.getBounds(BaseTransform transform,
Effect defaultInput) |
abstract BaseBounds |
Effect.getBounds(BaseTransform transform,
Effect defaultInput)
Returns the bounding box that will be affected by this filter
operation when viewed under the specified
transform ,
given its list of input Effect s and the specified
defaultInput effect. |
BaseBounds |
BoxBlur.getBounds(BaseTransform transform,
Effect defaultInput) |
static BaseBounds |
Effect.transformBounds(BaseTransform tx,
BaseBounds r) |
Modifier and Type | Method and Description |
---|---|
static BaseBounds |
Effect.combineBounds(BaseBounds... inputBounds) |
static BaseBounds |
Effect.transformBounds(BaseTransform tx,
BaseBounds r) |
Modifier and Type | Method and Description |
---|---|
BaseBounds |
SwingNode.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
SwingNode.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Field and Description |
---|---|
private BaseBounds |
Node._geomBounds
A temporary rect used for computing bounds by the various bounds
variables.
|
private BaseBounds |
Node._txBounds |
private BaseBounds |
Parent.cachedBounds
The cached bounds for the Group.
|
private BaseBounds |
Node.geomBounds
The cached bounds.
|
private BaseBounds |
Node.localBounds
The cached local bounds (without transforms, with clip and effects).
|
private BaseBounds |
Parent.tmp
*
Bounds Computations *
*
This code originated in GroupBoundsHelper (part of javafx-sg-common) *
but has been ported here to the FX side since we cannot rely on the PG *
side for computing the bounds (due to the decoupling of the two *
scenegraphs for threading and other purposes).
|
private BaseBounds |
Node.txBounds
The cached transformed bounds.
|
Modifier and Type | Method and Description |
---|---|
private BaseBounds |
Node.computeLocalBounds(BaseBounds bounds,
BaseTransform tx)
Computes the local bounds of this Node.
|
private BaseBounds |
Parent.getChildTransformedBounds(Node node,
BaseTransform tx,
BaseBounds bounds) |
(package private) BaseBounds |
Node.getGeomBounds(BaseBounds bounds,
BaseTransform tx)
Loads the given bounds object with the geometric bounds relative to,
and based on, the given transform.
|
(package private) BaseBounds |
Node.getLocalBounds(BaseBounds bounds,
BaseTransform tx)
Loads the given bounds object with the local bounds relative to,
and based on, the given transform.
|
(package private) BaseBounds |
Node.getTransformedBounds(BaseBounds bounds,
BaseTransform tx)
Loads the given bounds object with the transformed bounds relative to,
and based on, the given transform.
|
abstract BaseBounds |
Node.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Camera.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
SubScene.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
LightBase.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Parent.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
private BaseBounds |
Node.computeLocalBounds(BaseBounds bounds,
BaseTransform tx)
Computes the local bounds of this Node.
|
private BaseBounds |
Parent.getChildTransformedBounds(Node node,
BaseTransform tx,
BaseBounds bounds) |
(package private) BaseBounds |
Node.getGeomBounds(BaseBounds bounds,
BaseTransform tx)
Loads the given bounds object with the geometric bounds relative to,
and based on, the given transform.
|
(package private) BaseBounds |
Node.getLocalBounds(BaseBounds bounds,
BaseTransform tx)
Loads the given bounds object with the local bounds relative to,
and based on, the given transform.
|
(package private) BaseBounds |
Node.getTransformedBounds(BaseBounds bounds,
BaseTransform tx)
Loads the given bounds object with the transformed bounds relative to,
and based on, the given transform.
|
abstract BaseBounds |
Node.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Camera.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
SubScene.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
LightBase.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Parent.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
Canvas.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
Canvas.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
(package private) static BaseBounds |
Effect.getInputBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor,
Effect input) |
(package private) static BaseBounds |
Effect.getShadowBounds(BaseBounds bounds,
BaseTransform tx,
float width,
float height,
BlurType blurType) |
BaseBounds |
Blend.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
ColorInput.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
ColorAdjust.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Reflection.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
PerspectiveTransform.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
DisplacementMap.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Lighting.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
InnerShadow.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
MotionBlur.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
SepiaTone.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Bloom.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
GaussianBlur.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract BaseBounds |
Effect.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Shadow.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
DropShadow.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Glow.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
BoxBlur.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
ImageInput.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
(package private) static BaseBounds |
Effect.transformBounds(BaseTransform tx,
BaseBounds r) |
Modifier and Type | Method and Description |
---|---|
(package private) static BaseBounds |
Effect.getInputBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor,
Effect input) |
(package private) static BaseBounds |
Effect.getShadowBounds(BaseBounds bounds,
BaseTransform tx,
float width,
float height,
BlurType blurType) |
BaseBounds |
Blend.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
ColorInput.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
ColorAdjust.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Reflection.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
PerspectiveTransform.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
DisplacementMap.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Lighting.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
InnerShadow.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
MotionBlur.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
SepiaTone.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Bloom.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
GaussianBlur.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract BaseBounds |
Effect.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Shadow.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
DropShadow.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Glow.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
BoxBlur.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
ImageInput.impl_getBounds(BaseBounds bounds,
BaseTransform tx,
Node node,
BoundsAccessor boundsAccessor)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
(package private) static BaseBounds |
Effect.transformBounds(BaseTransform tx,
BaseBounds r) |
Modifier and Type | Method and Description |
---|---|
BaseBounds |
ImageView.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
ImageView.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
private BaseBounds |
Region.computeShapeBounds(BaseBounds bounds) |
BaseBounds |
Region.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
private BaseBounds |
Region.computeShapeBounds(BaseBounds bounds) |
BaseBounds |
Region.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
MediaView.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
MediaView.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Field and Description |
---|---|
private BaseBounds |
TriangleMesh.cachedBounds |
Modifier and Type | Method and Description |
---|---|
(package private) BaseBounds |
TriangleMesh.computeBounds(BaseBounds bounds) |
(package private) abstract BaseBounds |
Mesh.computeBounds(BaseBounds b) |
(package private) BaseBounds |
Shape.computeBounds(BaseBounds bounds,
BaseTransform tx,
double upad,
double dpad,
double x,
double y,
double w,
double h)
Helper function for rectangular shapes such as Rectangle and Ellipse
for computing their bounds.
|
(package private) BaseBounds |
Shape.computeShapeBounds(BaseBounds bounds,
BaseTransform tx,
Shape s) |
BaseBounds |
Circle.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Rectangle.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Polygon.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Shape3D.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Sphere.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
MeshView.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Ellipse.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Polyline.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Box.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Cylinder.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Line.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Shape.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
(package private) BaseBounds |
TriangleMesh.computeBounds(BaseBounds bounds) |
(package private) abstract BaseBounds |
Mesh.computeBounds(BaseBounds b) |
(package private) BaseBounds |
Shape.computeBounds(BaseBounds bounds,
BaseTransform tx,
double upad,
double dpad,
double x,
double y,
double w,
double h)
Helper function for rectangular shapes such as Rectangle and Ellipse
for computing their bounds.
|
(package private) BaseBounds |
Shape.computeShapeBounds(BaseBounds bounds,
BaseTransform tx,
Shape s) |
BaseBounds |
Circle.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Rectangle.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Polygon.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Shape3D.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Sphere.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
MeshView.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Ellipse.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Polyline.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Box.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Cylinder.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Line.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BaseBounds |
Shape.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Field and Description |
---|---|
private BaseBounds |
Text.spanBounds |
Modifier and Type | Method and Description |
---|---|
private BaseBounds |
Text.getLogicalBounds() |
(package private) BaseBounds |
Text.getSpanBounds() |
private BaseBounds |
Text.getVisualBounds() |
BaseBounds |
Text.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
private float |
Text.getYAdjustment(BaseBounds bounds) |
BaseBounds |
Text.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
WebEngine.Printable.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx) |
BaseBounds |
WebView.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BaseBounds |
WebEngine.Printable.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx) |
BaseBounds |
WebView.impl_computeGeomBounds(BaseBounds bounds,
BaseTransform tx)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|