Packagenet.systemeD.halcyon.styleparser
Classpublic class PointStyle
InheritancePointStyle Inheritance Style



Public Properties
 PropertyDefined by
  drawn : Boolean
[read-only]
PointStyle
 Inheritededited : Boolean = false
Is the style active (properties have been set)?
Style
 Inheritedevals : Object
Compiled SWFs for each eval.
Style
  icon_height : uint
PointStyle
  icon_image : String
PointStyle
  icon_width : uint = 0
PointStyle
 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]
PointStyle
  rotation : Number
PointStyle
 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
icon_heightproperty 
public var icon_height:uint
icon_imageproperty 
public var icon_image:String
icon_widthproperty 
public var icon_width:uint = 0
propertiesproperty 
properties:Array  [read-only]Implementation
    public function get properties():Array
rotationproperty 
public var rotation:Number