Uses of Interface
org.djutils.draw.bounds.Bounds

Packages that use Bounds
Package
Description
Methods for Bounds of an object to quickly determine whether an object needs to be drawn or not.
  • Uses of Bounds in org.djutils.draw.bounds

    Classes in org.djutils.draw.bounds with type parameters of type Bounds
    Modifier and Type
    Interface
    Description
    interface 
    Bounds<B extends Bounds<B,P>,P extends Point<P>>
    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.
    Classes in org.djutils.draw.bounds that implement Bounds
    Modifier and Type
    Class
    Description
    class 
    A Bounds2d stores the rectangular 2D bounds of a 2d object, or a collection of 2d objects.
    class 
    Bounds3d is the generic class for the 3D extent of an object.