Class BasicLineStyle

  • All Implemented Interfaces:
    Cloneable, Style, Cloneable

    public class BasicLineStyle
    extends StyleImpl
    implements Style
    A style object is quite hard to set up, involving fills, strokes, symbolizers and rules.
    Author:
    James Macgill, CCG
    • Constructor Detail

      • BasicLineStyle

        public BasicLineStyle()
        Creates a new instance of BasicPolygonStyle
      • BasicLineStyle

        public BasicLineStyle​(Stroke stroke)
    • Method Detail

      • getAbstract

        public String getAbstract()
      • getName

        public String getName()
        Description copied from interface: Style
        Style name (machine readable, don't show to users)
        Specified by:
        getName in interface Style
        Overrides:
        getName in class StyleImpl
        Returns:
        String, identification name of this style
      • getTitle

        public String getTitle()