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  
RadialGradientFill — Class in package com.degrafa.paint
The radial gradient fill class lets you specify a gradient fill that radiates out from the center of a graphical element.
RadialGradientFill() — Constructor in class com.degrafa.paint.RadialGradientFill
RadialGradientStroke — Class in package com.degrafa.paint
The radial gradient stroke class lets you specify a gradient stroke that radiates out from the center of a graphical element.
RadialGradientStroke() — Constructor in class com.degrafa.paint.RadialGradientStroke
radius — Property in class com.degrafa.geometry.Circle
The radius of the circle.
radius — Property in class com.degrafa.geometry.repeaters.CircleRepeater
The radius of the first circle.
radius — Property in class com.degrafa.paint.RadialGradientFill
The radius of the gradient fill.
radius — Property in class com.degrafa.paint.RadialGradientStroke
The radius of the gradient fill.
radiusToDegress(angle) — Static method in class com.degrafa.geometry.utilities.GeometryUtils
Convert radius to degrees.
ratio — Property in class com.degrafa.paint.GradientStop
Where in the graphical element, as a percentage from 0.0 to 1.0, Flex starts the transition to the associated color.
RATIO — Constant static property in class com.degrafa.core.Measure
_ratios — Property in class com.degrafa.paint.GradientFillBase
ratioUnit — Property in class com.degrafa.paint.GradientStop
Unit of measure for the ratio of the stop.
RED — Constant static property in class com.degrafa.core.utils.ColorKeys
refresh() — Method in class com.degrafa.paint.ComplexFill
registerFunction(name, f) — Static method in class com.degrafa.core.utils.StyleUtil
RegularRectangle — Class in package com.degrafa.geometry
The RegularRectangle element draws a regular rectangle using the specified x,y, width and height.
RegularRectangle(x, y, width, height) — Constructor in class com.degrafa.geometry.RegularRectangle
Constructor.
RegularRectangleRepeater — Class in package com.degrafa.geometry.repeaters
The RegularRectangleRepeater element draws a regular rectangle using the specified x,y, width and height.
RegularRectangleRepeater(x, y, width, height, count, offsetX, offsetY, offsetWidth, offsetHeight) — Constructor in class com.degrafa.geometry.repeaters.RegularRectangleRepeater
Constructor.
relativeTo(length, object) — Method in class com.degrafa.core.Measure
removeEventListener(type, listener, useCapture) — Method in interface com.degrafa.IGraphic
removeEventListener(type, listener, useCapture) — Method in class com.degrafa.core.DegrafaObject
Removes a listener from the EventDispatcher object.
_removeItem(value) — Method in class com.degrafa.core.collections.DegrafaCollection
Removes a item from the collection.
removeItem(value) — Method in class com.degrafa.core.collections.DisplayObjectCollection
Removes an DisplayObject item from the collection.
removeItem(value:com.degrafa.core:IGraphicsFill) — Method in class com.degrafa.core.collections.FillCollection
Removes an IGraphicsFill item from the collection.
removeItem(value:com.degrafa:IGeometry) — Method in class com.degrafa.core.collections.GeometryCollection
Removes an IGeometry item from the collection.
removeItem(value:com.degrafa.paint:GradientStop) — Method in class com.degrafa.core.collections.GradientStopsCollection
Removes an GradientStop item from the collection.
removeItem(value:com.degrafa:IGraphicPoint) — Method in class com.degrafa.core.collections.GraphicPointCollection
Removes an IGraphicPoint item from the collection.
removeItem(value:com.degrafa:GraphicPointEX) — Method in class com.degrafa.core.collections.GraphicPointEXCollection
Removes an GraphicPointEX item from the collection.
removeItem(value:com.degrafa:IGraphic) — Method in class com.degrafa.core.collections.GraphicsCollection
Removes an IGraphic item from the collection.
removeItem(value:com.degrafa.core:IGraphicSkin) — Method in class com.degrafa.core.collections.GraphicSkinCollection
Removes an IGraphicSkin item from the collection.
removeItem(value:com.degrafa.geometry.segment:ISegment) — Method in class com.degrafa.core.collections.SegmentsCollection
Removes an ISegment item from the collection.
removeItem(value:com.degrafa.core:IGraphicsStroke) — Method in class com.degrafa.core.collections.StrokeCollection
Removes an IGraphicsStroke item from the collection.
removeItem(value:com.degrafa.transform:ITransform) — Method in class com.degrafa.core.collections.TransformCollection
Removes an ITransform item from the collection.
_removeItemAt(index) — Method in class com.degrafa.core.collections.DegrafaCollection
Removes a item from the collection.
removeItemAt(index) — Method in class com.degrafa.core.collections.DisplayObjectCollection
Removes a DisplayObject object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.FillCollection
Removes a IGraphicsFill object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.GeometryCollection
Removes a IGeometry object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.GradientStopsCollection
Removes a GradientStop object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.GraphicPointCollection
Removes a IGraphicPoint object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.GraphicPointEXCollection
Removes a GraphicPointEX object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.GraphicsCollection
Removes a IGraphic object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.GraphicSkinCollection
Removes a IGraphicSkin object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.SegmentsCollection
Removes a ISegment object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.StrokeCollection
Removes a IGraphicsStroke object from this collection at the specified index.
removeItemAt(index) — Method in class com.degrafa.core.collections.TransformCollection
Removes a ITransform object from this collection at the specified index.
removeListener(value) — Method in class com.degrafa.core.collections.DegrafaCollection
Removes the property change event listener from the passed object.
removeListeners() — Method in class com.degrafa.core.collections.DegrafaCollection
Removes the property change event listener from each item in the collection.
REPEAT — Constant static property in class com.degrafa.paint.BitmapFill
Repeater — Class in package com.degrafa.geometry.repeaters
The Repeater element repeats a series of objects using the specified count, offsetX, and offsetY.
repeatX — Property in class com.degrafa.paint.BitmapFill
repeatY — Property in class com.degrafa.paint.BitmapFill
resolveColor(value, none) — Static method in class com.degrafa.core.utils.ColorUtil
resolveColorFromCMYK(value) — Static method in class com.degrafa.core.utils.ColorUtil
Allows an comma-separated list of 4 numerical values that represent cmyk and are then converted to a decimal color value.
resolveColorFromKey(value, none) — Static method in class com.degrafa.core.utils.ColorUtil
Converts Color Keys to color values.
resolveColorFromRGB(value) — Static method in class com.degrafa.core.utils.ColorUtil
Converts an RGB numeric comma separated list to a decimal color value.
resolveColorFromRGBPercent(value) — Static method in class com.degrafa.core.utils.ColorUtil
Allows an comma-separated list of three numerical or percent values that are then converted to a hex value.
resolveFill(value, none) — Static method in class com.degrafa.core.utils.StyleUtil
Return an IFill object based on the CSS input given.
resolveMeasure(value, none:com.degrafa.core:Measure) — Static method in class com.degrafa.core.utils.StyleUtil
resolvePosition(value, none) — Static method in class com.degrafa.core.utils.StyleUtil
resolveRadius(value, none) — Static method in class com.degrafa.core.utils.StyleUtil
resolveRepeat(value, none) — Static method in class com.degrafa.core.utils.StyleUtil
resolveShadow(value, none) — Static method in class com.degrafa.core.utils.StyleUtil
Returns an array of DropShadowFilter objects based on the CSS input given.
reverse() — Method in class com.degrafa.core.collections.DegrafaCollection
Reverses the array in place.
rightFill — Property in class com.degrafa.geometry.AdvancedRectangle
rightWidth — Property in class com.degrafa.geometry.AdvancedRectangle
ROSYBROWN — Constant static property in class com.degrafa.core.utils.ColorKeys
rotatePoint(value:com.degrafa:GraphicPoint, angle) — Static method in class com.degrafa.geometry.utilities.GeometryUtils
Rotate a point by a degrees.
rotatePointOnCenterPoint(point:com.degrafa:GraphicPoint, centerPoint:com.degrafa:GraphicPoint, degrees) — Static method in class com.degrafa.geometry.utilities.GeometryUtils
Rotate a point around a given center point by degrees.
RotateTransform — Class in package com.degrafa.transform
RotateTransform rotates an object in the two-dimensional plane by specifying an angle (property angle) and a center point expressed in the coordinate space of the element being transformed (properties centerX and centerY).
RotateTransform() — Constructor in class com.degrafa.transform.RotateTransform
rotation — Property in class com.degrafa.paint.BitmapFill
RoundedRectangle — Class in package com.degrafa.geometry
The RoundedRectangle element draws a rounded rectangle using the specified x,y, width, height and corner radius.
RoundedRectangle(x, y, width, height, cornerRadius) — Constructor in class com.degrafa.geometry.RoundedRectangle
Constructor.
RoundedRectangleComplex — Class in package com.degrafa.geometry
The RoundedRectangleComplex element draws a complex rounded rectangle using the specified x,y, width, height and top left radius, top right radius, bottom left radius and bottom right radius.
RoundedRectangleComplex(x, y, width, height, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius) — Constructor in class com.degrafa.geometry.RoundedRectangleComplex
Constructor.
RoundedRectangleComplexRepeater — Class in package com.degrafa.geometry.repeaters
The RoundedRectangleComplex element draws a complex rounded rectangle using the specified x,y, width, height and top left radius, top right radius, bottom left radius and bottom right radius.
RoundedRectangleComplexRepeater(x, y, width, height, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius, count, offsetX, offsetY, offsetTopLeftRadius, offsetTopRightRadius, offsetBottomLeftRadius, offsetBottomRightRadius, offsetWidth, offsetHeight) — Constructor in class com.degrafa.geometry.repeaters.RoundedRectangleComplexRepeater
Constructor.
RoundedRectangleRepeater — Class in package com.degrafa.geometry.repeaters
The RoundedRectangleRepeater element draws a rounded rectangle using the specified x,y, width, height and corner radius.
RoundedRectangleRepeater(x, y, width, height, count, offsetX, offsetY, cornerRadius, offsetWidth, offsetHeight, offsetCornerRadius) — Constructor in class com.degrafa.geometry.repeaters.RoundedRectangleRepeater
Constructor.
roundTo(input, digits) — Static method in class com.degrafa.geometry.utilities.GeometryUtils
Round a number a specified number of decimal places.
ROYALBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
rx — Property in class com.degrafa.geometry.segment.EllipticalArcTo
The x-coordinate radius of the arc.
ry — Property in class com.degrafa.geometry.segment.EllipticalArcTo
The y-coordinate radius of the arc.
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