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  
manager — Property, class com.greensock.transform.FlexTransformManager
The TransformManager instance associated with the FlexTransformManager
manager — Property, class com.greensock.transform.TransformItem
The TransformManager instance to which the TransformItem belongs [read-only]
manualBoundsOffset — Property, class com.greensock.transform.TransformItem
Should only be used in cases where the selection box is drawn incorrectly on a single-selection of the TransformItem (typically due to bugs in Adobe's Flex framework) - this allows you to define the amount of pixels to offset from the registration and the width/height of the targetObject when drawing the selection box around the single selection of the TransformItem.
maskEnabled — Property, class com.greensock.transform.Crop
If true, the target will be masked by the crop.
maskEnabled — Property, class com.greensock.transform.FlexCrop
If true, the target will be masked by the crop.
MatrixTools — class, package com.greensock.transform.utils
Used by TransformManager to perform various Matrix calculations.
maxHeight — Property, class com.greensock.transform.TransformItem
Maximum height (measured as if the object was unrotated).
maxScale — Property, class com.greensock.transform.TransformItem
Maximum scale (affects both the maxScaleX and maxScaleY properties)
maxScaleX — Property, class com.greensock.transform.TransformItem
Maximum scaleX
maxScaleY — Property, class com.greensock.transform.TransformItem
Maximum scaleY
maxWidth — Property, class com.greensock.transform.TransformItem
Maximum width (measured as if the object was unrotated).
minHeight — Property, class com.greensock.transform.TransformItem
Minimum height (measured as if the object was unrotated).
minScale — Property, class com.greensock.transform.TransformItem
Minimum scale (affects both the minScaleX and minScaleY properties)
minScaleX — Property, class com.greensock.transform.TransformItem
Minimum scaleX
minScaleY — Property, class com.greensock.transform.TransformItem
Minimum scaleY
minWidth — Property, class com.greensock.transform.TransformItem
Minimum width (measured as if the object was unrotated).
mouseEvent — Property, class com.greensock.events.TransformEvent
MouseEvent associated with the TransformEvent (if any)
move($x:Number, $y:Number, $checkBounds:Boolean, $dispatchEvent:Boolean) — method, class com.greensock.transform.TransformItem
Moves the selected items by a certain number of pixels on the x axis and y axis
MOVE — Constant Static Property, class com.greensock.events.TransformEvent
Dispatched constantly while an item is moved by TransformManager (each time the mouse moves).
moveCursor — Static Property, class com.greensock.transform.TransformManager
The Shape object that is being used for the move cursor.
moveSelection($x:Number, $y:Number, $dispatchEvents:Boolean) — method, class com.greensock.transform.FlexTransformManager
Moves the selected items by a certain number of pixels on the x axis and y axis
moveSelection($x:Number, $y:Number, $dispatchEvents:Boolean) — method, class com.greensock.transform.TransformManager
Moves the selected items by a certain number of pixels on the x axis and y axis
moveSelectionDepthDown() — method, class com.greensock.transform.FlexTransformManager
Moves the selection down one level.
moveSelectionDepthDown() — method, class com.greensock.transform.TransformManager
Moves the selection down one level.
moveSelectionDepthUp() — method, class com.greensock.transform.FlexTransformManager
Moves the selection up one level.
moveSelectionDepthUp() — method, class com.greensock.transform.TransformManager
Moves the selection up one level.
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