A B C D E G H I J L M N O P R S T V W X Y

G

getAbstractShape(String, Object, ShapeCoordinates, ICommandMediator) - Method in class classes.shapes.BlueCircleFactory
Creates a blue circular shape (demonstrate Abstract Factory pattern)
getAbstractShape(String, Object, ShapeCoordinates, ICommandMediator) - Method in class classes.shapes.ColorShapeFactory
Creates shapes with the combination of other objects (like Color)
getAbstractShape(String, Object, ShapeCoordinates, ICommandMediator) - Method in class classes.shapes.RedRectangleFactory
Creates a red rectangular shape (demonstrate Abstract Factory pattern)
getAbstractShape(String, Object, ShapeCoordinates, ICommandMediator) - Method in interface interfaces.IShapeAbstractFactory
Creates shapes with the combination of other objects (like Color)
getColor() - Method in class classes.shapes.CircleShape
Returns the color attribute for the shape
getColor(String) - Method in class classes.shapes.decorators.ColorFactory
Creates Color object
getColor() - Method in class classes.shapes.RectangleShape
Returns the color attribute for the shape
getColor() - Method in class classes.shapes.TriangleShape
Returns the color attribute for the shape
getColor(String) - Method in interface interfaces.IColorFactory
Creates Color object
getColor() - Method in interface interfaces.IShape
Get the color of the shape
getColor() - Method in class interfaces.ShapeDecorator
Returns the color attribute for the shape
getContainer() - Static method in class classes.container.ShapeContainerCreator
Returns the already created shape container instance
getDefaultCoordinates() - Method in class classes.main.MainApplet
Returns the default coordiantes for the shape object
getInstance(ICommandMediator) - Static method in class classes.container.state.ShapeContainerEmptyState
Creates the ShapeContainerFullState object and returns same object if it is already created (singleton).
getInstance(ICommandMediator) - Static method in class classes.container.state.ShapeContainerFullState
Creates the ShapeContainerFullState object and returns same object if it is already created (singleton).
getInstance(ICommandMediator) - Static method in class classes.container.state.ShapeContainerPartialState
Creates the ShapeContainerFullState object and returns same object if it is already created (singleton).
getObjectList() - Method in class classes.shapes.commands.CommandContainer
Returns command object list
getPermanentCommandList() - Method in class classes.shapes.commands.CommandContainer
Returns permanent command list
getSelectedColor() - Method in class classes.main.MainApplet
Gets the user selected color option
getSelectedShape() - Method in class classes.main.MainApplet
Gets the user selected shape option
getShape(int) - Method in class classes.container.ShapeContainer
Returns the shape object for the given index
getShape(String, ShapeCoordinates, ICommandMediator) - Method in class classes.shapes.ShapeFactory
Creates the Shape object
getShape(int) - Method in interface interfaces.IShapeContainer
Returns the shape object for the given index
getShape(String, ShapeCoordinates, ICommandMediator) - Method in interface interfaces.IShapeFactory
Creates shapes object
getState() - Method in class classes.main.Memento
Returns the previous state (undo operation)
getTemporaryCommandList() - Method in class classes.shapes.commands.CommandContainer
Returns temporary command list
GUIControls - Class in interfaces
Interface for GUI controls type.
GUIControls() - Constructor for class interfaces.GUIControls
 

A B C D E G H I J L M N O P R S T V W X Y