MCPcopy Index your code
hub / github.com/gonum/plot / ApplyTo

Method ApplyTo

vg/recorder/recorder.go:400–402  ·  view source on GitHub ↗

ApplyTo applies the action to the given vg.Canvas.

(c vg.Canvas)

Source from the content-addressed store, hash-verified

398
399// ApplyTo applies the action to the given vg.Canvas.
400func (a *FillString) ApplyTo(c vg.Canvas) {
401 c.FillString(a.fonts[fontID{name: a.Font.Name(), size: a.Size}], a.Point, a.String)
402}
403
404// Call returns the pseudo method call that generated the action.
405func (a *FillString) Call() string {

Callers

nothing calls this directly

Calls 2

FillStringMethod · 0.65
NameMethod · 0.45

Tested by

no test coverage detected