public interface IsDefaultPointStyleHandler
Modifier and Type | Method and Description |
---|---|
default PointStyle |
getPointStyle()
Returns the style of the point.
|
default Canvas |
getPointStyleAsCanvas()
Returns the style of the point as canvas.
If property is missing or not an canvas, returns null . |
default Img |
getPointStyleAsImage()
Returns the style of the point as image.
If property is missing or not an image, returns null . |
default PointStyleType |
getPointStyleType()
Returns the type of point style.
|
default PointStyle getPointStyle()
default PointStyleType getPointStyleType()
default Img getPointStyleAsImage()
null
.null
.default Canvas getPointStyleAsCanvas()
null
.null
.