Uses of Class
org.rr0.is.presentation.view.report.applet.draw.DrawShape

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 DrawShapeShapesCanvas.ShapesCanvasListener.shapePrototype
          
private DrawShapeDrawShapeButton.shape
          The 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
DrawShapeAspectPanel.ShapesCanvas.getSelectedShape()
          
DrawShapeShapesCanvas.ShapesCanvasListener.getShapePrototype()
          
DrawShapeDrawShapeButton.getShape()
          
 

Methods in org.rr0.is.presentation.view.report.applet with parameters of type DrawShape
voidAspectPanel.ShapesCanvas.setShapes(DrawShape[] someShapes)
          
voidDrawShapeButton.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 DrawShapeDrawController.bottomShapePrototype
          
private DrawShapeDrawController.middleShapePrototype
          
private DrawShapeDrawController.topShapePrototype
          
private DrawShapeDrawEvent.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
DrawShapeDrawEvent.getShape()
          
DrawShapeDrawModel.createShape(DrawShape shapePrototype)
          
DrawShapeDrawModel.getShape(Object source, Object timeKey)
          
 

Methods in org.rr0.is.presentation.view.report.applet.draw with parameters of type DrawShape
private voidDrawController.moveOverShape(DrawShape selectedShape, int mouseX, int mouseY)
          
protected DrawEventDrawController.record(int x, int y, Object source, DrawShape shape)
          
voidDrawController.setBottomShape(DrawShape shapePrototype)
          
voidDrawController.setMidShape(DrawShape shapePrototype)
          
voidDrawController.setTopShape(DrawShape shapePrototype)
          
DrawShapeDrawModel.createShape(DrawShape shapePrototype)
          
private booleanDrawModel.selectedShapeContains(DrawShape shape, int x, int y)
          
private booleanDrawModel.shapeContains(DrawShape shape, int x, int y)
          
voidDrawView.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 DrawEventUFOController.record(int x, int y, Object source, DrawShape shape)
          
voidUFOController.setBottomShape(DrawShape shapePrototype)
          
voidUFOController.setMidShape(DrawShape shapePrototype)
          
voidUFOController.setTopShape(DrawShape shapePrototype)