Class LayerStyle

  • All Implemented Interfaces:
    Style

    public class LayerStyle
    extends java.lang.Object
    implements Style
    • Field Detail

      • geomStyle

        private Style geomStyle
      • decoratorStyle

        private Style decoratorStyle
    • Constructor Detail

      • LayerStyle

        public LayerStyle​(Style geomStyle,
                          Style decoratorStyle)
    • Method Detail

      • getGeomStyle

        public Style getGeomStyle()
      • getDecoratorStyle

        public Style getDecoratorStyle()
      • paint

        public void paint​(Geometry geom,
                          Viewport viewport,
                          java.awt.Graphics2D g)
                   throws java.lang.Exception
        Specified by:
        paint in interface Style
        Throws:
        java.lang.Exception