org.shapelogic.polygon
Interface IPolygon2D

All Superinterfaces:
GeometricShape2D
All Known Implementing Classes:
MultiLinePolygon, Polygon

public interface IPolygon2D
extends GeometricShape2D

there is only one class implementing this I should probably take it out

Author:
Sami Badawi

Method Summary
 double getAspectRatio()
           
 BBox getBBox()
           
 java.util.Set<CLine> getLines()
           
 java.util.Set<? extends IPoint2D> getPoints()
           
 boolean isClosed()
           
 
Methods inherited from interface org.shapelogic.polygon.GeometricShape2D
getCenter, getDiameter
 

Method Detail

getPoints

java.util.Set<? extends IPoint2D> getPoints()

getLines

java.util.Set<CLine> getLines()

getBBox

BBox getBBox()

isClosed

boolean isClosed()

getAspectRatio

double getAspectRatio()


Copyright © 2009. All Rights Reserved.