Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbsFactory ¶
type AbsFactory struct { }
func (*AbsFactory) GetColor ¶
func (factory *AbsFactory) GetColor(t colorType) Color
func (*AbsFactory) GetShape ¶
func (factory *AbsFactory) GetShape(t shapeType) Shape
type AbstractFactory ¶
Click to show internal directories.
Click to hide internal directories.