Uses of Class
yops.Shape

Uses of Shape in yops
 

Subclasses of Shape in yops
 class Arc
          An Arc is visual component defined by a bounding box with a given upper left corner, a width, and a height, plus a starting point and extent in degrees.
 class Ellipse
          An Ellipse is a an axis-aligned visual component defined by a bounding box with a given upper left corner, a width, and a height.
 class Rectangle
          A Rectangle is an axis-aligned visual component defined by an upper left corner, a width, and a height.
 class RoundedRectangle
          A RoundedRectangle is an axis-aligned visual component defined by an upper left corner, a width, and a height, where the corners are slightly rounded for a softer visual effect.