Documentation ¶
Index ¶
- Constants
- type Block
- func (b *Block) Data(m *ice.Message, meta ice.Any) wiki.Chart
- func (b *Block) Draw(m *ice.Message, x, y int) wiki.Chart
- func (b *Block) Fork(m *ice.Message, arg ...string) *Block
- func (b *Block) GetHeight(str ...string) int
- func (b *Block) GetHeights(str ...string) int
- func (b *Block) GetWidth(str ...string) int
- func (b *Block) GetWidths(str ...string) int
- func (b *Block) Init(m *ice.Message, arg ...string) wiki.Chart
- type Chain
- type Label
- type Sequence
Constants ¶
View Source
const ( SHOW_BLOCK = "show-block" SHIP = "ship" LINE = "line" RECT = "rect" TEXT = "text" )
View Source
const ( HIDE_BLOCK = "hide-block" COMPACT = "compact" )
View Source
const ( HEAD = "head" TITLE = "title" NEXT = "next" PREV = "prev" ECHO = "echo" ARROW = "arrow" )
View Source
const CHAIN = "chain"
View Source
const LABEL = "label"
View Source
const (
ORDER = "order"
)
View Source
const SEQUENCE = "sequence"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
Click to show internal directories.
Click to hide internal directories.