package ***.controls.clipedImage { public class ClipedImageType { //画册类型 左边页 public static const CLIP_LEFT_NO_ROTATION:String = "clipLeftNoRotaion"; //画册类型 右边页 public static const CLIP_RIGHT_NO_ROTATION:String = "clipRightNoRotaion"; //挂历 左页1 public static const CLIP_LEFT_ROATION:String = "clipLeftRotation"; //挂历 右页1 public static const CLIP_RIGHT_ROTATION:String = "clipRightRotation"; //整页 默认 public static const CLIP_NONE:String = "clipNone"; } } ..........................