Packageorg.openscales.core.style.symbolizer
Classpublic class LineSymbolizer
InheritanceLineSymbolizer Inheritance Symbolizer
ImplementsIStrokeSymbolizer



Public Properties
 PropertyDefined by
 Inheritedgeometry : String
The name of the geometry attribute of the rule that will be rendered using the symbolizer
Symbolizer
  stroke : Stroke
LineSymbolizer
Public Methods
 MethodDefined by
  
LineSymbolizer(stroke:Stroke = null)
LineSymbolizer
  
configureGraphics(graphics:Graphics):void
LineSymbolizer
Property detail
strokeproperty
stroke:Stroke  [read-write]Implementation
    public function get stroke():Stroke
    public function set stroke(value:Stroke):void
Constructor detail
LineSymbolizer()constructor
public function LineSymbolizer(stroke:Stroke = null)Parameters
stroke:Stroke (default = null)
Method detail
configureGraphics()method
public override function configureGraphics(graphics:Graphics):voidParameters
graphics:Graphics