edu.umd.cs.piccolox.util
Interface MutablePoints

All Superinterfaces:
Points
All Known Implementing Classes:
LineShape, XYArray

public interface MutablePoints
extends Points


Method Summary
 void addPoint(int pos, double x, double y)
           
 void removePoints(int pos, int num)
           
 void setPoint(int i, double x, double y)
           
 void transformPoints(java.awt.geom.AffineTransform t)
           
 
Methods inherited from interface edu.umd.cs.piccolox.util.Points
getBounds, getPoint, getPointCount, getX, getY
 

Method Detail

setPoint

void setPoint(int i,
              double x,
              double y)

addPoint

void addPoint(int pos,
              double x,
              double y)

removePoints

void removePoints(int pos,
                  int num)

transformPoints

void transformPoints(java.awt.geom.AffineTransform t)


Copyright © 2008 by University of Maryland, College Park, MD 20742, USA All rights reserved.