Interface Shape

All Superinterfaces:
Serializable
All Known Implementing Classes:
Box, Circle, Polygon

public interface Shape extends Serializable
Common interface for all shapes. Allows building external representations of them.
Author:
Oliver Gierke, Thomas Darimont