Package com.dkt.graphics.elements
Contains all the basic drawable elements
-
Class Summary Class Description GArc GCircle GFillableE This represents an abstract fillable elementGImage Wraps aBufferedImage
into aGraphicE
objectGLine This class represents a line segmentGMultiPoint Represents an abstract array of (x, y) coordinates.
Note: even though this class extends fromGFillableE
it's the subclass option to enforce the fill methodsGOval GPath GPoint This class represents a mutable pointGPointArray GPoly http://erich.realtimerendering.com/ptinpoly/Graphic GraphicE This class represents an abstract Graphical ElementGRectangle GRegPoly GString This class wraps aString
in aGraphicE
GVector This class represents a Vector, basically a line with a triangular tip.
If the modulus of the vector is0
then not even the triangle is drawn.