|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.biosoft.graphics.View
ru.biosoft.graphics.ShapeView
ru.biosoft.graphics.PathView
General path view.
| Field Summary |
| Fields inherited from class ru.biosoft.graphics.ShapeView |
brush, pen |
| Fields inherited from class ru.biosoft.graphics.View |
ACTIVE, at, BASELINE, BOTTOM, CENTER, HIDE, LEFT, model, RIGHT, shape, TOP, type |
| Constructor Summary | |
PathView(Pen pen,
java.awt.geom.GeneralPath path)
|
|
| Method Summary | |
void |
move(int sx,
int sy)
Moves View to the new location using specified offsets. |
| Methods inherited from class ru.biosoft.graphics.ShapeView |
getBrush, getPen, paint, setToScale |
| Methods inherited from class ru.biosoft.graphics.View |
getBounds, getModel, getShape, intersects, isActive, isVisible, move, scale, setActive, setLocation, setLocation, setModel, setVisible, updateBounds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PathView(Pen pen,
java.awt.geom.GeneralPath path)
| Method Detail |
public void move(int sx,
int sy)
View
move in class Viewsx - offset along the X axis direction.sy - offset along the Y axis direction.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||