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  
a — Property in class com.degrafa.transform.MatrixTransform
__a — Property in class com.degrafa.utilities.math.CardSpline
_absCoordType — Property in class com.degrafa.geometry.segment.Segment
Coordinate type to be used for segment.
accessibilityProperties — Property in class com.degrafa.geometry.RasterText
accessibilityProperties property for the textField.
accessibilityProperties — Property in class com.degrafa.geometry.RasterTextPlus
accessibilityProperties property for the textField.
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.
accuracy — Property in class com.degrafa.geometry.autoshapes.DonutAutoShape
The accuracy of the circles that make up the DonutAutoShape.
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.
AddChild — Class in package com.degrafa.states
The AddChild class adds a child Geometry object, such as a Circle, to the target as part of a view state.
AddChild(relativeTo:com.degrafa.states:IDegrafaStateClient, target:com.degrafa.states:IDegrafaStateClient, position) — Constructor in class com.degrafa.states.AddChild
Constructor.
addCoef(_cX, _cY) — Method in class com.degrafa.utilities.math.Cubic
addCommandStack(commandStack:com.degrafa.geometry.command:CommandStack) — Method in class com.degrafa.geometry.command.CommandStack
Adds a new COMMAND_STACK type item to be processed.
addControlPoint(x, y) — Method in class com.degrafa.geometry.splines.BasicSpline
Adds a new knot to the spline.
addControlPoint(x, y) — Method in class com.degrafa.geometry.splines.BezierSpline
Adds a new point to the bezier curve.
addControlPoint(_x, _y) — Method in interface com.degrafa.geometry.splines.IPlottableSpline
addControlPoint(x, y) — Method in interface com.degrafa.geometry.splines.ISpline
addControlPoint(x, y) — Method in class com.degrafa.geometry.splines.QuadraticSpline
Adds a new point to the quadratic spline.
addControlPoint(_xCoord, _yCoord) — Method in class com.degrafa.utilities.math.CatmullRom
addControlPoint - Add a control point
addControlPoint(_xKnot, _yKnot) — Method in class com.degrafa.utilities.math.CubicSpline
addControlPoint Add/Insert a knot in a manner that maintains non-overlapping intervals.
addControlPoint(_xKnot, _yKnot) — Method in class com.degrafa.utilities.math.QuadHermiteSpline
addControlPoint Add a knot or control point.
addCubicBezierTo(x0, y0, cx, cy, cx1, cy1, x1, y1, tolerance) — Method in class com.degrafa.geometry.command.CommandStack
Accepts a cubic bezier and adds the CURVE_TO type items requiered to render it.
addCurveTo(cx, cy, x1, y1) — Method in class com.degrafa.geometry.command.CommandStack
Adds a new CURVE_TO type item to be processed.
addDelegate(delegate) — Method in class com.degrafa.geometry.command.CommandStack
Adds a new DELEGATE_TO type item to be processed.
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:com.degrafa.decorators:IDecorator) — Method in class com.degrafa.core.collections.DecoratorCollection
Adds a IDecorator item to the collection.
_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) — Method in class com.degrafa.core.collections.FilterCollection
Adds a BitmapFilter 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.repeaters:IRepeaterModifier) — Method in class com.degrafa.core.collections.RepeaterModifierCollection
Adds a RepeaterModifier 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.
addItem(value:com.degrafa.geometry.command:CommandStackItem) — Method in class com.degrafa.geometry.command.CommandStack
Adds a new command stack item to be processed.
addItem(_x, _y) — Method in class com.degrafa.geometry.splines.BasicSpline
addItem(key, type, data) — Method in class com.degrafa.geometry.stencil.Stencil
adds a new item to the library
addItemAt(value:com.degrafa.decorators:IDecorator, index) — Method in class com.degrafa.core.collections.DecoratorCollection
Adds a IDecorator item to this collection at the specified index.
_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, index) — Method in class com.degrafa.core.collections.FilterCollection
Adds a BitmapFilter 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.repeaters:IRepeaterModifier, index) — Method in class com.degrafa.core.collections.RepeaterModifierCollection
Adds a RepeaterModifier 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.
addItemAt(value:com.degrafa.geometry.command:CommandStackItem, index) — Method in class com.degrafa.geometry.command.CommandStack
Addes a commandStackItem at the specific location in the source.
addItems(value:com.degrafa.core.collections:DecoratorCollection) — Method in class com.degrafa.core.collections.DecoratorCollection
Adds a series of IDecorator objects to this collection.
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:FilterCollection) — Method in class com.degrafa.core.collections.FilterCollection
Adds a series of BitmapFilter 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:RepeaterModifierCollection) — Method in class com.degrafa.core.collections.RepeaterModifierCollection
Adds a series of RepeaterModifier 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.
addLineTo(x, y) — Method in class com.degrafa.geometry.command.CommandStack
Adds a new LINE_TO type item to be processed.
addListener(value) — Method in class com.degrafa.core.collections.DegrafaCollection
Addes a property change event listener and a parent reference to the passed object.
addListeners() — Method in class com.degrafa.core.collections.DegrafaCollection
Addes a property change event listener and a parent reference to each item in the collection.
addMoveTo(x, y) — Method in class com.degrafa.geometry.command.CommandStack
Adds a new MOVE_TO type item to be processed.
ADJUST — Constant static property in class com.degrafa.geometry.RasterText
ADJUST — Constant static property in class com.degrafa.geometry.RasterTextPlus
adjustBrightness(color, value) — Static method in class com.degrafa.paint.palette.PaletteUtils
Adjust the color brightness by a given value.
adjustBrightness2(color, value) — Static method in class com.degrafa.paint.palette.PaletteUtils
Adjust the color brightness by a given value.
adjustPointToLayoutAndTransform(point) — Method in class com.degrafa.geometry.command.CommandStack
Applies the current layout and transform to a point.
AdvancedCubicBezier — Class in package com.degrafa.geometry
The AdvancedCubicBezier element draws a cubic Bézier using the specified start point, end point and 2 control points.
AdvancedCubicBezier(x0, y0, cx, cy, cx1, cy1, x1, y1) — Constructor in class com.degrafa.geometry.AdvancedCubicBezier
Constructor.
AdvancedQuadraticBezier — Class in package com.degrafa.geometry
The AdvancedQuadraticBezier element draws a quadratic Bézier using the specified start point, end point and control point and contains several additional methods that are useful in advanced applications.
AdvancedQuadraticBezier(x0, y0, cx, cy, x1, y1) — Constructor in class com.degrafa.geometry.AdvancedQuadraticBezier
Constructor.
AdvancedRectangle — Class in package com.degrafa.geometry
Used by the CSSSkin for graphics rendering.
AdvancedRectangle() — Constructor in class com.degrafa.geometry.AdvancedRectangle
afterLast — Property in class com.degrafa.core.collections.DegrafaCursor
Checks whether or not the cursor is after the last item.
AFTER_LAST_INDEX — Constant static property in class com.degrafa.core.collections.DegrafaCursor
Aliases — Class in package com.degrafa.utilities
The Aliases helper is for registering a Degrafa manifest of class aliases.
ALICEBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
align — Property in class com.degrafa.geometry.RasterText
align — Property in class com.degrafa.geometry.RasterTextPlus
align — Property in class com.degrafa.geometry.text.DegrafaTextFormat
alpha — Property in class com.degrafa.filters.DegrafaConvolutionFilter
alpha — Property in class com.degrafa.filters.DegrafaDisplacementMapFilter
alpha — Property in class com.degrafa.filters.DegrafaDropShadowFilter
alpha — Property in class com.degrafa.filters.DegrafaGlowFilter
alpha — Property in class com.degrafa.geometry.Geometry
The alpha setting that applies to this object.
alpha — Property in class com.degrafa.geometry.RasterText
alpha property for the textField.
alpha — Property in class com.degrafa.geometry.RasterTextPlus
alpha property for the textField.
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.
alpha — Property in class com.degrafa.paint.VideoFill
an alpha property that will be applied to this fill.
alpha(color) — Static method in class com.degrafa.paint.palette.PaletteUtils
Get the alpha component of the given color.
alphas — Property in class com.degrafa.filters.DegrafaGradientBevelFilter
alphas — Property in class com.degrafa.filters.DegrafaGradientGlowFilter
_alphas — Property in class com.degrafa.paint.GradientFillBase
alternateStroke — Property in class com.degrafa.decorators.standard.SVGDashLine
alternateStroke permits an alternate stroke to be used instead of unstroked gaps (this is a degrafa extension, not part of SVG 1.1)
anchorx — Property in class com.degrafa.GraphicTextPlus
anchorx — Property in class com.degrafa.geometry.RasterTextPlus
anchory — Property in class com.degrafa.GraphicTextPlus
anchory — Property in class com.degrafa.geometry.RasterTextPlus
angle — Property in class com.degrafa.filters.DegrafaBevelFilter
angle — Property in class com.degrafa.filters.DegrafaDropShadowFilter
angle — Property in class com.degrafa.filters.DegrafaGradientBevelFilter
angle — Property in class com.degrafa.filters.DegrafaGradientGlowFilter
angle — Property in class com.degrafa.geometry.Line
The angle of the line in radians.
angle — Property in class com.degrafa.geometry.autoshapes.BurstAutoShape
The start angle of rotation for this BurstAutoShape a value between 0° and 360°.
angle — Property in class com.degrafa.geometry.autoshapes.GearAutoShape
The start angle of rotation for this GearAutoShape a value between 0° and 360°.
angle — Property in class com.degrafa.geometry.autoshapes.RegularPolygonAutoShape
The start angle of rotation for this RegularPolygonAutoShape a value between 0° and 360°.
angle — Property in class com.degrafa.geometry.autoshapes.StarAutoShape
The start angle of rotation for this StarAutoShape a value between 0° and 360°.
_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 interface com.degrafa.transform.ITransform
angle — Property in class com.degrafa.transform.RotateTransform
The angle of rotation in degrees that the RotateTransform will apply to its target Geometry when rendered.
angle — Property in class com.degrafa.transform.Transform
The value (in degrees) of the rotation rendering effect for this Transform .
_angle — Property in class com.degrafa.transform.TransformBase
angle — Property in class com.degrafa.transform.TransformBase
angleAt(t) — Method in class com.degrafa.geometry.Geometry
Returns the angle of a point t(0-1) on the path.
ansi — Property in class com.degrafa.utilities.swf.fonts.FontSet
antiAliasType — Property in class com.degrafa.geometry.RasterText
antiAliasType property for the textField.
antiAliasType — Property in class com.degrafa.geometry.RasterTextPlus
antiAliasType property for the textField.
ANTIQUEWHITE — Constant static property in class com.degrafa.core.utils.ColorKeys
appendItems(value) — Method in class com.degrafa.paint.palette.AutoPalette
Appends the passed array of values to the palette entries array and dictionary.
apply(graphics, rc) — Method in interface com.degrafa.core.IGraphicsStroke
apply(graphics, rc) — Method in class com.degrafa.paint.EmptyStroke
In this case, does nothing because there is no stroke.
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() — Method in interface com.degrafa.repeaters.IRepeaterModifier
apply() — Method in class com.degrafa.repeaters.PropertyModifier
This applies our numeric modifier or array of modifiers to the property of our geometryObject.
apply(parent:com.degrafa.states:IDegrafaStateClient) — Method in class com.degrafa.states.AddChild
Applies the override.
apply(parent:com.degrafa.states:IDegrafaStateClient) — Method in interface com.degrafa.states.IOverride
apply(parent:com.degrafa.states:IDegrafaStateClient) — Method in class com.degrafa.states.RemoveChild
Applies the override.
apply(parent:com.degrafa.states:IDegrafaStateClient) — Method in class com.degrafa.states.RemoveChildren
Applies the override.
apply(parent:com.degrafa.states:IDegrafaStateClient) — Method in class com.degrafa.states.SetProperties
Applies the override.
apply(parent:com.degrafa.states:IDegrafaStateClient) — Method in class com.degrafa.states.SetProperty
Applies the override.
applyOffsetToCommandStack(commandStack:com.degrafa.geometry.command:CommandStack, xMultiplier, yMultiplier, minPoint, lastPoint) — Static method in class com.degrafa.geometry.layout.LayoutUtils
Traverses through the given command stack applying the offset.
applyState(stateName, lastState) — Method in class com.degrafa.states.StateManager
Applys the passed state.
approximateCartesianInterval(val1, val2) — Method in class com.degrafa.geometry.splines.BasicSpline
approximateInterval(val1, val2) — Method in class com.degrafa.geometry.splines.BasicSpline
return an array of quad Bezier approximations to the spline over the specified interval (cartesian or parameteric) - returns null if the values are outside the knot range for a cartesian spline or outside [0,1] for a parametric spline.
approximateInterval(val1, val2) — Method in interface com.degrafa.geometry.splines.ISpline
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.
arcLength() — Method in class com.degrafa.geometry.splines.BezierSpline
arcLength() — Method in class com.degrafa.utilities.math.CatmullRomUtility
arcLength Estimate arc-length of the entire curve by numerical integration
__arcLength — Property in class com.degrafa.utilities.math.CatmullRomUtility
ARC_LENGTH — Constant static property in class com.degrafa.utilities.math.CatmullRom
ARC_LENGTH — Constant static property in class com.degrafa.utilities.math.Consts
arcLengthAt(_t) — Method in class com.degrafa.geometry.splines.BezierSpline
arcLengthAt(_t) — Method in class com.degrafa.utilities.math.CatmullRomUtility
arcLengthAt Return arc-length of curve segment on [0,_t].
ArcUtils — Class in package com.degrafa.geometry.utilities
A helper utility class for drawing arcs.
ArrowAutoShape — Class in package com.degrafa.geometry.autoshapes
The ArrowAutoShape element draws a basic arrow.
ArrowAutoShape(offset1, offset2) — Constructor in class com.degrafa.geometry.autoshapes.ArrowAutoShape
Constructor.
audioCodec — Property in class com.degrafa.utilities.external.VideoStream
_audioDelay — Property in class com.degrafa.utilities.external.VideoStream
AUDIO_STATUS_UPDATE — Constant static property in class com.degrafa.utilities.external.VideoStream
AUTO — Constant static property in class com.degrafa.utilities.math.CatmullRom
AUTO — Constant static property in class com.degrafa.utilities.math.Consts
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.splines.BezierSpline
Specifies if this polyline is to be automatically closed.
autoClose — Property in class com.degrafa.geometry.splines.QuadraticSpline
Specifies if this polyline is to be automatically closed.
autoLoop — Property in class com.degrafa.utilities.external.VideoStream
Determines whether this video stream automatically loops back to the start at position zero.
AutoPalette — Dynamic class in package com.degrafa.paint.palette
Base class for auto palettes not intended to be instanced directly.
AutoPalette() — Constructor in class com.degrafa.paint.palette.AutoPalette
autoPlay — Property in class com.degrafa.utilities.external.VideoStream
autoRestoreState — Property in class com.degrafa.triggers.PropertyTrigger
If true will set the state to the old state when rule test is false.
AutoShape — Class in package com.degrafa.geometry.autoshapes
Base class for AutoShape type geometry objects.
AutoShape() — Constructor in class com.degrafa.geometry.autoshapes.AutoShape
AutoShapeTypeOffsets — Class in package com.degrafa.geometry.autoshapes
Provides a base class that has common logic for offset type AutoShapes.
AutoShapeTypeOffsets() — Constructor in class com.degrafa.geometry.autoshapes.AutoShapeTypeOffsets
Constructor.
autoSize — Property in class com.degrafa.GraphicText
autoSize — Property in class com.degrafa.geometry.RasterText
autoSize property for the textField.
autoSize — Property in class com.degrafa.geometry.RasterTextPlus
autoSize property for the textField.
autoSizeField — Property in class com.degrafa.GraphicText
autoSizeField — Property in class com.degrafa.geometry.RasterText
Autosize the text field to text size.
autoSizeField — Property in class com.degrafa.geometry.RasterTextPlus
Autosize the text field to text size.
autoUnMute — Property in class com.degrafa.utilities.external.VideoStream
The autoUnMute property lets you determine whether unMuting will occur automatically if an adjustmet to the volume property is made.
Defaults to false.
availableEmbeddedFonts — Static property in class com.degrafa.geometry.RasterText
Utility function for checking fonts
availableEmbeddedFonts — Static property in class com.degrafa.geometry.RasterTextPlus
Utility function for checking fonts
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