package openfl.display {
/**
 * @externs
 */
public class SpreadMethod {
	public static const PAD:String = "pad";
	public static const REFLECT:String = "reflect";
	public static const REPEAT:String = "repeat";
}
}
