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  
com.flexblocks.imagecropper — Package
constrainToAspectRatio — Property in class com.flexblocks.imagecropper.ImageCropper
If set to true then the cropping rectangle will always maintain the aspect ratio that was active when the constrainToAspectRatio property was set.
cropConstraintChanged — Event in class com.flexblocks.imagecropper.ImageCropper
This event is dispatched whenever constrainToAspectRatio is set to true and the component alters the aspect ratio of the cropping rectangle.
CROP_CONSTRAINT_CHANGED — Constant property in class com.flexblocks.imagecropper.ImageCropper
Constant value for the cropConstraintChanged event.
cropConstraintDisabled — Event in class com.flexblocks.imagecropper.ImageCropper
If constrainToAspectRatio is set to true and a call to setCropRect is executed with a width or height value less than or equal to zero, then constrainToAspectRatio will be disabled and this event will be dispatched.
CROP_CONSTRAINT_DISABLED — Constant property in class com.flexblocks.imagecropper.ImageCropper
Constant value for the cropConstraintDisabled event.
cropDimensionsChanged — Event in class com.flexblocks.imagecropper.ImageCropper
This event is dispatched whenever the component alters the dimensions of the cropping rectangle.
CROP_DIMENSIONS_CHANGED — Constant property in class com.flexblocks.imagecropper.ImageCropper
Constant value for the cropDimensionsChanged event.
croppedBitmapData — Property in class com.flexblocks.imagecropper.ImageCropper
The cropped source image as a BitmapData object.
cropPositionChanged — Event in class com.flexblocks.imagecropper.ImageCropper
This event is dispatched whenever the component alters the position of the cropping rectangle.
CROP_POSITION_CHANGED — Constant property in class com.flexblocks.imagecropper.ImageCropper
Constant value for the cropPositionChanged event.
cropRectChanged — Event in class com.flexblocks.imagecropper.ImageCropper
This event is dispatched whenever the cropping rectangle is resized or repositioned using the mouse.
CROP_RECT_CHANGED — Constant property in class com.flexblocks.imagecropper.ImageCropper
Constant value for the cropRectChanged event.
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