Package org.perfectjpattern.core.structural.composite

Composite Core Pattern implementation.

See:
          Description

Interface Summary
IGraphic Abstract definition of Graphic
 

Class Summary
Composite<C> Componentized implementation of IComposite interface.
Example Startup Main for the Composite Pattern Example code
Line Line concrete implementation of IGraphic
Rectangle Rectangle concrete implementation of IGraphic
Text Text concrete implementation of IGraphic
 

Package org.perfectjpattern.core.structural.composite Description

Composite Core Pattern implementation.

 


Copyright © 2007-2009. All Rights Reserved.