Documentation
¶
Index ¶
- type Canvas
- func (c *Canvas) ContainsAlphaNumeric(x, y int) bool
- func (c *Canvas) DrawLabel(x, y int, label string)
- func (c *Canvas) Get(x, y int) string
- func (c *Canvas) Height() int
- func (c *Canvas) IsInBounds(x, y int) bool
- func (c *Canvas) Set(x, y int, char string)
- func (c *Canvas) ToByteArray(chars charset.Set) []byte
- func (c *Canvas) Width() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Canvas ¶
type Canvas struct {
// contains filtered or unexported fields
}
func (*Canvas) ContainsAlphaNumeric ¶
func (*Canvas) IsInBounds ¶
Click to show internal directories.
Click to hide internal directories.