public function get centerX():int{ return cX; } public function set centerX( value:int ) : void { this.cX = value; }