Class LineStringVertexStyle

    • Field Detail

      • icon

        protected Icon icon
    • Constructor Detail

      • LineStringVertexStyle

        public LineStringVertexStyle​(String name,
                                     Icon icon)
    • Method Detail

      • paintLineString

        protected void paintLineString​(org.locationtech.jts.geom.LineString lineString,
                                       Viewport viewport,
                                       Graphics2D graphics)
                                throws Exception
        Specified by:
        paintLineString in class LineStringStyle
        Parameters:
        lineString - has 2 or more points
        viewport - the viewport to paint the lineString to
        graphics - the graphic context
        Throws:
        Exception - if an Exception occurs during painting
      • getIcon

        public Icon getIcon()
        Description copied from interface: ChoosableStyle
        For display. 20 x 20 pixels.
        Specified by:
        getIcon in interface ChoosableStyle
        Returns:
        an Icon representing this Style