ru.biosoft.graphics
Class BoxView
ru.biosoft.graphics.View
|
+--ru.biosoft.graphics.ShapeView
|
+--ru.biosoft.graphics.BoxView
- public class BoxView
- extends ShapeView
| Constructor Summary |
BoxView(Pen pen, Brush brush, Rectangle rect) |
BoxView(Pen pen, Brush brush, int x, int y, int width, int height) |
BoxView(Pen pen, Brush brush, float x, float y, float width, float height) |
BoxView(Pen pen, Brush brush, RectangularShape shape) |
| Methods inherited from class ru.biosoft.graphics.View |
getModel, getShape, intersects, isActive, isVisible, move, scale, setActive, setLocation, setLocation, setModel, setVisible, updateBounds |
BoxView
public BoxView(Pen pen, Brush brush, Rectangle rect)
BoxView
public BoxView(Pen pen, Brush brush, int x, int y, int width, int height)
BoxView
public BoxView(Pen pen, Brush brush, float x, float y, float width, float height)
BoxView
public BoxView(Pen pen, Brush brush, RectangularShape shape)
getBounds
public Rectangle getBounds()
move
public void move(int sx, int sy)
resize
public void resize(int sx, int sy)
BOTTOM