| Package | com.afcomponents.umap.styles |
| Class | public class GroupStyle |
| Inheritance | GroupStyle Style |
See also
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
GroupStyle(param:Object = null)
| GroupStyle | ||
![]() |
Creates a copy of the
Style object. | Style | |
![]() |
Creates a clone of this
Style,
copies the properties from specified object and returns the new style. | Style | |
![]() |
copy(object:Object):void
Copies all the properties from the specified object into the
Style object. | Style | |
![]() |
copyStyle(dest:Object, src:Object):void
[static]
Copies all properties of one object into another.
| Style | |
![]() |
getStyleFromXML(xml:XML):Style
[static]
Returns new
Style object, from the source XML object. | Style | |
![]() |
getXMLFromStyle(style:Style, name:String = ""):XML
[static]
Returns an
XML object that represents all the style's properties. | Style | |
![]() |
toString():String
Returns a
String that represents all the style's properties. | Style | |
![]() |
toXML(afcTags:Boolean = false):XML
Abstract function.
| Style | |
| align | property |
public var align:AlignSpecifies Align object that will be used to align the baloon.
The default value is right-center alignment.
| baloon | property |
public var baloon:Boolean = trueIndicates whether ballon should be visible (true) or hidden (false)
| baloonStyle | property |
public var baloonStyle:BaloonStyleSpecifies the ballon style.
| markerStyle | property |
public var markerStyle:MarkerStyleDefines the group maker style.
| offset | property |
public var offset:OffsetSpecifies new offset distance taht should be applied to ballon after aligning.
The default value is no offset.
| GroupStyle | () | constructor |
public function GroupStyle(param:Object = null)Parameters
param:Object (default = null) |