Uses of Class
com.sun.javafx.geom.BaseBounds
Package
Description
-
Uses of BaseBounds in com.sun.javafx.geom
Modifier and TypeClassDescriptionclass
final class
A simple object which carries bounds information as floats, and has no Z components.Modifier and TypeMethodDescriptionabstract BaseBounds
BaseBounds.copy()
Duplicates this instance.BoxBounds.copy()
RectBounds.copy()
abstract BaseBounds
BaseBounds.deriveWithNewBounds
(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) abstract BaseBounds
BaseBounds.deriveWithNewBounds
(BaseBounds other) BoxBounds.deriveWithNewBounds
(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) BoxBounds.deriveWithNewBounds
(BaseBounds other) RectBounds.deriveWithNewBounds
(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) RectBounds.deriveWithNewBounds
(BaseBounds other) abstract BaseBounds
BaseBounds.deriveWithNewBoundsAndSort
(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) BoxBounds.deriveWithNewBoundsAndSort
(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) RectBounds.deriveWithNewBoundsAndSort
(float minX, float minY, float minZ, float maxX, float maxY, float maxZ) abstract BaseBounds
BaseBounds.deriveWithPadding
(float h, float v, float d) BoxBounds.deriveWithPadding
(float h, float v, float d) RectBounds.deriveWithPadding
(float h, float v, float d) abstract BaseBounds
BaseBounds.deriveWithUnion
(BaseBounds other) BoxBounds.deriveWithUnion
(BaseBounds other) RectBounds.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()
Modifier and TypeMethodDescriptionabstract BaseBounds
BaseBounds.deriveWithNewBounds
(BaseBounds other) BoxBounds.deriveWithNewBounds
(BaseBounds other) RectBounds.deriveWithNewBounds
(BaseBounds other) abstract BaseBounds
BaseBounds.deriveWithUnion
(BaseBounds other) BoxBounds.deriveWithUnion
(BaseBounds other) RectBounds.deriveWithUnion
(BaseBounds other) boolean
BoxBounds.intersects
(BaseBounds other) boolean
RectBounds.intersects
(BaseBounds other) abstract void
BaseBounds.intersectWith
(BaseBounds other) void
BoxBounds.intersectWith
(BaseBounds other) void
RectBounds.intersectWith
(BaseBounds other) final void
BoxBounds.setBounds
(BaseBounds other) Set the bounds to match that of the BaseBounds object specified.void
BoxBounds.unionWith
(BaseBounds other) -
Uses of BaseBounds in com.sun.javafx.geom.transform
Modifier and TypeMethodDescriptionabstract BaseBounds
BaseTransform.transform
(BaseBounds bounds, BaseBounds result) Identity.transform
(BaseBounds bounds, BaseBounds result) Modifier and TypeMethodDescriptionabstract BaseBounds
BaseTransform.transform
(BaseBounds bounds, BaseBounds result) Identity.transform
(BaseBounds bounds, BaseBounds result) -
Uses of BaseBounds in com.sun.javafx.scene.text
Modifier and TypeMethodDescriptionTextLayout.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! -
Uses of BaseBounds in com.sun.javafx.util
Modifier and TypeFieldDescriptionTempState.bounds
A temporary rect used for computing bounds by the various bounds variables. -
Uses of BaseBounds in javafx.scene
Modifier and TypeMethodDescriptionabstract BaseBounds
Node.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Computes the geometric bounds for this Node.Parent.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) This set is used to track all of the children of this group which are dirty.Modifier and TypeMethodDescriptionabstract BaseBounds
Node.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Computes the geometric bounds for this Node.Parent.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) This set is used to track all of the children of this group which are dirty. -
Uses of BaseBounds in javafx.scene.canvas
Modifier and TypeMethodDescriptionCanvas.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Modifier and TypeMethodDescriptionCanvas.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.layout
Modifier and TypeMethodDescriptionRegion.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Modifier and TypeMethodDescriptionRegion.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.media
Modifier and TypeMethodDescriptionMediaView.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Modifier and TypeMethodDescriptionMediaView.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.shape
Modifier and TypeMethodDescriptionArc.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Circle.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Line.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Path.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Rectangle.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) SubtractShape.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) SVGPath.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Modifier and TypeMethodDescriptionArc.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Circle.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Line.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Path.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Rectangle.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) SubtractShape.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) SVGPath.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.text
Modifier and TypeMethodDescriptionText.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Modifier and TypeMethodDescriptionText.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.web
Modifier and TypeMethodDescriptionWebView.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Modifier and TypeMethodDescriptionWebView.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx)