edu.umd.cs.piccolox.util
Interface Points

All Known Subinterfaces:
MutablePoints
All Known Implementing Classes:
LineShape, XYArray

public interface Points


Method Summary
 Rectangle2D getBounds(Rectangle2D dst)
           
 Point2D getPoint(int i, Point2D dst)
           
 int getPointCount()
           
 double getX(int i)
           
 double getY(int i)
           
 

Method Detail

getPointCount

int getPointCount()

getX

double getX(int i)

getY

double getY(int i)

getPoint

Point2D getPoint(int i,
                 Point2D dst)

getBounds

Rectangle2D getBounds(Rectangle2D dst)


Copyright © 1995-2011 Piccolo2D. All Rights Reserved.