Uses of Interface
org.djutils.draw.Drawable2d
-
Packages that use Drawable2d 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.org.djutils.draw.surface The d1 package provides an interface and different implementations for Areas. -
-
Uses of Drawable2d in org.djutils.draw
Methods in org.djutils.draw that return Drawable2d Modifier and Type Method Description Drawable2d
Drawable3d. project()
Project the object onto the z=0 plane. -
Uses of Drawable2d in org.djutils.draw.bounds
Classes in org.djutils.draw.bounds that implement Drawable2d Modifier and Type Class Description class
Bounds2d
A Bounds2d stores the rectangular 2D bounds of a 2d object, or a collection of 2d objects.Methods in org.djutils.draw.bounds with parameters of type Drawable2d Modifier and Type Method Description boolean
Bounds2d. contains(Drawable2d drawable)
Check if this Bounds2d completely contains a Drawable2d.Constructors in org.djutils.draw.bounds with parameters of type Drawable2d Constructor Description Bounds2d(Drawable2d drawable2d)
Construct a Bounds2d for a Drawable2d. -
Uses of Drawable2d in org.djutils.draw.line
Classes in org.djutils.draw.line that implement Drawable2d Modifier and Type Class Description class
LineSegment2d
LineSegment2d is a line segment bound by 2 end points in 2D-space.class
PolyLine2d
Implementation of Line for 2D space.class
Ray2d
Ray2d is a half-line; it has one end point with non-infinite coordinates; the other end point is infinitely far away. -
Uses of Drawable2d in org.djutils.draw.point
Classes in org.djutils.draw.point that implement Drawable2d Modifier and Type Class Description class
OrientedPoint2d
The OrientedPoint2d is a point in a 2-dimensional space with an orientation vector, which is specified in terms of its counter-clockwise rotation around the point in radians.class
Point2d
A Point2d is an immutable Point with an x and y coordinate, stored with double precision. -
Uses of Drawable2d in org.djutils.draw.surface
Classes in org.djutils.draw.surface that implement Drawable2d Modifier and Type Class Description class
Polygon2d
Polygon2d.java.
-