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

A

add(Component) - Method in class yops.BasicGraphicsPanel
Adds the given component to the GraphicsPanel for display.
add(Component) - Method in class yops.Graphic
A Graphic may not contain other components, so this method is not supported.
addListener(Object) - Method in class yops.GraphicsPanel
Makes the given object listen for mouse events, as described for YOPS tools.
addListener(Object) - Method in class yops.YOPS
Makes the given object listen for mouse events in all GraphicsPanels, according to methods as described for YOPS tools.
addTool(Object) - Method in class yops.YOPS
Adds the given tool to a user-selectable list.
Arc - Class in yops
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.
Arc(int, int, int, int, double, double) - Constructor for class yops.Arc
Creates an Arc with the given upper left corner and dimensions.
Arc(int, int, int, int, double, double, Color, boolean) - Constructor for class yops.Arc
Creates an Arc with the given upper left corner and dimensions.

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