Documentation ¶
Index ¶
- func NewBasicBox(platform, scratchPad iotmaker_platform_IDraw.IDraw, color interface{}, ...) *draw.BasicBox
- func NewChartLinear(platform iotmaker_platform_IDraw.IDraw, x, y, width, height float64, ...) *draw.ChartLinear
- func NewLineTo(platform iotmaker_platform_IDraw.IDraw, x1, y1, x2, y2, lineWidth float64, ...) draw.LineTo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBasicBox ¶
func NewBasicBox( platform, scratchPad iotmaker_platform_IDraw.IDraw, color interface{}, id string, x, y, width, height, border, lineWidth float64, shadow iotmaker_platform_IDraw.IFilterShadowInterface, gradient iotmaker_platform_IDraw.IFilterGradientInterface, density interface{}, iDensity iotmaker_platform_coordinate.IDensity, ) *draw.BasicBox
func NewChartLinear ¶
func NewChartLinear(platform iotmaker_platform_IDraw.IDraw, x, y, width, height float64, density interface{}, iDensity iotmaker_platform_coordinate.IDensity) *draw.ChartLinear
func NewLineTo ¶
func NewLineTo(platform iotmaker_platform_IDraw.IDraw, x1, y1, x2, y2, lineWidth float64, density interface{}, iDensity iotmaker_platform_coordinate.IDensity) draw.LineTo
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.