Class LineStringEndpointStyle

java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.LineStringStyle
com.vividsolutions.jump.workbench.ui.renderer.style.LineStringEndpointStyle
All Implemented Interfaces:
ChoosableStyle, Style, Cloneable
Direct Known Subclasses:
ArrowLineStringEndpointStyle, ArrowLineStringMiddlepointStyle, CircleLineStringEndpointStyle

public abstract class LineStringEndpointStyle extends LineStringStyle implements ChoosableStyle
  • Field Details

    • name

      protected String name
    • icon

      protected Icon icon
  • Constructor Details

    • LineStringEndpointStyle

      public LineStringEndpointStyle(String name, Icon icon, boolean start)
  • Method Details