public interface IsDefaultPointStyleHandler
| Modifier and Type | Method and Description |
|---|---|
default PointStyle |
getPointStyle()
Returns the style of the point.
|
default Img |
getPointStyleAsImage()
Returns the style of the point as image.
If property is missing or not an image, returns null. |
default boolean |
isPointStyleAsImage()
Returns
true if the point style is set by an Img. |
default PointStyle getPointStyle()
default boolean isPointStyleAsImage()
true if the point style is set by an Img.true if the point style is set by an Imgdefault Img getPointStyleAsImage()
null.null.