Uses of Class
sm.SMRectangle

Packages that use SMRectangle
sm   
 

Uses of SMRectangle in sm
 

Methods in sm that return SMRectangle
 SMRectangle SMText.getRelativeRectangle(double ratioX, double ratioY)
          Returns a SMRectangle that surrounds this text.
 SMRectangle SMText.getAbsoluteRectangle(double w, double h)
          Returns a CRectangle that surrounds this text.
 SMRectangle SMTag.getGlobalBoundingBox()
           
 SMRectangle SMShape.getBoundingBox()
           
 SMRectangle SMShape.asRectangle()
          Returns this shape if it is a rectangle, null otherwise
 SMRectangle SMCanvas.newRectangle(double x, double y, double w, double h)
          Creates a new rectangle and adds it to the canvas.
 SMRectangle SMCanvas.newRectangle(java.awt.geom.Point2D p, double w, double h)
          Creates a new rectangle and adds it to the canvas.