Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LengthUnitVar ¶
type LengthUnitVar struct {
// contains filtered or unexported fields
}
func NewLengthUnitVar ¶
func NewLengthUnitVar(p *geometry.LengthUnit, def geometry.LengthUnit) *LengthUnitVar
func (*LengthUnitVar) Get ¶
func (v *LengthUnitVar) Get() any
func (*LengthUnitVar) Set ¶
func (v *LengthUnitVar) Set(s string) error
func (*LengthUnitVar) String ¶
func (v *LengthUnitVar) String() string
func (*LengthUnitVar) Usage ¶
func (v *LengthUnitVar) Usage(usage string) string
Click to show internal directories.
Click to hide internal directories.