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

Marker manager group style.

See also

com.afcomponents.umap.display.markermanager.MarkerManager


Public Properties
 PropertyDefined by
  align : Align
Specifies Align object that will be used to align the baloon.
GroupStyle
  baloon : Boolean = true
Indicates whether ballon should be visible (true) or hidden (false)
GroupStyle
  baloonStyle : BaloonStyle
Specifies the ballon style.
GroupStyle
  markerStyle : MarkerStyle
Defines the group maker style.
GroupStyle
  offset : Offset
Specifies new offset distance taht should be applied to ballon after aligning.
GroupStyle
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
Property detail
alignproperty
public var align:Align

Specifies Align object that will be used to align the baloon.

The default value is right-center alignment.

baloonproperty 
public var baloon:Boolean = true

Indicates whether ballon should be visible (true) or hidden (false)

baloonStyleproperty 
public var baloonStyle:BaloonStyle

Specifies the ballon style.

markerStyleproperty 
public var markerStyle:MarkerStyle

Defines the group maker style.

offsetproperty 
public var offset:Offset

Specifies new offset distance taht should be applied to ballon after aligning.

The default value is no offset.

Constructor detail
GroupStyle()constructor
public function GroupStyle(param:Object = null)

Parameters
param:Object (default = null)