Class TextBasedVertexStyle

    • Field Detail

      • enabled

        protected boolean enabled
      • icon

        protected Icon icon
    • Constructor Detail

      • TextBasedVertexStyle

        public TextBasedVertexStyle()
      • TextBasedVertexStyle

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

      • paintLineString

        protected void paintLineString​(org.locationtech.jts.geom.LineString lineString,
                                       Viewport viewport,
                                       Graphics2D graphics)
                                throws Exception
        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
      • initialize

        public void initialize​(Layer layer)
        Description copied from interface: Style
        Called before #paint is applied to each Feature.
        Specified by:
        initialize in interface Style
        Parameters:
        layer - the layer on which to apply this style
      • setEnabled

        public void setEnabled​(boolean enabled)
        Specified by:
        setEnabled in interface Style
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface Style
        Returns:
        false if #paint should not be called e.g. because vertices are not shown. Don't need to check whether the layer is visible.
      • 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