| 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 | |
| c — Property in class com.degrafa.transform.MatrixTransform | |
| CADETBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| calcBounds() — Method in class com.degrafa.GeometryComposition | |
| Calculates the bounds for this element. | |
| calcBounds() — Method in class com.degrafa.geometry.command.CommandStackItem | |
| Calculates the bounds for this item. | |
| calculateLayout(childBounds) — Method in class com.degrafa.GeometryComposition | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.Circle | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.CubicBezier | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.Ellipse | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.EllipticalArc | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.Geometry | |
| Performs the layout calculations if required. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.GeometryUnion | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.HorizontalLine | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.Line | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.Path | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.Polygon | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.Polyline | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.QuadraticBezier | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.RasterImage | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.RasterText | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.RasterTextPlus | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.RegularRectangle | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.RoundedRectangle | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.RoundedRectangleComplex | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.SuperShape2D | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.VerticalLine | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.autoshapes.AutoShapeTypeOffsets | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.autoshapes.BurstAutoShape | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.autoshapes.DonutAutoShape | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.autoshapes.GearAutoShape | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.autoshapes.RegularPolygonAutoShape | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.autoshapes.StarAutoShape | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.splines.BasicSpline | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.splines.BezierSpline | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.splines.QuadraticSpline | |
| Performs the specific layout work required by this Geometry. | |
| calculateLayout(childBounds) — Method in class com.degrafa.geometry.stencil.Stencil | |
| Performs the specific layout work required by this Geometry. | |
| calculateRatios(commandStack:com.degrafa.geometry.command:CommandStack, destinationRectangle) — Static method in class com.degrafa.geometry.layout.LayoutUtils | |
| Proportionally sizes each point in the command array to the given width and height taking into account any additional x or y offset that the command data may have. | |
| callProperty(name, ... rest) — Method in class com.degrafa.paint.palette.Palette | |
| caps — Property in interface com.degrafa.core.IGraphicsStroke | |
| caps — Property in class com.degrafa.paint.EmptyStroke | |
| _caps — Property in class com.degrafa.paint.GradientStrokeBase | |
| caps — Property in class com.degrafa.paint.GradientStrokeBase | |
| Specifies the type of caps at the end of lines. | |
| caps — Property in class com.degrafa.paint.SolidStroke | |
| Specifies the type of caps at the end of lines. | |
| CardinalSpline — Class in package com.degrafa.geometry.splines | |
| The CardinalSpline is a version of the Cardinal Spline utility that is optimized for drawing in the Degrafa command stack. | |
| CardinalSpline(_myPoints) — Constructor in class com.degrafa.geometry.splines.CardinalSpline | |
| CardinalSpline Construct a new CardinalSpline instance | |
| CardSpline — Class in package com.degrafa.utilities.math | |
| CardSpline() — Constructor in class com.degrafa.utilities.math.CardSpline | |
| CardSpline() - Construct a new cardinal spline | |
| CARTESIAN — Constant static property in class com.degrafa.geometry.splines.SplineTypeEnum | |
| CATEGORY_HUES — Static property in class com.degrafa.paint.palette.PaletteUtils | |
| Default set of category hues. | |
| CatmullRom — Class in package com.degrafa.utilities.math | |
| CatmullRom() — Constructor in class com.degrafa.utilities.math.CatmullRom | |
| CatmullRom() - Construct a new Catmull-Rom spline | |
| CatmullRomSpline — Class in package com.degrafa.geometry.splines | |
| The CatmullRomSpline is a version of the Catmull-Rom spline utility that is optimized for drawing in the Degrafa command stack. | |
| CatmullRomSpline(_myPoints) — Constructor in class com.degrafa.geometry.splines.CatmullRomSpline | |
| CatmullRomSpline Construct a new CatmullRomSpline instance | |
| CatmullRomUtility — Class in package com.degrafa.utilities.math | |
| CatmullRomUtility() — Constructor in class com.degrafa.utilities.math.CatmullRomUtility | |
| CatmullRomUtility() - Construct a new Catmull-Rom spline | |
| CENTER_TO_TARGET — Constant static property in class com.degrafa.paint.VectorFill | |
| CENTER_TO_TARGET — Constant static property in class com.degrafa.paint.VideoFill | |
| centerX — Property in class com.degrafa.geometry.Circle | |
| The x-axis coordinate of the center of the circle. | |
| centerX — Property in class com.degrafa.geometry.autoshapes.BurstAutoShape | |
| The x-axis coordinate of the center of the BurstAutoShape. | |
| centerX — Property in class com.degrafa.geometry.autoshapes.DonutAutoShape | |
| The x-axis coordinate of the center of the DonutAutoShape. | |
| centerX — Property in class com.degrafa.geometry.autoshapes.GearAutoShape | |
| The x-axis coordinate of the center of the GearAutoShape. | |
| centerX — Property in class com.degrafa.geometry.autoshapes.RegularPolygonAutoShape | |
| The x-axis coordinate of the center of the RegularPolygonAutoShapes. | |
| centerX — Property in class com.degrafa.geometry.autoshapes.StarAutoShape | |
| The x-axis coordinate of the center of the StarAutoShape. | |
| centerX — Property in interface com.degrafa.transform.ITransform | |
| _centerX — Property in class com.degrafa.transform.TransformBase | |
| centerX — Property in class com.degrafa.transform.TransformBase | |
| The center point of the transform along the x-axis. | |
| centerY — Property in class com.degrafa.geometry.Circle | |
| The y-axis coordinate of the center of the circle. | |
| centerY — Property in class com.degrafa.geometry.autoshapes.BurstAutoShape | |
| The y-axis coordinate of the center of the BurstAutoShape. | |
| centerY — Property in class com.degrafa.geometry.autoshapes.DonutAutoShape | |
| The y-axis coordinate of the center of the DonutAutoShape. | |
| centerY — Property in class com.degrafa.geometry.autoshapes.GearAutoShape | |
| The y-axis coordinate of the center of the GearAutoShape. | |
| centerY — Property in class com.degrafa.geometry.autoshapes.RegularPolygonAutoShape | |
| The y-axis coordinate of the center of the RegularPolygonAutoShapes. | |
| centerY — Property in class com.degrafa.geometry.autoshapes.StarAutoShape | |
| The y-axis coordinate of the center of the StarAutoShape. | |
| centerY — Property in interface com.degrafa.transform.ITransform | |
| _centerY — Property in class com.degrafa.transform.TransformBase | |
| centerY — Property in class com.degrafa.transform.TransformBase | |
| The center point of the transform along the y-axis. | |
| CENTIMETERS — Constant static property in class com.degrafa.core.Measure | |
| CH — Constant static property in class com.degrafa.core.Measure | |
| CHARTREUSE — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| _checkLBLimit — Property in class com.degrafa.utilities.external.VideoStream | |
| _checkLetterBoxData — Property in class com.degrafa.utilities.external.VideoStream | |
| childBounds — Property in class com.degrafa.GeometryComposition | |
| Returns the tight bounds for this objects children not including this object. | |
| children — Property in class com.degrafa.utilities.swf.fonts.FontSet | |
| CHOCOLATE — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| CHORD_LENGTH — Constant static property in class com.degrafa.utilities.math.Consts | |
| chSize — Property in class com.degrafa.core.Measure | |
| Circle — Class in package com.degrafa.geometry | |
| The Circle element draws a circle using the specified center point and radius. | |
| Circle(centerX, centerY, radius) — Constructor in class com.degrafa.geometry.Circle | |
| Constructor. | |
| CIRCLE_ALPHA — Constant static property in class com.degrafa.utilities.math.Consts | |
| clamp — Property in class com.degrafa.filters.DegrafaConvolutionFilter | |
| cleanUp() — Method in class com.degrafa.utilities.external.ExternalBitmapData | |
| cleanUp() — Method in class com.degrafa.utilities.external.ExternalDataAsset | |
| clear() — Method in class com.degrafa.paint.palette.Palette | |
| Removes all palette entries. | |
| clearAllCopyTargets() — Method in class com.degrafa.utilities.external.VideoStream | |
| clearGraphicsTargets() — Method in class com.degrafa.geometry.Geometry | |
| Clears all graphics targets specified in the graphicsTarget array. | |
| clearTrigger() — Method in class com.degrafa.triggers.EventTrigger | |
| Clears the listener setup by this trigger. | |
| clearTrigger() — Method in class com.degrafa.triggers.PropertyTrigger | |
| Clears the ChangeWatcher for the property on the source specified. | |
| clearTrigger() — Method in class com.degrafa.triggers.Trigger | |
| Clears the trigger overrideen by subclasses. | |
| clientObj — Property in class com.degrafa.utilities.external.VideoStream | |
| clippingRectangle — Property in class com.degrafa.geometry.Geometry | |
| A clipping rectangle to use when rendering this geometry. | |
| clipSource — Property in class com.degrafa.paint.VectorFill | |
| Specifies a Geometry object to use as a clipping area for the fill's source geometry when determining the region to be used for the fill. | |
| clone() — Method in class com.degrafa.GraphicPointEX | |
| Creates a copy of this Point object. | |
| clone(source, classType) — Static method in class com.degrafa.core.utils.CloneUtil | |
| CloneUtil — Class in package com.degrafa.core.utils | |
| A helper utility class for cloning objects. | |
| close — Property in class com.degrafa.geometry.CubicBezier | |
| If true draws a line from the end point to the start point to close this curve. | |
| close — Property in class com.degrafa.geometry.QuadraticBezier | |
| If true draws a line from the end point to the start point to close this curve. | |
| closed — Property in class com.degrafa.geometry.splines.CardinalSpline | |
| [set] closed Create a closed-loop spline from the current knot set | |
| closed — Property in class com.degrafa.geometry.splines.CatmullRomSpline | |
| [set] closed Create a closed-loop spline from the current knot set | |
| closed — Property in class com.degrafa.utilities.math.CatmullRom | |
| CLOSED — Property in class com.degrafa.geometry.splines.BezierSplineControl | |
| __closedSplineEndpoints() — Method in class com.degrafa.utilities.math.CatmullRom | |
| ClosePath — Class in package com.degrafa.geometry.segment | |
| The "closepath" (Z or z) ends the current subpath by drawing a straight line from the current point to current subpath's initial point. | |
| ClosePath() — Constructor in class com.degrafa.geometry.segment.ClosePath | |
| closestPointToBezier(_curve:com.degrafa.geometry:Geometry, _p) — Method in class com.degrafa.geometry.utilities.BezierUtils | |
| closestPointToBezier Find the closest point on a quadratic or cubic Bezier curve to an arbitrary point | |
| closureType — Property in class com.degrafa.geometry.EllipticalArc | |
| The method in which to close the arc. | |
| codePoint — Property in class com.degrafa.utilities.swf.fonts.FontGlyph | |
| codeTableOffset — Property in class com.degrafa.utilities.swf.fonts.FontSet | |
| __coef — Property in class com.degrafa.utilities.math.CatmullRom | |
| color — Property in class com.degrafa.GraphicText | |
| color — Property in class com.degrafa.filters.DegrafaConvolutionFilter | |
| color — Property in class com.degrafa.filters.DegrafaDisplacementMapFilter | |
| color — Property in class com.degrafa.filters.DegrafaDropShadowFilter | |
| color — Property in class com.degrafa.filters.DegrafaGlowFilter | |
| color — Property in class com.degrafa.geometry.text.DegrafaTextFormat | |
| color — Property in class com.degrafa.paint.GradientStop | |
| The color value for a gradient stop. | |
| _color — Property in class com.degrafa.paint.SolidFill | |
| color — Property in class com.degrafa.paint.SolidFill | |
| The fill color. | |
| _color — Property in class com.degrafa.paint.SolidStroke | |
| color — Property in class com.degrafa.paint.SolidStroke | |
| The fill color. | |
| colorFrom — Property in class com.degrafa.paint.palette.InterpolatedColorPalette | |
| The starting color to interpolate. | |
| _colorFunction — Property in class com.degrafa.paint.GradientStop | |
| colorFunction — Property in class com.degrafa.paint.GradientStop | |
| Function that sets the color of the fill. | |
| _colorFunction — Property in class com.degrafa.paint.SolidFill | |
| colorFunction — Property in class com.degrafa.paint.SolidFill | |
| Function that sets the color of the fill. | |
| _colorFunction — Property in class com.degrafa.paint.SolidStroke | |
| colorFunction — Property in class com.degrafa.paint.SolidStroke | |
| Function that sets the color of the fill. | |
| ColorKeys — Final class in package com.degrafa.core.utils | |
| A list of colorKey name constants that respect the SVG specification of ColorKeys. | |
| colors — Property in class com.degrafa.filters.DegrafaGradientBevelFilter | |
| colors — Property in class com.degrafa.filters.DegrafaGradientGlowFilter | |
| _colors — Property in class com.degrafa.paint.GradientFillBase | |
| colors — Property in class com.degrafa.paint.palette.InterpolatedColorPalette | |
| The ending color to interpolate. | |
| colorTo — Property in class com.degrafa.paint.palette.InterpolatedColorPalette | |
| The ending color to interpolate. | |
| ColorUtil — Class in package com.degrafa.core.utils | |
| A helper utility class for color conversion. | |
| com.degrafa — Package | |
| com.degrafa.core — Package | |
| com.degrafa.core.collections — Package | |
| com.degrafa.core.manipulators — Package | |
| com.degrafa.core.utils — Package | |
| com.degrafa.decorators — Package | |
| com.degrafa.decorators.standard — Package | |
| com.degrafa.events — Package | |
| com.degrafa.filters — Package | |
| com.degrafa.geometry — Package | |
| com.degrafa.geometry.autoshapes — Package | |
| com.degrafa.geometry.command — Package | |
| com.degrafa.geometry.display — Package | |
| com.degrafa.geometry.layout — Package | |
| com.degrafa.geometry.segment — Package | |
| com.degrafa.geometry.splines — Package | |
| com.degrafa.geometry.stencil — Package | |
| com.degrafa.geometry.text — Package | |
| com.degrafa.geometry.utilities — Package | |
| com.degrafa.paint — Package | |
| com.degrafa.paint.palette — Package | |
| com.degrafa.repeaters — Package | |
| com.degrafa.skins — Package | |
| com.degrafa.states — Package | |
| com.degrafa.transform — Package | |
| com.degrafa.triggers — Package | |
| com.degrafa.utilities — Package | |
| com.degrafa.utilities.external — Package | |
| com.degrafa.utilities.math — Package | |
| com.degrafa.utilities.swf — Package | |
| com.degrafa.utilities.swf.fonts — Package | |
| CommandCollection — Class in package com.degrafa.geometry.command | |
| CommandCollection(array) — Constructor in class com.degrafa.geometry.command.CommandCollection | |
| CommandCursor — Class in package com.degrafa.geometry.command | |
| CommandCursor(source) — Constructor in class com.degrafa.geometry.command.CommandCursor | |
| commandStack — Property in interface com.degrafa.IGeometryComposition | |
| commandStack — Property in class com.degrafa.geometry.Geometry | |
| Provides access to the command stack. | |
| commandStack — Property in class com.degrafa.geometry.command.CommandStackItem | |
| CommandStack — Final class in package com.degrafa.geometry.command | |
| The CommandStack manages and stores the render process. | |
| CommandStack(geometry:com.degrafa.geometry:Geometry) — Constructor in class com.degrafa.geometry.command.CommandStack | |
| COMMAND_STACK — Constant static property in class com.degrafa.geometry.command.CommandStackItem | |
| commandStackItem — Property in interface com.degrafa.geometry.segment.ISegment | |
| _commandStackItem — Property in class com.degrafa.geometry.segment.Segment | |
| An Array of flash rendering commands that make up this element. | |
| commandStackItem — Property in class com.degrafa.geometry.segment.Segment | |
| CommandStackItem — Final class in package com.degrafa.geometry.command | |
| The CommandStackItem manages and stores one of type (MOVE_TO,LINE_TO,CURVE_TO,DELEGATE_TO,COMMAND_STACK). | |
| CommandStackItem(type, x, y, x1, y1, cx, cy, commandStack:com.degrafa.geometry.command:CommandStack) — Constructor in class com.degrafa.geometry.command.CommandStackItem | |
| commitCurrentState() — Method in class com.degrafa.states.StateManager | |
| Commits the current state making it the active state. | |
| commitStyles() — Method in class com.degrafa.skins.CSSSkin | |
| ComplexFill — Class in package com.degrafa.paint | |
| Used to render multiple, layered IGraphicsFill objects as a single fill. | |
| ComplexFill(fills) — Constructor in class com.degrafa.paint.ComplexFill | |
| componentX — Property in class com.degrafa.filters.DegrafaDisplacementMapFilter | |
| componentY — Property in class com.degrafa.filters.DegrafaDisplacementMapFilter | |
| __computeCoef() — Method in class com.degrafa.utilities.math.CardSpline | |
| __computeCoef() — Method in class com.degrafa.utilities.math.CatmullRom | |
| __computeCoef() — Method in class com.degrafa.utilities.math.QuadHermiteSpline | |
| __computeEndpoints() — Method in class com.degrafa.utilities.math.CatmullRom | |
| __computeEndpoints() — Method in class com.degrafa.utilities.math.QuadHermiteSpline | |
| computeLayoutRectangle(childBounds, parentBounds) — Method in interface com.degrafa.geometry.layout.ILayout | |
| computeLayoutRectangle(childBounds, parentBounds) — Method in class com.degrafa.geometry.layout.LayoutConstraint | |
| Given a parent and a child bounds rectangle calculates the optimal layout based on set properties. | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.segment.ClosePath | |
| Compute the segment adding instructions to the command stack. | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.segment.CubicBezierTo | |
| Compute the segment adding instructions to the command stack. | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.segment.EllipticalArcTo | |
| Compute the segment adding instructions to the command stack. | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.segment.HorizontalLineTo | |
| Compute the segment adding instructions to the command stack. | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in interface com.degrafa.geometry.segment.ISegment | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.segment.LineTo | |
| Compute the segment adding instructions to the command stack. | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.segment.MoveTo | |
| Compute the segment adding instructions to the command stack. | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.segment.QuadraticBezierTo | |
| Compute the segment adding instructions to the command stack. | |
| computeSegment(firstPoint, lastPoint, lastControlPoint, commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.segment.VerticalLineTo | |
| Compute the segment adding instructions to the command stack. | |
| computeSvgArc(rx, ry, angle, largeArcFlag, sweepFlag, x, y, LastPointX, LastPointY) — Static method in class com.degrafa.geometry.utilities.ArcUtils | |
| Converts a svg arc specification to a Degrafa arc. | |
| __computeZ() — Method in class com.degrafa.utilities.math.CubicSpline | |
| concat(... rest) — Method in class com.degrafa.core.collections.DegrafaCollection | |
| Concatenates the elements specified in the parameters with the elements in an array and creates a new array. | |
| condenseWhite — Property in class com.degrafa.geometry.RasterText | |
| condenseWhite property for the textField. | |
| condenseWhite — Property in class com.degrafa.geometry.RasterTextPlus | |
| condenseWhite property for the textField. | |
| CONNECT_APPSHUTDOWN — Constant static property in class com.degrafa.utilities.external.VideoStream | |
| CONNECT_CLOSED — Constant static property in class com.degrafa.utilities.external.VideoStream | |
| CONNECT_FAILED — Constant static property in class com.degrafa.utilities.external.VideoStream | |
| __connections — Static property in class com.degrafa.utilities.external.VideoStream | |
| CONNECT_REJECTED — Constant static property in class com.degrafa.utilities.external.VideoStream | |
| CONNECT_SUCCESS — Constant static property in class com.degrafa.utilities.external.VideoStream | |
| construct() — Method in class com.degrafa.geometry.splines.BezierSplineControl | |
| Consts — Class in package com.degrafa.utilities.math | |
| Helper class for advanced math used in various spline Geometry. | |
| Consts() — Constructor in class com.degrafa.utilities.math.Consts | |
| content — Property in class com.degrafa.utilities.external.ExternalDataAsset | |
| The loaded content (a BitmapData instance) if it is available or false (Boolean) if not available (triggers a loading request if not already requested). | |
| content — Property in class com.degrafa.utilities.external.VideoStream | |
The content property provides access to the BitmapData that this VideoStream generates.This should not usually be further manipulated directly but used as it is supplied. |
|
| contentType — Property in class com.degrafa.utilities.external.VideoStream | |
The contentType property lets you access a string value that represents the type of the content. |
|
| control — Property in class com.degrafa.geometry.command.CommandStackItem | |
| Return the control point as a point object | |
| convert(_spline:com.degrafa.geometry.splines:IPlottableSpline, _tol) — Method in class com.degrafa.utilities.math.SplineToBezier | |
convert Convert a plottable spline (one that implements the IPlottableSpline interface) to a sequence of quadratic Bezier curves,
returning the raw information needed to construct the quadratic curves. |
|
| coordinateType — Property in interface com.degrafa.geometry.segment.ISegment | |
| coordinateType — Property in class com.degrafa.geometry.segment.Segment | |
| coordinateType — Property in class com.degrafa.paint.GradientFillBase | |
| coordinateType — Property in class com.degrafa.paint.VideoFill | |
| _coordType — Property in class com.degrafa.paint.GradientFillBase | |
| _coordType — Property in class com.degrafa.paint.VideoFill | |
| copyPoint — Constant static property in class com.degrafa.utilities.external.VideoStream | |
| _copyTargetCount — Property in class com.degrafa.utilities.external.VideoStream | |
| _copyTargets — Property in class com.degrafa.utilities.external.VideoStream | |
| CORAL — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| cornerRadius — Property in class com.degrafa.geometry.RoundedRectangle | |
| The radius to be used for each corner of the rounded rectangle. | |
| CORNFLOWERBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| CORNSILK — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| _count — Property in class com.degrafa.geometry.splines.BasicSpline | |
| count — Property in class com.degrafa.repeaters.GeometryRepeater | |
| CRIMSON — Constant static property in class com.degrafa.core.utils.ColorKeys | |
| CrossAutoShape — Class in package com.degrafa.geometry.autoshapes | |
| The CrossAutoShape element draws a cross. | |
| CrossAutoShape(offset1) — Constructor in class com.degrafa.geometry.autoshapes.CrossAutoShape | |
| Constructor. | |
| CSM_TEXT_SETTINGS — Constant static property in class com.degrafa.utilities.swf.SWFTag | |
| CSSSkin — Class in package com.degrafa.skins | |
| A Flex skin for applying advanced styling through W3C based CSS. | |
| CSSSkin() — Constructor in class com.degrafa.skins.CSSSkin | |
| Cubic — Class in package com.degrafa.utilities.math | |
| Cubic() — Constructor in class com.degrafa.utilities.math.Cubic | |
| CubicBezier — Class in package com.degrafa.geometry | |
| The CubicBezier element draws a cubic Bézier using the specified start point, end point and 2 control points. | |
| CubicBezier(x0, y0, cx, cy, cx1, cy1, x1, y1) — Constructor in class com.degrafa.geometry.CubicBezier | |
| Constructor. | |
| CubicBezierTo — Class in package com.degrafa.geometry.segment | |
| A cubic Bézier (C,c S,s) segment is defined by a end point and two control points. | |
| CubicBezierTo(cx, cy, cx1, cy1, x, y, data, coordinateType, isShortSequence) — Constructor in class com.degrafa.geometry.segment.CubicBezierTo | |
| Constructor. | |
| CubicCage — Class in package com.degrafa.geometry.splines | |
| Helper class used by various spline Geometry. | |
| CubicCage() — Constructor in class com.degrafa.geometry.splines.CubicCage | |
| CubicSpline — Class in package com.degrafa.utilities.math | |
| CubicSpline() — Constructor in class com.degrafa.utilities.math.CubicSpline | |
CubicSpline() Construct a new Cubic Spline instance. |
|
| cubicToQuadratic(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, k, commandStack:com.degrafa.geometry.command:CommandStack) — Static method in class com.degrafa.geometry.utilities.GeometryUtils | |
|
CubicToQuadratic
Approximates a cubic bezier with as many quadratic bezier segments (n) as required to achieve a specified tolerance. |
|
| current — Property in class com.degrafa.core.collections.DegrafaCursor | |
| Returns the Object at the currentIndex. | |
| currentAlpha — Static property in class com.degrafa.geometry.command.CommandStack | |
| The current contextual alpha value that represents nested alpha values during render. | |
| currentContext — Static property in class com.degrafa.geometry.command.CommandStack | |
| currentFill — Static property in class com.degrafa.geometry.command.CommandStack | |
| _currentFPS — Property in class com.degrafa.utilities.external.VideoStream | |
| currentFPS — Property in class com.degrafa.utilities.external.VideoStream | |
The currentFPS property lets you access the current frames per second decoding from this VideoStream. |
|
| currentIndex — Property in class com.degrafa.core.collections.DegrafaCursor | |
| The value representing the current location of the cursor. | |
| currentLayoutMatrix — Static property in class com.degrafa.geometry.command.CommandStack | |
| currentLength — Property in class com.degrafa.paint.palette.AutoPalette | |
| currentSkin — Property in class com.degrafa.core.manipulators.DegrafaSkinManipulator | |
| Desired IGraphicSkin object for this hook | |
| currentState — Property in class com.degrafa.geometry.Geometry | |
| The current view state. | |
| currentState — Property in class com.degrafa.skins.GraphicBorderSkin | |
| currentState — Property in class com.degrafa.skins.GraphicPanelSkin | |
| currentState — Property in class com.degrafa.skins.GraphicProgrammaticSkin | |
| currentState — Property in class com.degrafa.skins.GraphicRectangularBorderSkin | |
| currentState — Property in interface com.degrafa.states.IStateClient | |
| The current view state. | |
| currentState — Property in class com.degrafa.states.StateManager | |
| The current view state. | |
| currentStroke — Static property in class com.degrafa.geometry.command.CommandStack | |
| currentTransformMatrix — Static property in class com.degrafa.geometry.command.CommandStack | |
| _cursor — Property in class com.degrafa.core.collections.DegrafaCollection | |
| Gets a cursor for the items Array | |
| cursor — Property in class com.degrafa.core.collections.DegrafaCollection | |
| cursor — Property in class com.degrafa.geometry.command.CommandStack | |
| Returns a working cursor for this command stack | |
| _curveaccuracy — Property in class com.degrafa.decorators.standard.SVGDashLine | |
| A value representing the accuracy used in determining the length of curveTo curves. | |
| curveTo(cx, cy, x, y, graphics) — Method in interface com.degrafa.decorators.IRenderDecorator | |
| curveTo(cx, cy, x, y, graphics) — Method in class com.degrafa.decorators.RenderDecoratorBase | |
| curveTo proxy method. | |
| curveTo(cx, cy, x, y, graphics) — Method in class com.degrafa.decorators.standard.SloppyLineDecorator | |
| curveTo(cx, cy, x, y, graphics) — Method in class com.degrafa.decorators.standard.SVGDashLine | |
| Draws a dashed curve in graphics using the current from the current drawing position to (x, y) using the control point specified by (cx, cy). | |
| CURVE_TO — Constant static property in class com.degrafa.geometry.command.CommandStackItem | |
| cx — Property in class com.degrafa.geometry.CubicBezier | |
| The x-coordinate of the first control point of the curve. | |
| cx — Property in class com.degrafa.geometry.QuadraticBezier | |
| The x-coordinate of the control point of the curve. | |
| cx — Property in class com.degrafa.geometry.command.CommandStackItem | |
| cx — Property in class com.degrafa.geometry.segment.CubicBezierTo | |
| The x-coordinate of the first control point of the curve. | |
| cx — Property in class com.degrafa.geometry.segment.QuadraticBezierTo | |
| The x-coordinate of the control point of the curve. | |
| cx — Property in class com.degrafa.geometry.splines.QuadData | |
| cx — Property in class com.degrafa.paint.RadialGradientFill | |
| The x-axis coordinate of the center of the gradient rectangle. | |
| cx — Property in class com.degrafa.paint.RadialGradientStroke | |
| The x-axis coordinate of the center of the gradient rectangle. | |
| cx1 — Property in class com.degrafa.geometry.CubicBezier | |
| The x-coordinate of the second control point of the curve. | |
| cx1 — Property in class com.degrafa.geometry.segment.CubicBezierTo | |
| The x-coordinate of the second control point of the curve. | |
| cy — Property in class com.degrafa.geometry.CubicBezier | |
| The y-coordinate of the first control point of the curve. | |
| cy — Property in class com.degrafa.geometry.QuadraticBezier | |
| The y-coordinate of the control point of the curve. | |
| cy — Property in class com.degrafa.geometry.command.CommandStackItem | |
| cy — Property in class com.degrafa.geometry.segment.CubicBezierTo | |
| The y-coordinate of the first control point of the curve. | |
| cy — Property in class com.degrafa.geometry.segment.QuadraticBezierTo | |
| The y-coordinate of the control point of the curve. | |
| cy — Property in class com.degrafa.geometry.splines.QuadData | |
| cy — Property in class com.degrafa.paint.RadialGradientFill | |
| The y-axis coordinate of the center of the gradient rectangle. | |
| cy — Property in class com.degrafa.paint.RadialGradientStroke | |
| The y-axis coordinate of the center of the gradient rectangle. | |
| cy1 — Property in class com.degrafa.geometry.CubicBezier | |
| The y-coordinate of the second control point of the curve. | |
| cy1 — Property in class com.degrafa.geometry.segment.CubicBezierTo | |
| The y-coordinate of the second control point of the curve. | |
| CYAN — 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 | |