Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabeledBox ¶
type LabeledBoxes ¶
type LabeledBoxes struct { Key string `json:"key"` BoxThickness int `json:"box_thickness"` FontThickness int `json:"font_thickness"` FontSize float64 `json:"font_size"` Color color.RGBA `json:"color"` MatchColor color.RGBA `json:"match_color"` Scale float64 `json:"scale"` // contains filtered or unexported fields }
func (*LabeledBoxes) Default ¶
func (o *LabeledBoxes) Default() (err error)
func (*LabeledBoxes) Init ¶
func (o *LabeledBoxes) Init(params map[string]interface{}) (err error)
func (*LabeledBoxes) InitCtx ¶
func (o *LabeledBoxes) InitCtx(ref *map[string]interface{}) (err error)
Click to show internal directories.
Click to hide internal directories.