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  
DARKBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKCYAN — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKGOLDENROD — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKGRAY — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKGREY — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKKHAKI — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKMAGENTA — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKOLIVEGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKORANGE — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKORCHID — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKRED — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKSALMON — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKSEAGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKSLATEBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKSLATEGRAY — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKSLATEGREY — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKTURQUOISE — Constant static property in class com.degrafa.core.utils.ColorKeys
DARKVIOLET — Constant static property in class com.degrafa.core.utils.ColorKeys
data — Property in class com.degrafa.GeometryGroup
data — Property in class com.degrafa.GraphicImage
data — Property in class com.degrafa.GraphicPointEX
GraphicPointEX short hand data value.
data — Property in class com.degrafa.GraphicText
data — Property in interface com.degrafa.IGeometry
data — Property in class com.degrafa.geometry.Circle
Circle short hand data value.
data — Property in class com.degrafa.geometry.CubicBezier
CubicBezier short hand data value.
data — Property in class com.degrafa.geometry.Ellipse
Ellipse short hand data value.
data — Property in class com.degrafa.geometry.EllipticalArc
EllipticalArc short hand data value.
data — Property in class com.degrafa.geometry.Geometry
Allows a short hand property setting that is specific to and parsed by each geometry object.
data — Property in class com.degrafa.geometry.HorizontalLine
HorizontalLine short hand data value.
data — Property in class com.degrafa.geometry.Line
Line short hand data value.
data — Property in class com.degrafa.geometry.Move
Move short hand data value.
data — Property in class com.degrafa.geometry.Path
Path short hand data value.
data — Property in class com.degrafa.geometry.Polygon
Polygon short hand data value.
data — Property in class com.degrafa.geometry.Polyline
Polyline short hand data value.
data — Property in class com.degrafa.geometry.QuadraticBezier
QuadraticBezier short hand data value.
data — Property in class com.degrafa.geometry.RegularRectangle
RegularRectangle short hand data value.
data — Property in class com.degrafa.geometry.RoundedRectangle
RoundedRectangle short hand data value.
data — Property in class com.degrafa.geometry.RoundedRectangleComplex
RoundedRectangleComplex short hand data value.
data — Property in class com.degrafa.geometry.VerticalLine
VerticalLine short hand data value.
data — Property in class com.degrafa.geometry.repeaters.CircleRepeater
Circle Repeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.CubicBezierRepeater
CubicBezierRepeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.EllipseRepeater
EllipseRepeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.EllipticalArcRepeater
EllipticalArcRepeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.HorizontalLineRepeater
HorizontalLineRepeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.LineRepeater
Line Repeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.PolygonRepeater
Polygon short hand data value.
data — Property in class com.degrafa.geometry.repeaters.PolyLineRepeater
Polyline short hand data value.
data — Property in class com.degrafa.geometry.repeaters.QuadraticBezierRepeater
QuadraticBezierRepeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.RegularRectangleRepeater
RegularRectangleRepeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.RoundedRectangleComplexRepeater
RoundedRectangleComplex short hand data value.
data — Property in class com.degrafa.geometry.repeaters.RoundedRectangleRepeater
RoundedRectangleRpeater short hand data value.
data — Property in class com.degrafa.geometry.repeaters.VerticalLineRepeater
VerticalLineRepeater short hand data value.
data — Property in class com.degrafa.geometry.segment.CubicBezierTo
CubicBezierTo short hand data value.
data — Property in class com.degrafa.geometry.segment.EllipticalArcTo
EllipticalArcTo short hand data value.
data — Property in class com.degrafa.geometry.segment.HorizontalLineTo
HorizontalLineTo short hand data value.
data — Property in interface com.degrafa.geometry.segment.ISegment
data — Property in class com.degrafa.geometry.segment.LineTo
LineTo short hand data value.
data — Property in class com.degrafa.geometry.segment.MoveTo
MoveTo short hand data value.
data — Property in class com.degrafa.geometry.segment.QuadraticBezierTo
QuadraticBezierTo short hand data value.
data — Property in class com.degrafa.geometry.segment.Segment
Allows a short hand property setting that is specific to and parsed by each geometry object.
data — Property in class com.degrafa.geometry.segment.VerticalLineTo
VerticalLineTo short hand data value.
data — Property in interface com.degrafa.transform.ITransform
data — Property in class com.degrafa.transform.Transform
decColorToHex(color) — Static method in class com.degrafa.core.utils.ColorUtil
Converts a decimal color to a hex value.
DEEPPINK — Constant static property in class com.degrafa.core.utils.ColorKeys
DEEPSKYBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
DegrafaCollection — Class in package com.degrafa.core.collections
The Degrafa collection stores a collection of objects of a specific type and is the base class for all collection objects.
DegrafaCollection(type, array, suppressEvents, enableTypeChecking) — Constructor in class com.degrafa.core.collections.DegrafaCollection
Constructor.
DegrafaObject — Class in package com.degrafa.core
Base class for all event enabled Degrafa objects.
DegrafaSkinManipulator — Class in package com.degrafa.core.manipulators
The DegrafaSkinManipulator allows one to tie in and manipulate the specified IGraphicSkin for an object.
DEGREES — Constant static property in class com.degrafa.core.Measure
degressToRadius(angle) — Static method in class com.degrafa.geometry.utilities.GeometryUtils
Convert Degress to radius.
derive — Property in class com.degrafa.geometry.Circle
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.CubicBezier
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.Ellipse
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.EllipticalArc
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.HorizontalLine
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.Line
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.Path
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.Polygon
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.PolygonLibrary
derive — Property in class com.degrafa.geometry.Polyline
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.QuadraticBezier
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.RegularRectangle
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.RoundedRectangle
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.RoundedRectangleComplex
An object to derive this objects properties from.
derive — Property in class com.degrafa.geometry.VerticalLine
An object to derive this objects properties from.
derive — Property in class com.degrafa.paint.LinearGradientFill
An object to derive this objects properties from.
derive — Property in class com.degrafa.paint.LinearGradientStroke
An object to derive this objects properties from.
derive — Property in class com.degrafa.paint.RadialGradientFill
An object to derive this objects properties from.
derive — Property in class com.degrafa.paint.RadialGradientStroke
An object to derive this objects properties from.
derive — Property in class com.degrafa.paint.SolidFill
An object to derive this objects properties from.
derive — Property in class com.degrafa.paint.SolidStroke
An object to derive this objects properties from.
DIMGRAY — Constant static property in class com.degrafa.core.utils.ColorKeys
DIMGREY — Constant static property in class com.degrafa.core.utils.ColorKeys
dispatchEvent(event) — Method in class com.degrafa.Graphic
Dispatches an event into the event flow.
dispatchEvent(event) — Method in class com.degrafa.GraphicText
Dispatches an event into the event flow.
dispatchEvent(event) — Method in class com.degrafa.Surface
Dispatches an event into the event flow.
dispatchEvent(evt) — Method in class com.degrafa.core.DegrafaObject
Dispatches an event into the event flow.
dispatchEvent(event) — Method in class com.degrafa.skins.GraphicBorderSkin
Dispatches an event into the event flow.
dispatchEvent(event) — Method in class com.degrafa.skins.GraphicProgrammaticSkin
Dispatches an event into the event flow.
dispatchEvent(event) — Method in class com.degrafa.skins.GraphicRectangularBorderSkin
Dispatches an event into the event flow.
dispatchPropertyChange(bubbles, property, oldValue, newValue, source) — Method in class com.degrafa.Graphic
Dispatches an property change event into the event flow.
dispatchPropertyChange(bubbles, property, oldValue, newValue, source) — Method in class com.degrafa.GraphicText
Dispatches an property change event into the event flow.
dispatchPropertyChange(bubbles, property, oldValue, newValue, source) — Method in class com.degrafa.Surface
Dispatches an property change event into the event flow.
dispatchPropertyChange(bubbles, property, oldValue, newValue, source) — Method in class com.degrafa.core.DegrafaObject
Dispatches an property change event into the event flow.
dispatchPropertyChange(bubbles, property, oldValue, newValue, source) — Method in interface com.degrafa.core.IDegrafaObject
dispatchPropertyChange(bubbles, property, oldValue, newValue, source) — Method in class com.degrafa.skins.GraphicBorderSkin
Dispatches an property change event into the event flow.
dispatchPropertyChange(bubbles, property, oldValue, newValue, source) — Method in class com.degrafa.skins.GraphicProgrammaticSkin
Dispatches an property change event into the event flow.
dispatchPropertyChange(bubbles, property, oldValue, newValue, source) — Method in class com.degrafa.skins.GraphicRectangularBorderSkin
Dispatches an property change event into the event flow.
DisplayObjectCollection — Class in package com.degrafa.core.collections
The DisplayObjectCollection stores a collection of flash.display.DisplayObject objects.
DisplayObjectCollection(array, suppressEvents) — Constructor in class com.degrafa.core.collections.DisplayObjectCollection
Constructor.
distance(pt1, pt2) — Static method in class com.degrafa.GraphicPointEX
Returns the distance between pt1 and pt2.
document — Property in class com.degrafa.Graphic
The MXML document that created this object.
document — Property in class com.degrafa.GraphicText
The MXML document that created this object.
document — Property in class com.degrafa.core.DegrafaObject
The MXML document that created this object.
DODGERBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
draw(graphics, rc) — Method in class com.degrafa.GeometryComposition
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.GeometryGroup
Begins the draw phase for graphic objects.
draw(graphics, rc) — Method in class com.degrafa.Graphic
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in interface com.degrafa.IGeometry
draw(graphics, rc) — Method in interface com.degrafa.IGeometryComposition
draw(graphics, rc) — Method in interface com.degrafa.IGraphic
draw(graphics, rc) — Method in class com.degrafa.geometry.AdvancedRectangle
draw(graphics, rc) — Method in class com.degrafa.geometry.Circle
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.CubicBezier
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.Ellipse
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.EllipticalArc
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.Geometry
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.HorizontalLine
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.Line
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.Move
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.Path
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.Polygon
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.Polyline
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.QuadraticBezier
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.RegularRectangle
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.RoundedRectangle
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.RoundedRectangleComplex
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.VerticalLine
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.CircleRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.CubicBezierRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.EllipseRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.EllipticalArcRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.HorizontalLineRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.LineRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.PolygonRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.PolyLineRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.QuadraticBezierRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.RegularRectangleRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.RoundedRectangleComplexRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.RoundedRectangleRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.geometry.repeaters.VerticalLineRepeater
Begins the draw phase for geometry objects.
draw(graphics, rc) — Method in class com.degrafa.skins.GraphicBorderSkin
Begins the draw phase for graphic objects.
draw(graphics, rc) — Method in class com.degrafa.skins.GraphicProgrammaticSkin
Begins the draw phase for graphic objects.
draw(graphics, rc) — Method in class com.degrafa.skins.GraphicRectangularBorderSkin
Begins the draw phase for graphic objects.
draw(graphics, rc) — Method in class com.degrafa.transform.Transform
Begins the draw phase for geometry objects.
drawArc(x, y, startAngle, arc, radius, yRadius, xAxisRotation, commandStack) — Static method in class com.degrafa.geometry.utilities.ArcUtils
Draws an arc of type "open" only.
drawEllipticalArc(x, y, startAngle, arc, radius, yRadius, commandStack) — Static method in class com.degrafa.geometry.utilities.ArcUtils
Draws an arc of type (default, chord, pie).
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