Documentation
¶
Index ¶
- Constants
- func NodeSpace(space *gumi.Space) error
- type Background
- func (s *Background) DoRender(rst gorat.SubRasterizer)
- func (s *Background) GetImage() image.Image
- func (s *Background) GetValue(t string) gime.Value
- func (s *Background) ListValue() []string
- func (s *Background) MaxChildrun() int
- func (s *Background) SetImage(i image.Image)
- func (s *Background) SetValue(t string, v gime.Value) error
- func (s *Background) Size() gcore.Size
- func (s *Background) String() string
- type Size
- func (s *Size) GetSize() gcore.Size
- func (s *Size) GetValue(t string) gime.Value
- func (s *Size) ListValue() []string
- func (s *Size) MaxChildrun() int
- func (s *Size) SetSize(sz gcore.Size)
- func (s *Size) SetValue(t string, v gime.Value) error
- func (s *Size) Size() (result gcore.Size)
- func (s *Size) String() string
- type Style
Constants ¶
View Source
const Namespace = "node"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Background ¶
type Background struct {
gumi.ParentGUMI
gumi.ParentDoRender
// contains filtered or unexported fields
}
func Background0 ¶
func Background0() *Background
func (*Background) DoRender ¶
func (s *Background) DoRender(rst gorat.SubRasterizer)
func (*Background) GetImage ¶
func (s *Background) GetImage() image.Image
func (*Background) ListValue ¶
func (s *Background) ListValue() []string
func (*Background) MaxChildrun ¶
func (s *Background) MaxChildrun() int
func (*Background) SetImage ¶
func (s *Background) SetImage(i image.Image)
func (*Background) Size ¶
func (s *Background) Size() gcore.Size
func (*Background) String ¶
func (s *Background) String() string
type Size ¶
type Size struct {
gumi.ParentGUMI
gumi.ParentBounder
// contains filtered or unexported fields
}
func (*Size) MaxChildrun ¶
type Style ¶
type Style struct {
gumi.ParentGUMI
}
Click to show internal directories.
Click to hide internal directories.