| 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 |
| backgroundBlend — Style in class com.degrafa.skins.CSSSkin |
|
Sets the blend mode used to blend a given image layer with the layers behind it. |
| backgroundColor — Style in class com.degrafa.skins.CSSSkin |
|
Sets the background color of an element. |
| backgroundFill — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| backgroundImage — Style in class com.degrafa.skins.CSSSkin |
|
Sets the background image(s) of an element, or 'none' for no image.. |
| backgroundPosition — Style in class com.degrafa.skins.CSSSkin |
|
If a background image has been specified, this property specifies its initial position. |
| backgroundRepeat — Style in class com.degrafa.skins.CSSSkin |
|
Values have the following meanings:
- repeat-x
- Equivalent to 'repeat no-repeat'.
- repeat-y
- Equivalent to 'no-repeat repeat'
Otherwise, if there is one value, it sets both the horizontal and vertical repeat. |
| barycenter(a, b, c, t) — Static method in class com.degrafa.geometry.utilities.GeometryUtils |
|
Calculates the barycenter of a quadratic bezier curve. |
| begin(graphics, rectangle) — Method in class com.degrafa.paint.BitmapFill |
| |
| begin(graphics, rectangle) — Method in class com.degrafa.paint.BlendFill |
| |
| begin(graphics, rectangle) — Method in class com.degrafa.paint.ComplexFill |
| |
| begin(graphics, rc) — Method in class com.degrafa.paint.GradientFillBase |
|
Begins the fill for the graphics context. |
| begin(graphics, rc) — Method in class com.degrafa.paint.LinearGradientFill |
|
Begins the fill for the graphics context. |
| begin(graphics, rc) — Method in class com.degrafa.paint.RadialGradientFill |
|
Begins the fill for the graphics context. |
| begin(graphics, rc) — Method in class com.degrafa.paint.SolidFill |
|
Begins the fill for the graphics context. |
| BEIGE — Constant static property in class com.degrafa.core.utils.ColorKeys |
| |
| bezierBounds(x, y, cx, cy, x1, y1) — Static method in class com.degrafa.geometry.utilities.GeometryUtils |
|
Return the tight bounding rectangle for a bezier curve. |
| BISQUE — Constant static property in class com.degrafa.core.utils.ColorKeys |
| |
| BitmapFill — Class in package com.degrafa.paint |
|
Used to fill an area on screen with a bitmap or other DisplayObject. |
| BitmapFill(source) — Constructor in class com.degrafa.paint.BitmapFill |
| |
| BLACK — Constant static property in class com.degrafa.core.utils.ColorKeys |
| |
| BLANCHEDALMOND — Constant static property in class com.degrafa.core.utils.ColorKeys |
| |
| BlendFill — Class in package com.degrafa.paint |
|
Used to wrap standard IFill objects for use in a ComplexFill. |
| BlendFill(fill, blendMode) — Constructor in class com.degrafa.paint.BlendFill |
| |
| blendMode — Property in interface com.degrafa.core.IBlend |
| |
| blendMode — Property in class com.degrafa.paint.BitmapFill |
| |
| blendMode — Property in class com.degrafa.paint.BlendFill |
|
The blendMode used to render this layer in a ComplexFill. |
| blendMode — Property in class com.degrafa.paint.ComplexFill |
| |
| _blendMode — Property in class com.degrafa.paint.GradientFillBase |
| |
| blendMode — Property in class com.degrafa.paint.GradientFillBase |
| |
| BLUE — Constant static property in class com.degrafa.core.utils.ColorKeys |
| |
| BLUEVIOLET — Constant static property in class com.degrafa.core.utils.ColorKeys |
| |
| borderBottomColor — Style in class com.degrafa.skins.CSSSkin |
| |
| borderBottomLeftRadius — Style in class com.degrafa.skins.CSSSkin |
| |
| borderBottomRightRadius — Style in class com.degrafa.skins.CSSSkin |
| |
| borderBottomWidth — Style in class com.degrafa.skins.CSSSkin |
| |
| borderColor — Style in class com.degrafa.skins.CSSSkin |
|
Shorthand for the four 'border-color' properties. |
| borderLeftColor — Style in class com.degrafa.skins.CSSSkin |
| |
| borderLeftWidth — Style in class com.degrafa.skins.CSSSkin |
| |
| borderMetrics — Property in class com.degrafa.skins.CSSSkin |
| |
| borderRightColor — Style in class com.degrafa.skins.CSSSkin |
| |
| borderRightWidth — Style in class com.degrafa.skins.CSSSkin |
| |
| borderTopColor — Style in class com.degrafa.skins.CSSSkin |
| |
| borderTopLeftRadius — Style in class com.degrafa.skins.CSSSkin |
| |
| borderTopRightRadius — Style in class com.degrafa.skins.CSSSkin |
| |
| borderTopWidth — Style in class com.degrafa.skins.CSSSkin |
| |
| borderWidth — Style in class com.degrafa.skins.CSSSkin |
|
Shorthand that sets the four 'border-width' properties. |
| bottomFill — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| bottomLeftFill — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| bottomLeftRadius — Property in class com.degrafa.geometry.RoundedRectangleComplex |
|
The radius for the bottom left corner of the complex rounded rectangle. |
| bottomLeftRadius — Property in class com.degrafa.geometry.repeaters.RoundedRectangleComplexRepeater |
|
The radius for the bottom left corner of the first complex rounded rectangle. |
| bottomLeftRadiusX — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| bottomLeftRadiusY — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| bottomRightFill — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| bottomRightRadius — Property in class com.degrafa.geometry.RoundedRectangleComplex |
|
The radius for the bottom right corner of the complex rounded rectangle. |
| bottomRightRadius — Property in class com.degrafa.geometry.repeaters.RoundedRectangleComplexRepeater |
|
The radius for the bottom right corner of the first complex rounded rectangle. |
| bottomRightRadiusX — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| bottomRightRadiusY — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| bottomWidth — Property in class com.degrafa.geometry.AdvancedRectangle |
| |
| bounds — Property in class com.degrafa.GeometryComposition |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in interface com.degrafa.IGeometryComposition |
| |
| bounds — Property in class com.degrafa.geometry.Circle |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.CubicBezier |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.Ellipse |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.EllipticalArc |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.Geometry |
| |
| bounds — Property in class com.degrafa.geometry.HorizontalLine |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.Line |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.Move |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.Path |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.Polygon |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.Polyline |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.QuadraticBezier |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.RegularRectangle |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.RoundedRectangle |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.RoundedRectangleComplex |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.VerticalLine |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.CircleRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.CubicBezierRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.EllipseRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.EllipticalArcRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.HorizontalLineRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.LineRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.PolygonRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.PolyLineRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.QuadraticBezierRepeater |
| |
| bounds — Property in class com.degrafa.geometry.repeaters.RegularRectangleRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.RoundedRectangleComplexRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.RoundedRectangleRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.repeaters.VerticalLineRepeater |
|
The tight bounds of this element as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.segment.ClosePath |
|
The tight bounds of this segment as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.segment.CubicBezierTo |
|
The tight bounds of this segment as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.segment.EllipticalArcTo |
|
The tight bounds of this segment as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.segment.HorizontalLineTo |
|
The tight bounds of this segment as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.segment.LineTo |
|
The tight bounds of this segment as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.segment.MoveTo |
|
The tight bounds of this segment as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.segment.QuadraticBezierTo |
|
The tight bounds of this segment as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.geometry.segment.VerticalLineTo |
|
The tight bounds of this segment as represented by a Rectangle object. |
| bounds — Property in class com.degrafa.transform.Transform |
|
The tight bounds of this element as represented by a Rectangle object. |
| BROWN — Constant static property in class com.degrafa.core.utils.ColorKeys |
| |
| BURLYWOOD — 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 |