| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DrawShape | |
| org.rr0.is.presentation.view.report.applet | |
| org.rr0.is.presentation.view.report.applet.draw | |
| org.rr0.is.presentation.view.report.applet.ufo | |
| Uses of DrawShape in org.rr0.is.presentation.view.report.applet |
| Fields in org.rr0.is.presentation.view.report.applet declared as DrawShape | |
private DrawShape[] | AspectPanel.ShapesCanvas.shapes |
private DrawShape | ShapesCanvas.ShapesCanvasListener.shapePrototype |
private DrawShape | DrawShapeButton.shapeThe on/off state of the button |
| Constructors in org.rr0.is.presentation.view.report.applet with parameters of type DrawShape | |
AspectPanel.ShapesCanvas.ShapesCanvas(DrawShape[] someShapes, int topMargin, int bottomMargin) | |
DrawShapeButton.DrawShapeButton(DrawShape aShape) | |
| Methods in org.rr0.is.presentation.view.report.applet that return DrawShape | |
DrawShape | AspectPanel.ShapesCanvas.getSelectedShape() |
DrawShape | ShapesCanvas.ShapesCanvasListener.getShapePrototype() |
DrawShape | DrawShapeButton.getShape() |
| Methods in org.rr0.is.presentation.view.report.applet with parameters of type DrawShape | |
void | AspectPanel.ShapesCanvas.setShapes(DrawShape[] someShapes) |
void | DrawShapeButton.setShape(DrawShape aShape) |
| Uses of DrawShape in org.rr0.is.presentation.view.report.applet.draw |
| Subclasses of DrawShape in org.rr0.is.presentation.view.report.applet.draw | |
class | ArcShape |
class | OvalShape |
class | PathShape |
class | PolygonShape |
class | RectangleShape |
| Fields in org.rr0.is.presentation.view.report.applet.draw declared as DrawShape | |
private DrawShape | DrawController.bottomShapePrototype |
private DrawShape | DrawController.middleShapePrototype |
private DrawShape | DrawController.topShapePrototype |
private DrawShape | DrawEvent.shape |
| Constructors in org.rr0.is.presentation.view.report.applet.draw with parameters of type DrawShape | |
DrawEvent.DrawEvent(DrawShape shape, Object source) | |
| Methods in org.rr0.is.presentation.view.report.applet.draw that return DrawShape | |
DrawShape | DrawEvent.getShape() |
DrawShape | DrawModel.createShape(DrawShape shapePrototype) |
DrawShape | DrawModel.getShape(Object source, Object timeKey) |
| Methods in org.rr0.is.presentation.view.report.applet.draw with parameters of type DrawShape | |
private void | DrawController.moveOverShape(DrawShape selectedShape, int mouseX, int mouseY) |
protected DrawEvent | DrawController.record(int x, int y, Object source, DrawShape shape) |
void | DrawController.setBottomShape(DrawShape shapePrototype) |
void | DrawController.setMidShape(DrawShape shapePrototype) |
void | DrawController.setTopShape(DrawShape shapePrototype) |
DrawShape | DrawModel.createShape(DrawShape shapePrototype) |
private boolean | DrawModel.selectedShapeContains(DrawShape shape, int x, int y) |
private boolean | DrawModel.shapeContains(DrawShape shape, int x, int y) |
void | DrawView.paintShape(DrawShape ufoShape) |
| Uses of DrawShape in org.rr0.is.presentation.view.report.applet.ufo |
| Methods in org.rr0.is.presentation.view.report.applet.ufo with parameters of type DrawShape | |
protected DrawEvent | UFOController.record(int x, int y, Object source, DrawShape shape) |
void | UFOController.setBottomShape(DrawShape shapePrototype) |
void | UFOController.setMidShape(DrawShape shapePrototype) |
void | UFOController.setTopShape(DrawShape shapePrototype) |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||