Uses of Class
net.ctdp.rfdynhud.properties.BackgroundProperty.BackgroundType

Packages that use BackgroundProperty.BackgroundType
net.ctdp.rfdynhud.properties   
net.ctdp.rfdynhud.widgets.base.widget   
 

Uses of BackgroundProperty.BackgroundType in net.ctdp.rfdynhud.properties
 

Methods in net.ctdp.rfdynhud.properties that return BackgroundProperty.BackgroundType
 BackgroundProperty.BackgroundType BackgroundProperty.getBackgroundType()
          Gets the current type of this background.
static BackgroundProperty.BackgroundType BackgroundProperty.BackgroundType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BackgroundProperty.BackgroundType[] BackgroundProperty.BackgroundType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ctdp.rfdynhud.properties with parameters of type BackgroundProperty.BackgroundType
protected  void BackgroundProperty.onValueChanged(BackgroundProperty.BackgroundType oldBGType, BackgroundProperty.BackgroundType newBGType, java.lang.String oldValue, java.lang.String newValue)
          Invoked when the value has changed.
 void BackgroundProperty.setValues(BackgroundProperty.BackgroundType type, java.lang.String colorValue, java.lang.String imageValue)
          Sets the current value.
 

Uses of BackgroundProperty.BackgroundType in net.ctdp.rfdynhud.widgets.base.widget
 

Methods in net.ctdp.rfdynhud.widgets.base.widget that return BackgroundProperty.BackgroundType
 BackgroundProperty.BackgroundType WidgetBackground.getType()
          Gets the current type of this background.