Packagecom.degrafa.geometry
Classpublic class CalloutBalloon
InheritanceCalloutBalloon Inheritance com.degrafa.geometry.RoundedRectangleComplex

CalloutBalloon is the Geometry used to render the default Axiis data tip.

Default MXML Propertygeometry



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
CalloutBalloon
  
preDraw():void
CalloutBalloon
Property Detail
calloutWidthRatioproperty
calloutWidthRatio:Number  [read-write]

How wide the base of the callout triangle is where it intersects with the side of the callout


Implementation
    public function get calloutWidthRatio():Number
    public function set calloutWidthRatio(value:Number):void
calloutXproperty 
calloutX:Number  [read-write]

The X position of the callout relative to its 0,0 location


Implementation
    public function get calloutX():Number
    public function set calloutX(value:Number):void
calloutYproperty 
calloutY:Number  [read-write]

The Y position of the callout relative to its 0,0 location


Implementation
    public function get calloutY():Number
    public function set calloutY(value:Number):void
Constructor Detail
CalloutBalloon()Constructor
public function CalloutBalloon()

Constructor.

Method Detail
preDraw()method
override public function preDraw():void