HEADER

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?

Fields inherited from class ru.biosoft.graphics.View
ACTIVE, BASELINE, BOTTOM, CENTER, HIDE, LEFT, RIGHT, TOP

Constructor Summary
PathView(Pen pen, GeneralPath path)
           

Method Summary
 voidmove(int sx, int sy)
           

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

Constructor Detail

PathView

public PathView(Pen pen, GeneralPath path)
Method Detail

move

public void move(int sx, int sy)

FOOTER

BOTTOM