ru.biosoft.graphics
Class PathView
ru.biosoft.graphics.View
|
+--ru.biosoft.graphics.ShapeView
|
+--ru.biosoft.graphics.PathView
- public class PathView
- extends ShapeView
General path view.
- pending whether brush can be used to fill the path?
| Method Summary |
void | move(int sx, int sy) |
| Methods inherited from class ru.biosoft.graphics.View |
getBounds, getModel, getShape, intersects, isActive, isVisible, move, scale, setActive, setLocation, setLocation, setModel, setVisible, updateBounds |
PathView
public PathView(Pen pen, GeneralPath path)
move
public void move(int sx, int sy)
BOTTOM