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  
SADDLEBROWN — Constant static property in class com.degrafa.core.utils.ColorKeys
SALMON — Constant static property in class com.degrafa.core.utils.ColorKeys
SANDYBROWN — Constant static property in class com.degrafa.core.utils.ColorKeys
scaleMode — Property in interface com.degrafa.core.IGraphicsStroke
_scaleMode — Property in class com.degrafa.paint.GradientStrokeBase
scaleMode — Property in class com.degrafa.paint.GradientStrokeBase
Specifies how to scale a stroke.
scaleMode — Property in class com.degrafa.paint.SolidStroke
Specifies how to scale a stroke.
ScaleTransform — Class in package com.degrafa.transform
ScaleTransform scaless an object starting from a defined center point (properties CenterX and CenterY); different values for the two axes x- and y- can be specified with the ScaleX and ScaleY properties.
ScaleTransform() — Constructor in class com.degrafa.transform.ScaleTransform
scaleX — Property in class com.degrafa.paint.BitmapFill
scaleY — Property in class com.degrafa.paint.BitmapFill
SEAGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
SEASHELL — Constant static property in class com.degrafa.core.utils.ColorKeys
Segment — Class in package com.degrafa.geometry.segment
Base class for segment elements that make up path geometry.
segmentCollection — Property in class com.degrafa.geometry.Path
Access to the Degrafa segment collection object for this path.
segments — Property in class com.degrafa.geometry.Path
A array of segments that describe this path.
SegmentsCollection — Class in package com.degrafa.core.collections
The SegmentsCollection stores a collection of ISegment objects
SegmentsCollection(array, suppressEvents) — Constructor in class com.degrafa.core.collections.SegmentsCollection
Constructor.
segmentType — Property in class com.degrafa.geometry.segment.ClosePath
Return the segment type
segmentType — Property in class com.degrafa.geometry.segment.CubicBezierTo
Return the segment type
segmentType — Property in class com.degrafa.geometry.segment.EllipticalArcTo
Return the segment type
segmentType — Property in class com.degrafa.geometry.segment.HorizontalLineTo
Return the segment type
segmentType — Property in interface com.degrafa.geometry.segment.ISegment
segmentType — Property in class com.degrafa.geometry.segment.LineTo
Return the segment type
segmentType — Property in class com.degrafa.geometry.segment.MoveTo
Return the segment type
segmentType — Property in class com.degrafa.geometry.segment.QuadraticBezierTo
Return the segment type
segmentType — Property in class com.degrafa.geometry.segment.Segment
Returns this segment type.
segmentType — Property in class com.degrafa.geometry.segment.VerticalLineTo
Return the segment type
_setItemIndex(value, newIndex) — Method in class com.degrafa.core.collections.DegrafaCollection
Change the position of an item in the collection
setItemIndex(value, newIndex) — Method in class com.degrafa.core.collections.DisplayObjectCollection
Change the index of the DisplayObject object within this collection.
setItemIndex(value:com.degrafa.core:IGraphicsFill, newIndex) — Method in class com.degrafa.core.collections.FillCollection
Change the index of the IGraphicsFill object within this collection.
setItemIndex(value:com.degrafa:IGeometry, newIndex) — Method in class com.degrafa.core.collections.GeometryCollection
Change the index of the IGeometry object within this collection.
setItemIndex(value:com.degrafa.paint:GradientStop, newIndex) — Method in class com.degrafa.core.collections.GradientStopsCollection
Change the index of the GradientStop object within this collection.
setItemIndex(value:com.degrafa:IGraphicPoint, newIndex) — Method in class com.degrafa.core.collections.GraphicPointCollection
Change the index of the IGraphicPoint object within this collection.
setItemIndex(value:com.degrafa:GraphicPointEX, newIndex) — Method in class com.degrafa.core.collections.GraphicPointEXCollection
Change the index of the GraphicPointEX object within this collection.
setItemIndex(value:com.degrafa:IGraphic, newIndex) — Method in class com.degrafa.core.collections.GraphicsCollection
Change the index of the IGraphic object within this collection.
setItemIndex(value:com.degrafa.core:IGraphicSkin, newIndex) — Method in class com.degrafa.core.collections.GraphicSkinCollection
Change the index of the IGraphicSkin object within this collection.
setItemIndex(value:com.degrafa.geometry.segment:ISegment, newIndex) — Method in class com.degrafa.core.collections.SegmentsCollection
Change the index of the ISegment object within this collection.
setItemIndex(value:com.degrafa.core:IGraphicsStroke, newIndex) — Method in class com.degrafa.core.collections.StrokeCollection
Change the index of the IGraphicsStroke object within this collection.
setItemIndex(value:com.degrafa.transform:ITransform, newIndex) — Method in class com.degrafa.core.collections.TransformCollection
Change the index of the ITransform object within this collection.
_shapeList — Property in class com.degrafa.geometry.PolygonLibrary
shapeList — Property in class com.degrafa.geometry.PolygonLibrary
Stores an array of objects that is a list of available shapes for this library.
shift() — Method in class com.degrafa.core.collections.DegrafaCollection
Removes the first element from an array and returns that element.
SIENNA — Constant static property in class com.degrafa.core.utils.ColorKeys
SILVER — Constant static property in class com.degrafa.core.utils.ColorKeys
SkewTransform — Class in package com.degrafa.transform
SkewTransform defines a two-dimensional skew that stretches the coordinate space in a non-uniform manner.
SkewTransform() — Constructor in class com.degrafa.transform.SkewTransform
skinsCollection — Property in class com.degrafa.core.manipulators.DegrafaSkinManipulator
Access to an array of IGeometry items added as children to the skin.
SKYBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
SLATEBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
SLATEGRAY — Constant static property in class com.degrafa.core.utils.ColorKeys
SLATEGREY — Constant static property in class com.degrafa.core.utils.ColorKeys
slice(startIndex, endIndex) — Method in class com.degrafa.core.collections.DegrafaCollection
Returns a new array that consists of a range of elements from the original array, without modifying the original array.
smooth — Property in class com.degrafa.paint.BitmapFill
SNOW — Constant static property in class com.degrafa.core.utils.ColorKeys
SolidFill — Class in package com.degrafa.paint
Solid fill defines a fill color to be applied to a graphics contex.
SolidFill(color, alpha) — Constructor in class com.degrafa.paint.SolidFill
Constructor.
SolidStroke — Class in package com.degrafa.paint
The Stroke class defines the properties for a line.
SolidStroke(color, alpha, weight) — Constructor in class com.degrafa.paint.SolidStroke
Constructor.
some(callback, thisObject) — Method in class com.degrafa.core.collections.DegrafaCollection
Executes a test function on each item in the array until an item is reached that returns true.
sort(... rest) — Method in class com.degrafa.core.collections.DegrafaCollection
Sorts the elements in an array.
sortOn(fieldName, options) — Method in class com.degrafa.core.collections.DegrafaCollection
Sorts the elements in an array according to one or more fields in the array.
source — Property in class com.degrafa.GraphicImage
The URL, class or string name of a class to load as the content
source — Property in class com.degrafa.paint.BitmapFill
The source used for the bitmap fill.
SPACE — Constant static property in class com.degrafa.paint.BitmapFill
splice(startIndex, deleteCount, ... rest) — Method in class com.degrafa.core.collections.DegrafaCollection
Adds elements to and removes elements from an array.
splitBezier(p1:com.degrafa:GraphicPoint, c1:com.degrafa:GraphicPoint, c2:com.degrafa:GraphicPoint, p2:com.degrafa:GraphicPoint) — Static method in class com.degrafa.geometry.utilities.GeometryUtils
SplitBezier Divides a cubic bezier curve into two cubic bezier curve definitions
splitString(value) — Static method in class com.degrafa.core.utils.StyleUtil
Converts space seperated values into an Array.
_spreadMethod — Property in class com.degrafa.paint.GradientFillBase
spreadMethod — Property in class com.degrafa.paint.GradientFillBase
A value from the SpreadMethod class that specifies which spread method to use.
SPRINGGREEN — Constant static property in class com.degrafa.core.utils.ColorKeys
startAngle — Property in class com.degrafa.geometry.EllipticalArc
The beginning angle of the arc.
startAngle — Property in class com.degrafa.geometry.repeaters.EllipticalArcRepeater
The starting angle of the first arc.
state — Property in class com.degrafa.geometry.Geometry
The state at which to draw this object
stateEvent — Property in class com.degrafa.geometry.Geometry
The state event at which to draw this object
STEELBLUE — Constant static property in class com.degrafa.core.utils.ColorKeys
STRETCH — Constant static property in class com.degrafa.paint.BitmapFill
stroke — Property in class com.degrafa.Graphic
Defines the stroke object that will be used for rendering this graphic object.
stroke — Property in interface com.degrafa.IGeometry
stroke — Property in interface com.degrafa.IGraphic
stroke — Property in class com.degrafa.geometry.Geometry
Defines the stroke object that will be used for rendering this geometry object.
stroke — Property in class com.degrafa.skins.GraphicBorderSkin
Defines the stroke object that will be used for rendering this geometry object.
stroke — Property in class com.degrafa.skins.GraphicProgrammaticSkin
Defines the stroke object that will be used for rendering this geometry object.
stroke — Property in class com.degrafa.skins.GraphicRectangularBorderSkin
Defines the stroke object that will be used for rendering this geometry object.
strokeCollection — Property in class com.degrafa.GeometryComposition
Access to the Degrafa stroke collection object for this graphic object.
strokeCollection — Property in class com.degrafa.Graphic
Access to the Degrafa stroke collection object for this graphic object.
strokeCollection — Property in class com.degrafa.GraphicText
Access to the Degrafa stroke collection object for this graphic object.
strokeCollection — Property in class com.degrafa.Surface
Access to the Degrafa stroke collection object for this graphic object.
strokeCollection — Property in class com.degrafa.skins.GraphicBorderSkin
Access to the Degrafa stroke collection object for this graphic object.
strokeCollection — Property in class com.degrafa.skins.GraphicProgrammaticSkin
Access to the Degrafa stroke collection object for this graphic object.
strokeCollection — Property in class com.degrafa.skins.GraphicRectangularBorderSkin
Access to the Degrafa stroke collection object for this graphic object.
StrokeCollection — Class in package com.degrafa.core.collections
The StrokeCollection stores a collection of IGraphicsStroke objects
StrokeCollection(array, suppressEvents) — Constructor in class com.degrafa.core.collections.StrokeCollection
Constructor.
strokes — Property in class com.degrafa.GeometryComposition
A array of IStroke objects.
strokes — Property in class com.degrafa.Graphic
A array of IStroke objects.
strokes — Property in interface com.degrafa.IGraphic
strokes — Property in class com.degrafa.Surface
A array of IStroke objects.
strokes — Property in class com.degrafa.skins.GraphicBorderSkin
A array of IStroke objects.
strokes — Property in class com.degrafa.skins.GraphicProgrammaticSkin
A array of IStroke objects.
strokes — Property in class com.degrafa.skins.GraphicRectangularBorderSkin
A array of IStroke objects.
styleChanged(styleProp) — Method in class com.degrafa.skins.CSSSkin
StyleUtil — Class in package com.degrafa.core.utils
A helper utility class for style processing.
subtract(v) — Method in class com.degrafa.GraphicPointEX
Subtracts the coordinates of another point from the coordinates of this point to create a new point.
suppressEventProcessing — Property in class com.degrafa.Graphic
Temporarily suppress event processing for this object.
suppressEventProcessing — Property in class com.degrafa.GraphicText
Temporarily suppress event processing for this object.
suppressEventProcessing — Property in class com.degrafa.Surface
Temporarily suppress event processing for this object.
suppressEventProcessing — Property in class com.degrafa.core.DegrafaObject
Temporarily suppress event processing for this object.
suppressEventProcessing — Property in interface com.degrafa.core.IDegrafaObject
Surface — Class in package com.degrafa
Surface is a simple UIComponent extension that allows Degrafa objects to be added to it's display list.
Surface() — Constructor in class com.degrafa.Surface
surpressEventProcessing — Property in class com.degrafa.skins.GraphicBorderSkin
Temporarily suppress event processing for this object.
surpressEventProcessing — Property in class com.degrafa.skins.GraphicProgrammaticSkin
Temporarily suppress event processing for this object.
surpressEventProcessing — Property in class com.degrafa.skins.GraphicRectangularBorderSkin
Temporarily suppress event processing for this object.
sweepFlag — Property in class com.degrafa.geometry.segment.EllipticalArcTo
A value indicating if the arc is to use a sweep.
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