Package | org.apache.flex.charts.optimized |
Class | public class SVGChartAxisGroup |
Inheritance | SVGChartAxisGroup ![]() ![]() ![]() ![]() ![]() |
Implements | IAxisGroup |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Method | Defined By | ||
---|---|---|---|
Constructor. | SVGChartAxisGroup | ||
![]() | [override]
Add a bead to the strand. | UIBase | |
![]() | addedToParent():void [override] | GraphicShape | |
![]() | addElement(c:Object, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | addElementAt(c:Object, index:int, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | clear():void
Clears all of the drawn path data. | CompoundGraphic | |
drawAxisLine(originX:Number, originY:Number, width:Number, height:Number, lineStroke:IStroke):void
Draws the axis line at the given position. | SVGChartAxisGroup | ||
![]() | drawCircle(x:Number, y:Number, radius:Number):void
Draw the circle. | CompoundGraphic | |
![]() | drawEllipse(x:Number, y:Number, width:Number, height:Number):void
Draw the ellipse. | CompoundGraphic | |
drawHorizontalTickLabel(text:String, xpos:Number, ypos:Number, boxWidth:Number, boxHeight:Number, tickFill:IFill):Object
Draws a horizontal tick label centered in the box at the given position. | SVGChartAxisGroup | ||
![]() | drawLine():void | CompoundGraphic | |
![]() | drawPathCommands(data:PathBuilder):void
Draw the path. | CompoundGraphic | |
![]() | drawPolygon():void | CompoundGraphic | |
![]() | drawRect(x:Number, y:Number, width:Number, height:Number):void
Draw the rectangle. | CompoundGraphic | |
![]() | drawRoundRect(x:Number, y:Number, width:Number, height:Number, radiusX:Number, radiusY:Number):void
Draws a rounded rectangle. | CompoundGraphic | |
![]() | drawRoundRectComplex(x:Number, y:Number, width:Number, height:Number, topLeftRadius:Number, topRightRadius:Number, bottomLeftRadius:Number, bottomRightRadius:Number):void
Draws a rounded rectangle using the size of a radius to draw the rounded corners. | CompoundGraphic | |
![]() | drawRoundRectComplex2(x:Number, y:Number, width:Number, height:Number, radiusX:Number, radiusY:Number, topLeftRadiusX:Number, topLeftRadiusY:Number, topRightRadiusX:Number, topRightRadiusY:Number, bottomLeftRadiusX:Number, bottomLeftRadiusY:Number, bottomRightRadiusX:Number, bottomRightRadiusY:Number):void
Draws a rounded rectangle using the size of individual x and y radii to
draw the rounded corners. | CompoundGraphic | |
![]() | drawStringPath(data:String):void
Draw the path. | CompoundGraphic | |
![]() | drawText(value:String, x:Number, y:Number):Object
Draw a string of characters. | CompoundGraphic | |
drawTickMarks(originX:Number, originY:Number, width:Number, height:Number, marks:String, tickStroke:IStroke):void
Draws an set of tick marks are determined in the marks path. | SVGChartAxisGroup | ||
drawVerticalTickLabel(text:String, xpos:Number, ypos:Number, boxWidth:Number, boxHeight:Number, tickFill:IFill):Object
Draws a vertical tick label centered in the box at the given position. | SVGChartAxisGroup | ||
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | UIBase | |
![]() | getElementAt(index:int):Object
Get a component from the parent. | UIBase | |
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | UIBase | |
![]() | isHeightSizedToContent():Boolean | UIBase | |
![]() | isWidthSizedToContent():Boolean | UIBase | |
![]() | removeAllElements():void
Removes all of the drawn elements of the container. | CompoundGraphic | |
![]() |
Remove a bead from the strand. | UIBase | |
![]() | removeElement(c:Object, dispatchEvent:Boolean = true):void
Remove a component from the parent. | UIBase | |
![]() | setHeight(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidth(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidthAndHeight(newWidth:Number, newHeight:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setX(value:Number):void | UIBase | |
![]() | setY(value:Number):void | UIBase |
SVGChartAxisGroup | () | Constructor |
public function SVGChartAxisGroup()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
drawAxisLine | () | method |
public function drawAxisLine(originX:Number, originY:Number, width:Number, height:Number, lineStroke:IStroke):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draws the axis line at the given position.
Parameters
originX:Number — The upper left corner of the space into which the axis line is drawn.
| |
originY:Number — The upper left corner of the space into which the axis line is drawn.
| |
width:Number — The size of the box into which the line is drawn.
| |
height:Number — The size of the box into which the line is drawn.
| |
lineStroke:IStroke — The stroke to use to display the line.
|
drawHorizontalTickLabel | () | method |
public function drawHorizontalTickLabel(text:String, xpos:Number, ypos:Number, boxWidth:Number, boxHeight:Number, tickFill:IFill):Object
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draws a horizontal tick label centered in the box at the given position.
Parameters
text:String — The label to display.
| |
xpos:Number — The x position of the label's upper left corner.
| |
ypos:Number — The y position of the label's upper left corner.
| |
boxWidth:Number — The size of the box into which the label should be drawn.
| |
boxHeight:Number — The size of the box into which the label should be drawn.
| |
tickFill:IFill — A fill to use to display the label.
|
Object |
drawTickMarks | () | method |
public function drawTickMarks(originX:Number, originY:Number, width:Number, height:Number, marks:String, tickStroke:IStroke):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draws an set of tick marks are determined in the marks path.
Parameters
originX:Number — The upper left corner of the space into which the tick marks are drawn.
| |
originY:Number — The upper left corner of the space into which the tick marks are drawn.
| |
width:Number — The size of the box into which the tick marks are drawn.
| |
height:Number — The size of the box into which the tick marks are drawn.
| |
marks:String — The stroke to use to display the tick marks.
| |
tickStroke:IStroke |
drawVerticalTickLabel | () | method |
public function drawVerticalTickLabel(text:String, xpos:Number, ypos:Number, boxWidth:Number, boxHeight:Number, tickFill:IFill):Object
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draws a vertical tick label centered in the box at the given position.
Parameters
text:String — The label to display.
| |
xpos:Number — The x position of the label's upper left corner.
| |
ypos:Number — The y position of the label's upper left corner.
| |
boxWidth:Number — The size of the box into which the label should be drawn.
| |
boxHeight:Number — The size of the box into which the label should be drawn.
| |
tickFill:IFill — A fill to use to display the label.
|
Object |