| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| accuracy — Property in class com.degrafa.geometry.Circle | |
| The accuracy of the circle. | |
| accuracy — Property in class com.degrafa.geometry.Ellipse | |
| The accuracy of the ellipse. | |
| add(v) — Method in class com.degrafa.GraphicPointEX | |
| Adds the coordinates of another point to the coordinates of this point to create a new point. | |
| add(value, target:com.degrafa.paint:ComplexFill) — Static method in class com.degrafa.paint.ComplexFill | |
| Combines an IFill object with the target ComplexFill, merging ComplexFills if necessary. | |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in interface com.degrafa.IGraphic | |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.degrafa.core.DegrafaObject | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| _addItem(value) — Method in class com.degrafa.core.collections.DegrafaCollection | |
| Adds a new item to the collection. | |
| addItem(value) — Method in class com.degrafa.core.collections.DisplayObjectCollection | |
| Adds a DisplayObject item to the collection. | |
| addItem(value:com.degrafa.core:IGraphicsFill) — Method in class com.degrafa.core.collections.FillCollection | |
| Adds a IGraphicsFill item to the collection. | |
| addItem(value:com.degrafa:IGeometry) — Method in class com.degrafa.core.collections.GeometryCollection | |
| Adds a IGeometry item to the collection. | |
| addItem(value:com.degrafa.paint:GradientStop) — Method in class com.degrafa.core.collections.GradientStopsCollection | |
| Adds a GradientStop item to the collection. | |
| addItem(value:com.degrafa:IGraphicPoint) — Method in class com.degrafa.core.collections.GraphicPointCollection | |
| Adds a IGraphicPoint item to the collection. | |
| addItem(value:com.degrafa:GraphicPointEX) — Method in class com.degrafa.core.collections.GraphicPointEXCollection | |
| Adds a GraphicPointEX item to the collection. | |
| addItem(value:com.degrafa:IGraphic) — Method in class com.degrafa.core.collections.GraphicsCollection | |
| Adds a IGraphic item to the collection. | |
| addItem(value:com.degrafa.core:IGraphicSkin) — Method in class com.degrafa.core.collections.GraphicSkinCollection | |
| Adds a IGraphicSkin item to the collection. | |
| addItem(value:com.degrafa.geometry.segment:ISegment) — Method in class com.degrafa.core.collections.SegmentsCollection | |
| Adds a ISegment item to the collection. | |
| addItem(value:com.degrafa.core:IGraphicsStroke) — Method in class com.degrafa.core.collections.StrokeCollection | |
| Adds a IGraphicsStroke item to the collection. | |
| addItem(value:com.degrafa.transform:ITransform) — Method in class com.degrafa.core.collections.TransformCollection | |
| Adds a ITransform item to the collection. | |
| _addItemAt(value, index) — Method in class com.degrafa.core.collections.DegrafaCollection | |
| Add a item at the given index. | |
| addItemAt(value, index) — Method in class com.degrafa.core.collections.DisplayObjectCollection | |
| Adds a DisplayObject item to this collection at the specified index. | |
| addItemAt(value:com.degrafa.core:IGraphicsFill, index) — Method in class com.degrafa.core.collections.FillCollection | |
| Adds a IGraphicsFill item to this collection at the specified index. | |
| addItemAt(value:com.degrafa:IGeometry, index) — Method in class com.degrafa.core.collections.GeometryCollection | |
| Adds a IGeometry item to this collection at the specified index. | |
| addItemAt(value:com.degrafa.paint:GradientStop, index) — Method in class com.degrafa.core.collections.GradientStopsCollection | |
| Adds a GradientStop item to this collection at the specified index. | |
| addItemAt(value:com.degrafa:IGraphicPoint, index) — Method in class com.degrafa.core.collections.GraphicPointCollection | |
| Adds a IGraphicPoint item to this collection at the specified index. | |
| addItemAt(value:com.degrafa:GraphicPointEX, index) — Method in class com.degrafa.core.collections.GraphicPointEXCollection | |
| Adds a GraphicPointEX item to this collection at the specified index. | |
| addItemAt(value:com.degrafa:IGraphic, index) — Method in class com.degrafa.core.collections.GraphicsCollection | |
| Adds a IGraphic item to this collection at the specified index. | |
| addItemAt(value:com.degrafa.core:IGraphicSkin, index) — Method in class com.degrafa.core.collections.GraphicSkinCollection | |
| Adds a IGraphicSkin item to this collection at the specified index. | |
| addItemAt(value:com.degrafa.geometry.segment:ISegment, index) — Method in class com.degrafa.core.collections.SegmentsCollection | |
| Adds a ISegment item to this collection at the specified index. | |
| addItemAt(value:com.degrafa.core:IGraphicsStroke, index) — Method in class com.degrafa.core.collections.StrokeCollection | |
| Adds a IGraphicsStroke item to this collection at the specified index. | |
| addItemAt(value:com.degrafa.transform:ITransform, index) — Method in class com.degrafa.core.collections.TransformCollection | |
| Adds a ITransform item to this collection at the specified index. | |
| addItems(value:com.degrafa.core.collections:DisplayObjectCollection) — Method in class com.degrafa.core.collections.DisplayObjectCollection | |
| Adds a series of DisplayObject objects to this collection. | |
| addItems(value:com.degrafa.core.collections:FillCollection) — Method in class com.degrafa.core.collections.FillCollection | |
| Adds a series of IGraphicsFill objects to this collection. | |
| addItems(value:com.degrafa.core.collections:GeometryCollection) — Method in class com.degrafa.core.collections.GeometryCollection | |
| Adds a series of IGeometry objects to this collection. | |
| addItems(value:com.degrafa.core.collections:GradientStopsCollection) — Method in class com.degrafa.core.collections.GradientStopsCollection | |
| Adds a series of GradientStop objects to this collection. | |
| addItems(value:com.degrafa.core.collections:GraphicPointCollection) — Method in class com.degrafa.core.collections.GraphicPointCollection | |
| Adds a series of IGraphicPoint objects to this collection. | |
| addItems(value:com.degrafa.core.collections:GraphicPointEXCollection) — Method in class com.degrafa.core.collections.GraphicPointEXCollection | |
| Adds a series of GraphicPointEX objects to this collection. | |
| addItems(value:com.degrafa.core.collections:GraphicsCollection) — Method in class com.degrafa.core.collections.GraphicsCollection | |
| Adds a series of IGraphic objects to this collection. | |
| addItems(value:com.degrafa.core.collections:GraphicSkinCollection) — Method in class com.degrafa.core.collections.GraphicSkinCollection | |
| Adds a series of IGraphicSkin objects to this collection. | |
| addItems(value:com.degrafa.core.collections:SegmentsCollection) — Method in class com.degrafa.core.collections.SegmentsCollection | |
| Adds a series of ISegment objects to this collection. | |
| addItems(value:com.degrafa.core.collections:StrokeCollection) — Method in class com.degrafa.core.collections.StrokeCollection | |
| Adds a series of IGraphicsStroke objects to this collection. | |
| addItems(value:com.degrafa.core.collections:TransformCollection) — Method in class com.degrafa.core.collections.TransformCollection | |
| Adds a series of ITransform objects to this collection. | |
| addListener(value) — Method in class com.degrafa.core.collections.DegrafaCollection | |
| Addes a property change event listener to the passed object. | |
| addListeners() — Method in class com.degrafa.core.collections.DegrafaCollection | |
| Addes a property change event listener to each item in the collection. | |
| AdvancedRectangle — Class in package com.degrafa.geometry | |
| Used by the CSSSkin for graphics rendering. | |
| ALICEBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| alpha — Property in class com.degrafa.paint.GradientStop | |
| The transparency of a gradient fill. | |
| _alpha — Property in class com.degrafa.paint.SolidFill | |
| alpha — Property in class com.degrafa.paint.SolidFill | |
| The transparency of a fill. | |
| _alpha — Property in class com.degrafa.paint.SolidStroke | |
| alpha — Property in class com.degrafa.paint.SolidStroke | |
| The transparency of a fill. | |
| _alphas — Property in class com.degrafa.paint.GradientFillBase | |
| _angle — Property in class com.degrafa.paint.GradientFillBase | |
| angle — Property in class com.degrafa.paint.GradientFillBase | |
| The angle that defines a transition across the context. | |
| angle — Property in class com.degrafa.transform.RotateTransform | |
| The rotation angle of the transform. | |
| ANTIQUEWHITE — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| apply(graphics, rc) — Method in interface com.degrafa.core.IGraphicsStroke | |
| apply(graphics, rc) — Method in class com.degrafa.paint.GradientStrokeBase | |
| Applies the properties to the specified Graphics object. | |
| apply(graphics, rc) — Method in class com.degrafa.paint.LinearGradientStroke | |
| Applies the properties to the specified Graphics object. | |
| apply(graphics, rc) — Method in class com.degrafa.paint.RadialGradientStroke | |
| Applies the properties to the specified Graphics object. | |
| apply(graphics, rc) — Method in class com.degrafa.paint.SolidStroke | |
| Applies the properties to the specified Graphics object. | |
| apply(matrix) — Method in class com.degrafa.transform.RotateTransform | |
| AQUA — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| AQUAMARINE — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| arc — Property in class com.degrafa.geometry.EllipticalArc | |
| The angular extent of the arc. | |
| arc — Property in class com.degrafa.geometry.repeaters.EllipticalArcRepeater | |
| The angular extent of the first arc, relative to the start angle. | |
| ArcUtils — Class in package com.degrafa.geometry.utilities | |
| A helper utility class for drawing arcs. | |
| autoClearGraphicsTarget — Property in class com.degrafa.geometry.Geometry | |
| When using a graphicsTarget and if this property is set to true the draw phase will clear the graphics context before drawing. | |
| autoClose — Property in class com.degrafa.geometry.Polyline | |
| Specifies if this polyline is to be automatically closed. | |
| autoClose — Property in class com.degrafa.geometry.repeaters.PolyLineRepeater | |
| autoSize — Property in class com.degrafa.GraphicText | |
| autoSizeField — Property in class com.degrafa.GraphicText | |
| AZURE — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |