Uses of Class
sm.SMRectangularShape

Packages that use SMRectangularShape
sm   
 

Uses of SMRectangularShape in sm
 

Subclasses of SMRectangularShape in sm
 class SMEllipse
          An ellipse shape for use with an SMCanvas.
 class SMRectangle
          A rectangle shape for use with an SMCanvas.
 class SMSegment
          A segment for use with an SMCanvas.
 

Methods in sm that return SMRectangularShape
 SMRectangularShape SMShape.asRectangularShape()
          Returns this shape if it is a rectangularShape, null otherwise
 SMRectangularShape SMSegment.setBoundingBox(java.awt.geom.Point2D p1, java.awt.geom.Point2D p2)
          Define this rectangular shape by its bounding box.
 SMRectangularShape SMSegment.setBoundingBox(double minx, double miny, double width, double height)
          Define this rectangular shape by its bounding box.
 SMRectangularShape SMSegment.setDiagonal(double x1, double y1, double x2, double y2)
          Define this rectangular shape by its diagonal.
 SMRectangularShape SMSegment.setDiagonal(java.awt.geom.Point2D p1, java.awt.geom.Point2D p2)
          Define this rectangular shape by its diagonal.
 SMRectangularShape SMRectangularShape.setBoundingBox(java.awt.geom.Point2D p1, java.awt.geom.Point2D p2)
          Define this rectangular shape by its bounding box.
 SMRectangularShape SMRectangularShape.setBoundingBox(double minx, double miny, double width, double height)
          Define this rectangular shape by its bounding box.
 SMRectangularShape SMRectangularShape.setDiagonal(double x1, double y1, double x2, double y2)
          Define this rectangular shape by its diagonal.
 SMRectangularShape SMRectangularShape.setDiagonal(java.awt.geom.Point2D p1, java.awt.geom.Point2D p2)
          Define this rectangular shape by its diagonal.