Package com.partnersoft.v3x.graphics

Interface Summary
AngleFormat A formatter for angles.
 

Class Summary
AzimuthAngle configurable Azimuth Angle string representation of angles
Coord A Coord is an n-dimensional coordinate or offset.
Coord2D A Coord2D is a 2-dimensional coordinate or offset.
Coord3D A 3-dimensional coordinate or offset.
DeflectionAngle Angle expressed as a deflection of the son coordinate from the line drawn from the grandfather to the father.
DoubleLine A double-precision line class.
DoublePoint A simple, double-precision 2D point object.
DoublePolyline A double-precision polyline object.
DoublePolylineListBuilder Builds an ordered list of DoublePolyline objects, with handy methods for constructing them from segments or from individual points.
DoubleRectangle A rectangle in whole-number space.
DrawingElement A generic drawn object suitable for processing by a DrawingWriter.
DrawingFactory An abstract factory that generates DrawingElements based on some criteria.
DrawingWriter A generic engine for transforming generic drawing elements into a specific graphics format, specified by a subclass.
FastPath  
FastPolyline  
GridCoordinate A coordinate in a hierarchical, gridded coordinate system.
GridLevel A subgridding level of a GridSystem.
GridSystem A multi-level gridded coordinate system.
IntegerLine A int-precision line class.
IntegerRectangle A rectangle in whole-number space.
QuadAngle Quad angle representation of azimuth angles
SemiAngle SemiAngle string representation of azimuth angles....
TurnVector A TurnArrayList is a 2-dimensional coordinate expressing a magnitude and angular direction.
VectorLib A library class with handy static methods for manipulating vector coordinates.