Uses of Class
jdraw.graphicalobjects.SizedGraphicalObject

Packages that use SizedGraphicalObject
jdraw.graphicalobjects Package containing all the graphical objects managed by JDraw
jdraw.ui Package containing all components and frames of the JDraw user interface. 
 

Uses of SizedGraphicalObject in jdraw.graphicalobjects
 

Subclasses of SizedGraphicalObject in jdraw.graphicalobjects
 class Ellipse
          A graphical ellipse.
 class Rectangle
          A graphical rectangle.
 class Segment
          A graphical segment.
 

Uses of SizedGraphicalObject in jdraw.ui
 

Fields in jdraw.ui declared as SizedGraphicalObject
private  SizedGraphicalObject SizedGraphicalObjectProperties.szgrobjGraphicalObject
          The sized graphical objects managed.
 

Constructors in jdraw.ui with parameters of type SizedGraphicalObject
SizedGraphicalObjectProperties(Frame frmOwner, SizedGraphicalObject szgrobjGraphicalObject)
          Creates a new SizedGraphicalObjectProperties object.