Package | com.degrafa.geometry |
Class | public class CalloutBalloon |
Inheritance | CalloutBalloon ![]() |
Default MXML Propertygeometry
Property | Defined By | ||
---|---|---|---|
calloutWidthRatio : Number
How wide the base of the callout triangle is where it intersects with the side of the callout
| CalloutBalloon | ||
calloutX : Number
The X position of the callout relative to its 0,0 location
| CalloutBalloon | ||
calloutY : Number
The Y position of the callout relative to its 0,0 location
| CalloutBalloon |
Method | Defined By | ||
---|---|---|---|
Constructor. | CalloutBalloon | ||
preDraw():void | CalloutBalloon |
calloutWidthRatio | property |
calloutWidthRatio:Number
[read-write] How wide the base of the callout triangle is where it intersects with the side of the callout
public function get calloutWidthRatio():Number
public function set calloutWidthRatio(value:Number):void
calloutX | property |
calloutX:Number
[read-write] The X position of the callout relative to its 0,0 location
public function get calloutX():Number
public function set calloutX(value:Number):void
calloutY | property |
calloutY:Number
[read-write] The Y position of the callout relative to its 0,0 location
public function get calloutY():Number
public function set calloutY(value:Number):void
CalloutBalloon | () | Constructor |
public function CalloutBalloon()
Constructor.
preDraw | () | method |
override public function preDraw():void