Uses of Package
org.djutils.draw
-
Packages that use org.djutils.draw 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. -
Classes in org.djutils.draw used by org.djutils.draw Class Description Directed Directed is the interface to specify a Direction (a vector pointing in a direction without a length).Drawable Drawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d Drawable2d is the interface that all drawable objects that use 2d coordinates must implement.DrawRuntimeException DrawException is the root exception for drawing exceptions that do not have to be specified.Oriented Oriented is an interface to indicate an object has a direction.Space Dimension interface to show the number of dimensions for the drawable objects.Transform2d Transform2d contains a MUTABLE transformation object that can transform points (x,y) based on e.g, rotation and translation.Transform3d Transform3d contains a MUTABLE transformation object that can transform points (x,y,z) based on e.g, rotation and translation. -
Classes in org.djutils.draw used by org.djutils.draw.bounds Class Description Drawable Drawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d Drawable2d is the interface that all drawable objects that use 2d coordinates must implement.Drawable3d Drawable3d is the Interface that all drawable objects that use 3d coordinates must implement.Space Dimension interface to show the number of dimensions for the drawable objects. -
Classes in org.djutils.draw used by org.djutils.draw.line Class Description Directed Directed is the interface to specify a Direction (a vector pointing in a direction without a length).Drawable Drawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d Drawable2d is the interface that all drawable objects that use 2d coordinates must implement.Drawable3d Drawable3d is the Interface that all drawable objects that use 3d coordinates must implement.DrawException DrawException is the root exception for drawing exceptions.DrawRuntimeException DrawException is the root exception for drawing exceptions that do not have to be specified.Space Dimension interface to show the number of dimensions for the drawable objects. -
Classes in org.djutils.draw used by org.djutils.draw.point Class Description Drawable Drawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d Drawable2d is the interface that all drawable objects that use 2d coordinates must implement.Drawable3d Drawable3d is the Interface that all drawable objects that use 3d coordinates must implement.DrawRuntimeException DrawException is the root exception for drawing exceptions that do not have to be specified.Oriented Oriented is an interface to indicate an object has a direction.Oriented2d Oriented2d is an interface to indicate an object has a direction in two dimensions.Oriented3d Oriented3d is an interface to indicate an object has a direction in three dimensions.Space Dimension interface to show the number of dimensions for the drawable objects. -
Classes in org.djutils.draw used by org.djutils.draw.surface Class Description Drawable Drawable is an interface to indicate zero or more points can be retrieved to draw the object.Drawable2d Drawable2d is the interface that all drawable objects that use 2d coordinates must implement.DrawRuntimeException DrawException is the root exception for drawing exceptions that do not have to be specified.