Uses of Class
jimm.datavision.field.Rectangle

Packages that use Rectangle
jimm.datavision.field Field, its subclasses, and related classes like Format and Border. 
jimm.datavision.gui Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports. 
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
jimm.datavision.layout.excel   
 

Uses of Rectangle in jimm.datavision.field
 

Fields in jimm.datavision.field declared as Rectangle
protected  Rectangle Field.bounds
           
 

Methods in jimm.datavision.field that return Rectangle
 Rectangle Field.getBounds()
          Returns the bounds rectangle for this field.
 

Methods in jimm.datavision.field with parameters of type Rectangle
 void Rectangle.setBounds(Rectangle r)
          Sets everything at once.
 void Field.setBounds(Rectangle newBounds)
          Sets the bounds rectangle.
 

Constructors in jimm.datavision.field with parameters of type Rectangle
Rectangle(Rectangle r)
          Constructor.
 

Uses of Rectangle in jimm.datavision.gui
 

Fields in jimm.datavision.gui declared as Rectangle
protected  Rectangle BoundsWin.fieldBounds
           
protected  Rectangle BoundsWin.origBounds
           
 Rectangle PreMoveInfo.origBounds
           
 Rectangle PreStretchInfo.origBounds
           
 

Methods in jimm.datavision.gui with parameters of type Rectangle
protected  void BoundsWin.fillCoords(Rectangle bounds)
           
 void Designer.snapToGrid(Rectangle r)
          Snaps the rectangle to the grid.
(package private)  void SectionWidget.snapToGrid(Rectangle r)
          Asks the design window to snap the rectangle to it's grid.
(package private)  void Designer.stopStretching(FieldWidget f, Rectangle origBounds)
          Tells each field to stop stretching and creates a command that will undo all that stretching.
(package private)  void SectionWidget.stopStretching(FieldWidget f, Rectangle origBounds)
          Passes on to the design window the request to stop stretching all fields being stretched (not just the specified field).
 

Uses of Rectangle in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as Rectangle
protected  Rectangle FieldStretchCommand.newBounds
           
protected  Rectangle FieldMoveCommand.newBounds
           
protected  Rectangle TypingCommand.newBounds
           
protected  Rectangle BoundsCommand.newBounds
           
protected  Rectangle TypingCommand.oldBounds
           
protected  Rectangle FieldStretchCommand.origBounds
           
protected  Rectangle FieldAlignCommand.origBounds
           
protected  Rectangle FieldResizeCommand.origBounds
           
protected  Rectangle BoundsCommand.origBounds
           
 

Methods in jimm.datavision.gui.cmd that return Rectangle
protected abstract  Rectangle InsertFieldCommand.initialFieldBounds()
           
protected  Rectangle NewTextFieldCommand.initialFieldBounds()
           
protected  Rectangle NewSubreportCommand.initialFieldBounds()
           
protected  Rectangle NewImageFieldCommand.initialFieldBounds()
           
protected  Rectangle NewDraggedFieldCommand.initialFieldBounds()
           
 

Constructors in jimm.datavision.gui.cmd with parameters of type Rectangle
BoundsCommand(Field f, Rectangle bounds)
           
FieldStretchCommand(FieldWidget fw, Rectangle origBounds)
           
 

Uses of Rectangle in jimm.datavision.layout.excel
 

Methods in jimm.datavision.layout.excel that return Rectangle
 Rectangle PermField.getBounds()