Sets a boolean value indicating whether the animation will appear in the center of the Animation control.
public final void setCentered( boolean value )
value
Set to true if the animation will be centered within the Animation control; set to false if the animation will be placed in the upper-left corner of the Animation control. The default value is false.
If the animation is not centered, it will appear in the upper-left corner of the control. To get the value of the centered property, use the getCentered method.
See Also getCentered