A Group is a collection of Art objects. When you transform a Group, it's children are treated as a single unit without changing their relative positions. The Group's style or transparency blending attributes affect the rendering of it's children without changing their style/attributes.
Constructors
Creates a group item from the supplied list of art items
Parameters:
children: ExtendedList - either an ArtSet or an array
Parameters:
children: Array of Art
Properties
A boolean value that specifies whether the group item is to be clipped.When setting to true, the first child in the group is automaticallydefined as a clipMask by setting its clipMask property to true.
Sample code:
Sample code:
var group = new Group();group.appendChild(path);group.clipped = true;
Returns:
Boolean
Inheritance
- Art
-
- alphaIsShape
- blendMode
- bounds
- centerVisible
- children
- clipMask
- controlBounds
- dictionary
- document
- editable
- firstChild
- fullySelected
- geometricBounds
- hidden
- isolated
- knockout
- knockoutInherited
- lastChild
- locked
- millis
- name
- nextSibling
- opacity
- parent
- previousSibling
- selected
- style
- valid
- ATTR_EXPANDED
- ATTR_FULLY_SELECTED
- ATTR_HAS_ACTIVE_STYLE
- ATTR_HAS_SIMPLE_STYLE
- ATTR_HIDDEN
- ATTR_IS_CLIPMASK
- ATTR_IS_TEXTWRAP
- ATTR_LOCKED
- ATTR_PART_OF_COMPOUND
- ATTR_SELECTED
- ATTR_SELECTED_LAYERS
- ATTR_SELECTED_TOPLEVEL_GROUPS
- ATTR_SELECTED_TOPLEVEL_WITH_PAINT
- ATTR_STYLE_IS_DIRTY
- ATTR_TARGETED
- BLEND_COLOR
- BLEND_COLORBURN
- BLEND_COLORDODGE
- BLEND_DARKEN
- BLEND_DIFFERENCE
- BLEND_EXCLUSION
- BLEND_HARDLIGHT
- BLEND_HUE
- BLEND_LIGHTEN
- BLEND_LUMINOSITY
- BLEND_MULTIPLY
- BLEND_NORMAL
- BLEND_NUMS
- BLEND_OVERLAY
- BLEND_SATURATION
- BLEND_SCREEN
- BLEND_SOFTLIGHT
- EXPAND_GRADIENTTOMESH
- EXPAND_GRADIENTTOPATHS
- EXPAND_LOCKEDOBJECTS
- EXPAND_ONEATATIME
- EXPAND_PATTERN
- EXPAND_PLUGINART
- EXPAND_SHOWPROGRESS
- EXPAND_STROKE
- EXPAND_SYMBOLINSTANCES
- EXPAND_TEXT
- KNOCKOUT_INHERIT
- KNOCKOUT_OFF
- KNOCKOUT_ON
- KNOCKOUT_UNKNOWN
- ORDER_ABOVE
- ORDER_ANCHESTOR
- ORDER_BELOW
- ORDER_INSIDE
- ORDER_UNKNOWN
- TRANSFORM_CHILDREN
- TRANSFORM_FILL_GRADIENTS
- TRANSFORM_FILL_PATTERNS
- TRANSFORM_LINES
- TRANSFORM_LINKED_MASKS
- TRANSFORM_OBJECTS
- TRANSFORM_SELECTION_ONLY
- TRANSFORM_STROKE_PATTERNS
- appendChild(art)
- clone()
- copyTo(document)
- copyTo(art)
- equals(obj)
- expand(flags, steps)
- hasChildren()
- hitTest(point[, type[, tolerance]])
- isAbove(art)
- isAncestor(art)
- isBelow(art)
- isDefaultName()
- isInside(art)
- moveAbove(art)
- moveBelow(art)
- rasterize(type[, resolution, antialiasing[, width, height]])
- remove()
- rotate(theta[, x, y])
- rotate(theta, anchor)
- scale(scale[, sy])
- shear(shx, shy)
- toString()
- transform(matrix[, flags])
- translate(tx, ty)
- translate(t)
-

SG
-

AI- Point
- Rectangle
- Color
- Matrix
- Art
- Segment
- SegmentList
- Curve
- CurveList
- TextRange
- TextStory
- PathStyle
- FillStyle
- StrokeStyle
- ParagraphStyle
- FontFamily
- FontWeight
- FontList
- ArtSet
- Pathfinder
- HitTest
- Document
- DocumentList
- LayerList
- Swatch
- SwatchList
- Gradient
- GradientList
- GradientStop
- GradientStopList
- Symbol
- SymbolList
- Pattern
- PatternList
- Timer
- LiveEffect
- Annotator
- DocumentView
- DocumentViewList
-

ADM