Interface IsDefaultPointStyleHandler

    • Method Detail

      • getPointStyle

        default PointStyle getPointStyle()
        Returns the style of the point.
        Returns:
        the style of the point.
      • getPointStyleType

        default PointStyleType getPointStyleType()
        Returns the type of point style.
        Returns:
        the type of point style
      • getPointStyleAsImage

        default Img getPointStyleAsImage()
        Returns the style of the point as image.
        If property is missing or not an image, returns null.
        Returns:
        image of the style of the point as image.
        If property is missing or not a image, returns null.
      • getPointStyleAsCanvas

        default Canvas getPointStyleAsCanvas()
        Returns the style of the point as canvas.
        If property is missing or not an canvas, returns null.
        Returns:
        image of the style of the point as canvas.
        If property is missing or not a canvas, returns null.