lt.monarch.math.geom
Interface Primitive

All Superinterfaces:
java.io.Serializable, java.awt.Shape
All Known Subinterfaces:
Primitive2D, Primitive3D
All Known Implementing Classes:
Area, AxisLine3D, Ellipse2D, GridPolygon3D, Line2D, Line3D, PieSlice2D, PieSlice3D, Polygon2D, Polygon3D, Rectangle2D, Rectangle3D, RoundedRectangle, RoundRectangle2D, Text3D

public interface Primitive
extends java.awt.Shape, java.io.Serializable

General primitive, with a list of 2D or 3D points


Method Summary
Modifier and Type Method and Description
 void dispose()
          Disposes object
 java.awt.geom.Rectangle2D getBounds2D()
           
 
Methods inherited from interface java.awt.Shape
contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects
 

Method Detail

dispose

void dispose()
Disposes object


getBounds2D

java.awt.geom.Rectangle2D getBounds2D()
Specified by:
getBounds2D in interface java.awt.Shape