Uses of Class
org.djutils.draw.bounds.Bounds2d
Packages that use Bounds2d
Package
Description
The draw package contains the generic classes for device-independent drawing.
Methods for Bounds of an object to quickly determine whether an object needs to be drawn or not.
The line package provides an interface and different implementations for lines.
The djutils-draw point package provides a set of interfaces and implementations of Points.
-
Uses of Bounds2d in org.djutils.draw
Methods in org.djutils.draw that return Bounds2dModifier and TypeMethodDescriptionDrawable2d.getBounds()
Retrieve the bounding rectangle of the object.Apply the stored transform on the provided Bounds2d and return a new Bounds2d with the bounds of the transformed coordinates.Methods in org.djutils.draw with parameters of type Bounds2d -
Uses of Bounds2d in org.djutils.draw.bounds
Methods in org.djutils.draw.bounds that return Bounds2dModifier and TypeMethodDescriptionBounds2d.getBounds()
Bounds2d.intersection
(Bounds2d otherBounds2d) Bounds3d.project()
Methods in org.djutils.draw.bounds with parameters of type Bounds2d -
Uses of Bounds2d in org.djutils.draw.line
Methods in org.djutils.draw.line that return Bounds2dModifier and TypeMethodDescriptionLineSegment2d.getBounds()
PolyLine2d.getBounds()
Ray2d.getBounds()
Methods in org.djutils.draw.line with parameters of type Bounds2d -
Uses of Bounds2d in org.djutils.draw.point
Methods in org.djutils.draw.point that return Bounds2d