Uses of Interface
graphics.ILocatable

Packages that use ILocatable
fishbowl   
graphics The Graphics Package. 
lab2lib   
lab4lib   
lab5lib   
 

Uses of ILocatable in fishbowl
 

Classes in fishbowl that implement ILocatable
 class Fish
          A Fish that moves when told to.
 

Uses of ILocatable in graphics
 

Subinterfaces of ILocatable in graphics
 interface CenterLocatable
          The interface that defines the capabilties for an object that can have its center location accessed/mutated
 interface IColorableGraphic
          The interface that defines a Graphic that has a Color
 interface IGraphic
          The interface that defines the capabilites for an object that is a Graphic
 

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

Uses of ILocatable in lab2lib
 

Classes in lab2lib that implement ILocatable
 class BouncingBall
           
 class BouncingSquare
           
 class BouncingTriangle
           
 

Uses of ILocatable in lab4lib
 

Classes in lab4lib that implement ILocatable
 class Breakout
          An screenshot from the game Breakout that can position itself randomly on a containers.Lab4Applet
 class Earth
          An image of the planet Earth that can position itself randomly on a containers.Lab4Applet
 class Elephant
          An image of an elephant that can position itself randomly on a containers.Lab4Applet
 

Uses of ILocatable in lab5lib
 

Classes in lab5lib that implement ILocatable
 class TripleShape
          A composite shape that contains a circle, square and oval.