Documentation ¶
Index ¶
Constants ¶
View Source
const ( TEXT_STRATEGY = "text" IMAGE_STRATEGY = "image" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageSquare ¶
type ImageSquare struct {
strategy.DrawOutput
}
func (*ImageSquare) Draw ¶
func (i *ImageSquare) Draw() error
type TextSquare ¶
type TextSquare struct {
strategy.DrawOutput
}
func (*TextSquare) Draw ¶
func (t *TextSquare) Draw() error
Click to show internal directories.
Click to hide internal directories.