Packagecom.afcomponents.umap.styles
Classpublic class GroupStyle
InheritanceGroupStyle Inheritance Style



Public Methods
 MethodDefined by
  
GroupStyle(param:Object = null)
GroupStyle
 Inherited
Creates a copy of the Style object.
Style
 Inherited
concat(param:Object):Style
Creates a clone of this Style, copies the properties from specified object and returns the new style.
Style
 Inherited
copy(object:Object):void
Copies all the properties from the specified object into the Style object.
Style
 Inherited
copyStyle(dest:Object, src:Object):void
[static] Copies all properties of one object into another.
Style
 Inherited
[static] Returns new Style object, from the source XML object.
Style
 Inherited
getXMLFromStyle(style:Style, name:String = ""):XML
[static] Returns an XML object that represents all the style's properties.
Style
 Inherited
toString():String
Returns a String that represents all the style's properties.
Style
 Inherited
toXML(afcTags:Boolean = false):XML
Abstract function.
Style
Public Constants
 ConstantDefined by
  ENUM_PARAMS : Array
[static]
GroupStyle
Constructor detail
GroupStyle()constructor
public function GroupStyle(param:Object = null)Parameters
param:Object (default = null)
Constant detail
ENUM_PARAMSconstant
public static const ENUM_PARAMS:Array