|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutablePoints
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 |
---|
void setPoint(int i, double x, double y)
void addPoint(int pos, double x, double y)
void removePoints(int pos, int num)
void transformPoints(java.awt.geom.AffineTransform t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |