Uses of Package
org.djutils.draw
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.
The d1 package provides an interface and different implementations for Areas.
-
ClassDescriptionDirected is the interface to specify a Direction (a vector pointing in a direction without a length).Drawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d is the interface that all drawable objects that use 2D coordinates must implement.DrawRuntimeException is the root exception for drawing exceptions that do not have to be specified.InvalidProjectionException is a special type of DrawRuntimeException, that is thrown if a projection results in an invalid object, or if a projection cannot be carried out.Oriented is an interface to indicate an object has a direction.Transform2d contains a MUTABLE transformation object that can transform points (x,y) based on e.g, rotation and translation.Transform3d contains a MUTABLE transformation object that can transform points (x,y,z) based on e.g, rotation and translation.
-
ClassDescriptionDrawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d is the interface that all drawable objects that use 2D coordinates must implement.Drawable3d is the Interface that all drawable objects that use 3D coordinates must implement.
-
ClassDescriptionDirected is the interface to specify a Direction (a vector pointing in a direction without a length).Directed2d.java.Directed3d.java.Drawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d is the interface that all drawable objects that use 2D coordinates must implement.Drawable3d is the Interface that all drawable objects that use 3D coordinates must implement.DrawRuntimeException is the root exception for drawing exceptions that do not have to be specified.
-
ClassDescriptionDirected is the interface to specify a Direction (a vector pointing in a direction without a length).Directed2d.java.Directed3d.java.Drawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d is the interface that all drawable objects that use 2D coordinates must implement.Drawable3d is the Interface that all drawable objects that use 3D coordinates must implement.DrawRuntimeException is the root exception for drawing exceptions that do not have to be specified.Oriented is an interface to indicate an object has a direction.Oriented3d is an interface to indicate an object has a direction in three dimensions.
-
ClassDescriptionDrawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d is the interface that all drawable objects that use 2D coordinates must implement.Drawable3d is the Interface that all drawable objects that use 3D coordinates must implement.DrawRuntimeException is the root exception for drawing exceptions that do not have to be specified.