Documentation ¶
Index ¶
- func DataPointElementFromStarlark(value starlark.Value) (float64, error)
- func DataPointFromStarlark(value starlark.Value) ([2]float64, error)
- func DataSeriesFromStarlark(list *starlark.List) ([][2]float64, error)
- func LoadRenderModule() (starlark.StringDict, error)
- type Animation
- func (w *Animation) AsRenderWidget() render.Widget
- func (w *Animation) Attr(name string) (starlark.Value, error)
- func (w *Animation) AttrNames() []string
- func (w *Animation) Freeze()
- func (w *Animation) Hash() (uint32, error)
- func (w *Animation) String() string
- func (w *Animation) Truth() starlark.Bool
- func (w *Animation) Type() string
- type Box
- type Circle
- func (w *Circle) AsRenderWidget() render.Widget
- func (w *Circle) Attr(name string) (starlark.Value, error)
- func (w *Circle) AttrNames() []string
- func (w *Circle) Freeze()
- func (w *Circle) Hash() (uint32, error)
- func (w *Circle) String() string
- func (w *Circle) Truth() starlark.Bool
- func (w *Circle) Type() string
- type Column
- func (w *Column) AsRenderWidget() render.Widget
- func (w *Column) Attr(name string) (starlark.Value, error)
- func (w *Column) AttrNames() []string
- func (w *Column) Freeze()
- func (w *Column) Hash() (uint32, error)
- func (w *Column) String() string
- func (w *Column) Truth() starlark.Bool
- func (w *Column) Type() string
- type Image
- func (w *Image) AsRenderWidget() render.Widget
- func (w *Image) Attr(name string) (starlark.Value, error)
- func (w *Image) AttrNames() []string
- func (w *Image) Freeze()
- func (w *Image) Hash() (uint32, error)
- func (w *Image) String() string
- func (w *Image) Truth() starlark.Bool
- func (w *Image) Type() string
- type Marquee
- func (w *Marquee) AsRenderWidget() render.Widget
- func (w *Marquee) Attr(name string) (starlark.Value, error)
- func (w *Marquee) AttrNames() []string
- func (w *Marquee) Freeze()
- func (w *Marquee) Hash() (uint32, error)
- func (w *Marquee) String() string
- func (w *Marquee) Truth() starlark.Bool
- func (w *Marquee) Type() string
- type Padding
- func (w *Padding) AsRenderWidget() render.Widget
- func (w *Padding) Attr(name string) (starlark.Value, error)
- func (w *Padding) AttrNames() []string
- func (w *Padding) Freeze()
- func (w *Padding) Hash() (uint32, error)
- func (w *Padding) String() string
- func (w *Padding) Truth() starlark.Bool
- func (w *Padding) Type() string
- type Plot
- type RenderModule
- type Root
- type Rootable
- type Row
- type Stack
- func (w *Stack) AsRenderWidget() render.Widget
- func (w *Stack) Attr(name string) (starlark.Value, error)
- func (w *Stack) AttrNames() []string
- func (w *Stack) Freeze()
- func (w *Stack) Hash() (uint32, error)
- func (w *Stack) String() string
- func (w *Stack) Truth() starlark.Bool
- func (w *Stack) Type() string
- type Text
- type Widget
- type WrappedText
- func (w *WrappedText) AsRenderWidget() render.Widget
- func (w *WrappedText) Attr(name string) (starlark.Value, error)
- func (w *WrappedText) AttrNames() []string
- func (w *WrappedText) Freeze()
- func (w *WrappedText) Hash() (uint32, error)
- func (w *WrappedText) String() string
- func (w *WrappedText) Truth() starlark.Bool
- func (w *WrappedText) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSeriesFromStarlark ¶
func LoadRenderModule ¶
func LoadRenderModule() (starlark.StringDict, error)
Types ¶
type Animation ¶
func (*Animation) AsRenderWidget ¶
type Box ¶
func (*Box) AsRenderWidget ¶
type Circle ¶
func (*Circle) AsRenderWidget ¶
type Column ¶
func (*Column) AsRenderWidget ¶
type Image ¶
func (*Image) AsRenderWidget ¶
type Marquee ¶
func (*Marquee) AsRenderWidget ¶
type Padding ¶
func (*Padding) AsRenderWidget ¶
type Plot ¶
func (*Plot) AsRenderWidget ¶
type RenderModule ¶
type RenderModule struct {
// contains filtered or unexported fields
}
type Root ¶
func (*Root) AsRenderRoot ¶
type Row ¶
func (*Row) AsRenderWidget ¶
type Stack ¶
func (*Stack) AsRenderWidget ¶
type Text ¶
func (*Text) AsRenderWidget ¶
type WrappedText ¶
type WrappedText struct { Widget render.WrappedText // contains filtered or unexported fields }
func (*WrappedText) AsRenderWidget ¶
func (w *WrappedText) AsRenderWidget() render.Widget
func (*WrappedText) AttrNames ¶
func (w *WrappedText) AttrNames() []string
func (*WrappedText) Freeze ¶
func (w *WrappedText) Freeze()
func (*WrappedText) Hash ¶
func (w *WrappedText) Hash() (uint32, error)
func (*WrappedText) String ¶
func (w *WrappedText) String() string
func (*WrappedText) Truth ¶
func (w *WrappedText) Truth() starlark.Bool
func (*WrappedText) Type ¶
func (w *WrappedText) Type() string
Click to show internal directories.
Click to hide internal directories.