public var textStyles:Array=[];
public var pointStyles:Array=[];
public var shieldStyles:Array=[];
+ public var maxwidth:Number=0;
+ public function hasStyles():Boolean {
+ return ( (shapeStyles.length + textStyles.length + pointStyles.length + shieldStyles.length) > 0 );
+ }
}
}
\ No newline at end of file