Drawing and Animation
Drawing and Animation Components" typically refer to software libraries or frameworks that provide tools and functionalities for creating graphical content, illustrations, and animations in applications. These components are essential for developers who want to enhance the visual appeal and interactivity of their software.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
This component provides a set of functions to visually enhance AndroidViewComponent objects by adding margins, padding, opacity, ripple effects, rotation, elevation, strokes, shadows, gradients, radii, and borders.
Overview
A non-visible component for decorating and styling other components.
This component does not require any specific permissions.
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | margin | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | padding | number |
# | Name | Type(s) | Default Value | 1 | view | HVArrangement |
---|---|---|---|
2 | listOfColors | list | |
3 | orientation | number | |
4 | radius | number | |
5 | type | number | |
6 | shape | number |
# | Name | Type(s) | Default Value | 1 | component | AndroidViewComponent |
---|---|---|---|
2 | width | number | |
3 | color | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | elevation | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | opacity | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | radius | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | color | color | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | angle | number | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | mainView | AndroidViewComponent | |
2 | childView | AndroidViewComponent |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | dashed | boolean | |
3 | width | number | |
4 | color | color | |
5 | gap | number | |
6 | length | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | left | number | |
3 | top | number | |
4 | right | number | |
5 | bottom | number |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | component | AndroidViewComponent | |
2 | left | number | |
3 | top | number | |
4 | right | number | 5 | bottom | number |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | RandomColor | return | * |
2 | RandomColor | return | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ShadowAngle | number | |
2 | ShadowAngle | number | 45 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ShadowColor | color | |
2 | ShadowColor | color | Gray |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ShadowDistance | number | |
2 | ShadowDistance | number | 30 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ShadowRadius | number | |
2 | ShadowRadius | number | 20 |