Packagecom.yahoo.yui.charts
Classpublic class BackgroundImageMode



Public Constants
 ConstantDefined by
  NO_REPEAT : String = "no-repeat"
[static]
BackgroundImageMode
  REPEAT : String = "repeat"
[static]
BackgroundImageMode
  REPEAT_X : String = "repeat-y"
[static]
BackgroundImageMode
  REPEAT_Y : String = "repeat-x"
[static]
BackgroundImageMode
  STRETCH : String = "stretch"
[static]
BackgroundImageMode
  STRETCH_AND_MAINTAIN_ASPECT_RATIO : String = "stretchMaintainAspectRatio"
[static]
BackgroundImageMode
Constant detail
NO_REPEATconstant
public static const NO_REPEAT:String = "no-repeat"
REPEATconstant 
public static const REPEAT:String = "repeat"
REPEAT_Xconstant 
public static const REPEAT_X:String = "repeat-y"
REPEAT_Yconstant 
public static const REPEAT_Y:String = "repeat-x"
STRETCHconstant 
public static const STRETCH:String = "stretch"
STRETCH_AND_MAINTAIN_ASPECT_RATIOconstant 
public static const STRETCH_AND_MAINTAIN_ASPECT_RATIO:String = "stretchMaintainAspectRatio"