A B C D E F G I L M P R S T Y

R

Rectangle - Class in yops
A Rectangle is an axis-aligned visual component defined by an upper left corner, a width, and a height.
Rectangle(int, int, int, int) - Constructor for class yops.Rectangle
Creates a Rectangle with the given upper left corner and dimensions.
Rectangle(int, int, int, int, Color, boolean) - Constructor for class yops.Rectangle
Creates a Rectangle with the given upper left corner and dimensions, color, and fill option.
remove(Component) - Method in class yops.BasicGraphicsPanel
Removes the given component from the GraphicsPanel.
removeListener(Object) - Method in class yops.GraphicsPanel
Removes the given listener so that it no longer is notified about mouse events.
removeListener(Object) - Method in class yops.YOPS
Removes the given listener so that it no longer is notified about mouse events.
RoundedRectangle - Class in yops
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.
RoundedRectangle(int, int, int, int) - Constructor for class yops.RoundedRectangle
Creates a RoundedRectangle with the given upper left corner and dimensions.
RoundedRectangle(int, int, int, int, int, int) - Constructor for class yops.RoundedRectangle
Creates a Rectangle with the given upper left corner, dimensions, and curvature.
RoundedRectangle(int, int, int, int, Color, boolean) - Constructor for class yops.RoundedRectangle
Creates a Rectangle with the given upper left corner and dimensions, color, and fill option.

A B C D E F G I L M P R S T Y