canvas🔗
Objects🔗
- BackgroundConfig
- BackgroundImageSize
- CanvasConnection
- CanvasElementOptions
- CanvasOptionsRoot
- ConnectionCoordinates
- ConnectionPath
- Constraint
- HorizontalConstraint
- HttpRequestMethod
- LineConfig
- Options
- Placement
- VerticalConstraint
Builders🔗
- BackgroundConfigBuilder
- CanvasConnectionBuilder
- CanvasElementOptionsBuilder
- CanvasOptionsRootBuilder
- ConnectionCoordinatesBuilder
- ConstraintBuilder
- LineConfigBuilder
- PanelBuilder
- PlacementBuilder
Functions🔗
NewConstraint🔗
NewConstraint creates a new Constraint object.
NewPlacement🔗
NewPlacement creates a new Placement object.
NewBackgroundConfig🔗
NewBackgroundConfig creates a new BackgroundConfig object.
NewLineConfig🔗
NewLineConfig creates a new LineConfig object.
NewConnectionCoordinates🔗
NewConnectionCoordinates creates a new ConnectionCoordinates object.
NewCanvasConnection🔗
NewCanvasConnection creates a new CanvasConnection object.
NewCanvasElementOptions🔗
NewCanvasElementOptions creates a new CanvasElementOptions object.
NewOptions🔗
NewOptions creates a new Options object.
NewCanvasOptionsRoot🔗
NewCanvasOptionsRoot creates a new CanvasOptionsRoot object.
VariantConfig🔗
VariantConfig returns the configuration related to canvas panels.
This configuration describes how to unmarshal it, convert it to code, …
ConstraintConverter🔗
ConstraintConverter accepts a Constraint
object and generates the Go code to build this object using builders.
PlacementConverter🔗
PlacementConverter accepts a Placement
object and generates the Go code to build this object using builders.
BackgroundConfigConverter🔗
BackgroundConfigConverter accepts a BackgroundConfig
object and generates the Go code to build this object using builders.
LineConfigConverter🔗
LineConfigConverter accepts a LineConfig
object and generates the Go code to build this object using builders.
ConnectionCoordinatesConverter🔗
ConnectionCoordinatesConverter accepts a ConnectionCoordinates
object and generates the Go code to build this object using builders.
CanvasConnectionConverter🔗
CanvasConnectionConverter accepts a CanvasConnection
object and generates the Go code to build this object using builders.
CanvasElementOptionsConverter🔗
CanvasElementOptionsConverter accepts a CanvasElementOptions
object and generates the Go code to build this object using builders.
CanvasOptionsRootConverter🔗
CanvasOptionsRootConverter accepts a CanvasOptionsRoot
object and generates the Go code to build this object using builders.
PanelConverter🔗
PanelConverter accepts a Panel
object and generates the Go code to build this object using builders.