prefuse
Interface ShapeBuilder
- All Known Implementing Classes:
- PredefinedShape
public interface ShapeBuilder
Method Summary |
java.awt.Shape |
createEmptyShape()
|
java.awt.Shape |
createShape(double x,
double y,
double width,
double height)
|
void |
updateShape(java.awt.Shape shape,
double x,
double y,
double width,
double height)
|
createEmptyShape
java.awt.Shape createEmptyShape()
createShape
java.awt.Shape createShape(double x,
double y,
double width,
double height)
updateShape
void updateShape(java.awt.Shape shape,
double x,
double y,
double width,
double height)
Copyright © 2008 Regents of the University of California