Package shapes
-
Interface Summary Interface Description Movable Interface that implement all shapes because all shapes can be moved. -
Class Summary Class Description Circle Class that represent circle shape.Line Class that represent line shape.Point Class that represent point shape.Rectangle Class that represent rectangle shape.Shape Abstract class which all shapes extend.Square Class that represent square shape.SurfaceShape Abstract class that must implement all shapes with surface.