java.lang.Object | ||
↳ | com.carto.styles.Style | |
↳ | com.carto.styles.LineStyle |
A style for lines. Contains attributes for configuring how the line is drawn on the screen.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
Bitmap |
getBitmap()
Returns the bitmap of the line.
| ||||||||||
float |
getClickWidth()
Returns the width of the line used for click detection.
| ||||||||||
LineEndType |
getLineEndType()
Returns the end point type of the line.
| ||||||||||
LineJoinType |
getLineJoinType()
Returns the join type of the line.
| ||||||||||
float |
getStretchFactor()
Returns the stretching factor of the line.
| ||||||||||
float |
getWidth()
Returns the width of the line.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the width of the line used for click detection.
Returns the end point type of the line.
Returns the join type of the line.
Returns the stretching factor of the line.
Returns the width of the line.