Uses of Package
org.djutils.draw.bounds
-
Packages that use org.djutils.draw.bounds Package Description org.djutils.draw The draw package contains the generic classes for device-independent drawing.org.djutils.draw.bounds Methods for Bounds of an object to quickly determine whether an object needs to be drawn or not.org.djutils.draw.line The d1 package provides an interface and different implementations for Lines.org.djutils.draw.point The d0 package provides a set of interfaces and implementations of Points. -
Classes in org.djutils.draw.bounds used by org.djutils.draw Class Description Bounds2d A Bounds2d stores the rectangular 2D bounds of a 2d object, or a collection of 2d objects.Bounds3d Bounds3d is the generic class for the 3D extent of an object. -
Classes in org.djutils.draw.bounds used by org.djutils.draw.bounds Class Description Bounds Bounds is the generic tagging interface that indicates the bounds for an object, where the simplest implementation is minX, minY, maxX and maxY for 2D, and minX, minY, minZ and maxX, maxY and maxZ for 3D.Bounds2d A Bounds2d stores the rectangular 2D bounds of a 2d object, or a collection of 2d objects.Bounds3d Bounds3d is the generic class for the 3D extent of an object. -
Classes in org.djutils.draw.bounds used by org.djutils.draw.line Class Description Bounds2d A Bounds2d stores the rectangular 2D bounds of a 2d object, or a collection of 2d objects.Bounds3d Bounds3d is the generic class for the 3D extent of an object. -
Classes in org.djutils.draw.bounds used by org.djutils.draw.point Class Description Bounds2d A Bounds2d stores the rectangular 2D bounds of a 2d object, or a collection of 2d objects.Bounds3d Bounds3d is the generic class for the 3D extent of an object.