Uses of Class
org.djutils.draw.bounds.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 d1 package provides an interface and different implementations for lines.
The d0 package provides a set of interfaces and implementations of Points.
-
Uses of Bounds2d in org.djutils.draw
Modifier 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. -
Uses of Bounds2d in org.djutils.draw.bounds
Modifier and TypeMethodDescriptionBounds2d.getBounds()
Bounds2d.intersection
(Bounds2d otherBounds2d) Bounds3d.project()
-
Uses of Bounds2d in org.djutils.draw.line
-
Uses of Bounds2d in org.djutils.draw.point