Package cse115.graphics

The Graphics Package.

See:
          Description

Interface Summary
CenterLocatable The interface that defines the capabilties for an object that can have its center location accessed/mutated
Colorable The interface that defines the capabilties for an object that can have its color accessed/mutated
ColorableGraphic The interface that defines a Graphic that has a Color
Graphic The interface that defines the capabilites for an object that is a Graphic
IContainer The interface that defines the capabilties for an object that can contain Graphics
Locatable The interface that defines the capabilties for an object that can have its location accessed/mutated
Rotatable The interface that defines the capabilties for an object that can have its rotation accessed/mutated, Should start with rotation of 0 = normal.
Sizeable The interface that defines the capabilties for an object that can have its Dimension accessed/mutated
 

Class Summary
AbstractColorableGraphic Extends AbstractGraphic to add methods that are relevant to Color
AbstractGraphic An abstract class that is the superclass for most graphics.
CompoundGraphic A Graphical object that acts as a container for other Graphical objects.
DrawingCanvas This is a JPanel that acts as a container for Graphics.
Ellipse A Graphic that is in the shape of an Ellipse.
FramedEllipse A Graphic that is in the outline Ellipse.
FramedRectangle A Graphic that is the outline of a rectangle.
Image A class that is a Graphical object based on a specified picture file.
Polygon A polygon is a Graphic that can form many shapes.
Rectangle A Graphic that is in the shape of a rectangle.
Rectangle3D A Graphic that is in the shape of a rectangle with slight 3-dimensionsal shading.
 

Package cse115.graphics Description

The Graphics Package. Can put different graphical shapes onto a DrawingCanvas to make drawings.