Uses of Class
com.sun.javafx.geom.BaseBounds
Packages that use BaseBounds
Package
Description
-
Uses of BaseBounds in com.sun.javafx.geom
Subclasses of BaseBounds in com.sun.javafx.geomModifier and TypeClassDescriptionclass
final class
A simple object which carries bounds information as floats, and has no Z components.Methods in com.sun.javafx.geom that return BaseBoundsModifier 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()
Methods in com.sun.javafx.geom with parameters of type BaseBoundsModifier 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
Methods in com.sun.javafx.geom.transform that return BaseBoundsModifier and TypeMethodDescriptionabstract BaseBounds
BaseTransform.transform
(BaseBounds bounds, BaseBounds result) Identity.transform
(BaseBounds bounds, BaseBounds result) Methods in com.sun.javafx.geom.transform with parameters of type BaseBoundsModifier and TypeMethodDescriptionabstract BaseBounds
BaseTransform.transform
(BaseBounds bounds, BaseBounds result) Identity.transform
(BaseBounds bounds, BaseBounds result) -
Uses of BaseBounds in com.sun.javafx.scene.text
Methods in com.sun.javafx.scene.text that return BaseBoundsModifier 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
Fields in com.sun.javafx.util declared as BaseBoundsModifier and TypeFieldDescriptionTempState.bounds
A temporary rect used for computing bounds by the various bounds variables. -
Uses of BaseBounds in javafx.scene
Methods in javafx.scene that return BaseBoundsModifier 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.Methods in javafx.scene with parameters of type BaseBoundsModifier 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
Methods in javafx.scene.canvas that return BaseBoundsModifier and TypeMethodDescriptionCanvas.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Methods in javafx.scene.canvas with parameters of type BaseBoundsModifier and TypeMethodDescriptionCanvas.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.layout
Methods in javafx.scene.layout that return BaseBoundsModifier and TypeMethodDescriptionRegion.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Methods in javafx.scene.layout with parameters of type BaseBoundsModifier and TypeMethodDescriptionRegion.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.media
Methods in javafx.scene.media that return BaseBoundsModifier and TypeMethodDescriptionMediaView.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Methods in javafx.scene.media with parameters of type BaseBoundsModifier and TypeMethodDescriptionMediaView.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.shape
Methods in javafx.scene.shape that return BaseBoundsModifier 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) Methods in javafx.scene.shape with parameters of type BaseBoundsModifier 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
Methods in javafx.scene.text that return BaseBoundsModifier and TypeMethodDescriptionText.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Methods in javafx.scene.text with parameters of type BaseBoundsModifier and TypeMethodDescriptionText.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) -
Uses of BaseBounds in javafx.scene.web
Methods in javafx.scene.web that return BaseBoundsModifier and TypeMethodDescriptionWebView.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx) Methods in javafx.scene.web with parameters of type BaseBoundsModifier and TypeMethodDescriptionWebView.impl_computeGeomBounds
(BaseBounds bounds, BaseTransform tx)