Uses of Class
com.tensegrity.graphics.AbstractPrimitive

Packages that use AbstractPrimitive
com.tensegrity.graphics.primitive2D Contains classes that define graphical primitives in 2D space.  
 

Uses of AbstractPrimitive in com.tensegrity.graphics.primitive2D
 

Subclasses of AbstractPrimitive in com.tensegrity.graphics.primitive2D
 class Ellipse2D
           An object of class Ellipse2D represents a 2-dimensional elliptical shape specified by a rectangular boundary.
 class Label2D
           An object of class Label2D represents a 2-dimensional multi-lined text area that may be edited in-place.
 class Line2D
           An object of class Line2D represents a 2-dimensional line segment.
 class Polygon2D
           A Polygon2D is a closed two-dimensional region with three or more sides.
 class Polyline2D
           An object of class Polyline2D represents a two-dimensional line consisting of one or more line segments.
 class Rect2D
           An object of class Rect2D represents a 2-dimensional rectangular shape.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.