Packagenet.systemeD.halcyon.styleparser
Classpublic class ShieldStyle
InheritanceShieldStyle Inheritance Style



Public Properties
 PropertyDefined by
  drawn : Boolean
[read-only]
ShieldStyle
 Inheritededited : Boolean = false
Is the style active (properties have been set)?
Style
 Inheritedevals : Object
Compiled SWFs for each eval.
Style
 Inheritedinteractive : Boolean = true
Does this style permit mouse interaction? (Some styling, such as P2's back-level yellow highlight for selected ways, should not respond to mouse events.)
Style
 Inheritedmerged : Boolean = false
Has this style had another style merged into it? (When styles cascade, then we need to merge the first style with any subsequent styles that apply.)
Style
  properties : Array
[read-only]
ShieldStyle
  shield_height : uint
ShieldStyle
  shield_image : String
ShieldStyle
  shield_width : uint
ShieldStyle
 Inheritedsublayer : Number = 5
The sublayer is the z-index property _within_ an OSM layer.
Style
Public Methods
 MethodDefined by
 Inherited
Make an exact copy of an object.
Style
 Inherited
hasEvals():Boolean
Are there any eval functions defined?
Style
 Inherited
mergeWith(additional:Style):void
Merge two Style objects.
Style
 Inherited
runEvals(tags:Object):void
Run all evals for this Style over the supplied tags.
Style
 Inherited
setPropertyFromString(k:String, v:*):Boolean
Set a property, casting as correct type.
Style
 Inherited
toString():String
Summarise Style as String - for debugging.
Style
Property detail
drawnproperty
drawn:Boolean  [read-only]Implementation
    public function get drawn():Boolean
propertiesproperty 
properties:Array  [read-only]Implementation
    public function get properties():Array
shield_heightproperty 
public var shield_height:uint
shield_imageproperty 
public var shield_image:String
shield_widthproperty 
public var shield_width:uint