org.shapelogic.polygon
Interface ILine2D

All Superinterfaces:
java.lang.Comparable<ILine2D>, GeometricShape2D
All Known Implementing Classes:
CLine, MultiLine

public interface ILine2D
extends java.lang.Comparable<ILine2D>, GeometricShape2D

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

Author:
Sami Badawi

Method Summary
 IPoint2D getEnd()
           
 IPoint2D getStart()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.shapelogic.polygon.GeometricShape2D
getCenter, getDiameter
 

Method Detail

getStart

IPoint2D getStart()

getEnd

IPoint2D getEnd()


Copyright © 2009. All Rights Reserved.