Class PolygonStructureStyle

  • All Implemented Interfaces:
    Style

    public class PolygonStructureStyle
    extends LineStringStyle
    Shows polygon structure (shells versus holes) by symbolizing the rings differently.
    • Field Detail

      • color

        private java.awt.Color color
    • Constructor Detail

      • PolygonStructureStyle

        public PolygonStructureStyle​(java.awt.Color color)
    • Method Detail

      • paintLineString

        protected void paintLineString​(LineString lineString,
                                       int lineType,
                                       Viewport viewport,
                                       java.awt.Graphics2D gr)
                                throws java.lang.Exception
        Specified by:
        paintLineString in class LineStringStyle
        Throws:
        java.lang.Exception