MCPcopy Create free account
hub / github.com/cogentcore/core / Labeler

Interface Labeler

plot/data.go:269–272  ·  view source on GitHub ↗

Labeler Labeler provides an interface for a list of string labels

Source from the content-addressed store, hash-verified

267
268// Labeler provides an interface for a list of string labels
269type Labeler interface {
270 // Label returns a label.
271 Label(i int) string
272}

Callers

nothing calls this directly

Implementers 15

Typetypes/type.go
FontInfopaint/fontlib.go
XYLabelsplot/plots/labels.go
tableXYplot/plotcore/tablexy.go
Bitstensor/bits.go
Treecore/tree.go
Textcore/text.go
Buttoncore/button.go
SettingsBasecore/settings.go
favoritePathItemcore/settings.go
Symbolparse/syms/symbol.go
MapsItemkeymap/keymap.go

Calls

no outgoing calls

Tested by

no test coverage detected