com.sun.electric.database.geometry
Interface PolyNodeMerge

All Known Implementing Classes:
Poly, PolyBase, PolyQTree.PolyNode

public interface PolyNodeMerge

The intention of this interface is to make transparent transistion between merge structures and the rest of the database classes.


Method Summary
 java.awt.geom.Rectangle2D getBounds2D()
          Method to get the bounds of the poly node.
 PolyBase getPolygon()
          Method to get the polygon object.
 

Method Detail

getPolygon

PolyBase getPolygon()
Method to get the polygon object.

Returns:
a PolyBase object.

getBounds2D

java.awt.geom.Rectangle2D getBounds2D()
Method to get the bounds of the poly node.

Returns:
a Rectangle2D with the bounds.