edu.umd.cs.piccolox.util
Interface MutablePoints
- All Superinterfaces:
- Points
- All Known Implementing Classes:
- LineShape, XYArray
- public interface MutablePoints
- extends Points
setPoint
public void setPoint(int i,
double x,
double y)
addPoint
public void addPoint(int pos,
double x,
double y)
removePoints
public void removePoints(int pos,
int num)
transformPoints
public void transformPoints(java.awt.geom.AffineTransform t)
Copyright © 2004 by University of Maryland, College Park, MD 20742, USA All rights reserved.