Uses of Class
net.ctdp.rfdynhud.render.DrawnStringFactory

Packages that use DrawnStringFactory
net.ctdp.rfdynhud.render   
net.ctdp.rfdynhud.widgets.base.needlemeter   
net.ctdp.rfdynhud.widgets.base.revneedlemeter   
net.ctdp.rfdynhud.widgets.base.widget   
net.ctdp.rfdynhud.widgets.internal   
 

Uses of DrawnStringFactory in net.ctdp.rfdynhud.render
 

Methods in net.ctdp.rfdynhud.render with parameters of type DrawnStringFactory
static void __RenderPrivilegedAccess.onWidgetCleared(DrawnStringFactory dsf)
           
 

Uses of DrawnStringFactory in net.ctdp.rfdynhud.widgets.base.needlemeter
 

Methods in net.ctdp.rfdynhud.widgets.base.needlemeter with parameters of type DrawnStringFactory
protected  void NeedleMeterWidget.initialize(LiveGameData gameData, boolean isEditorMode, DrawnStringFactory dsf, TextureImage2D texture, int width, int height)
          This method is called once to initialized DrawnStrings used on this Widget.
 

Uses of DrawnStringFactory in net.ctdp.rfdynhud.widgets.base.revneedlemeter
 

Methods in net.ctdp.rfdynhud.widgets.base.revneedlemeter with parameters of type DrawnStringFactory
protected  void AbstractRevNeedleMeterWidget.initialize(LiveGameData gameData, boolean isEditorMode, DrawnStringFactory dsf, TextureImage2D texture, int width, int height)
          This method is called once to initialized DrawnStrings used on this Widget.
 

Uses of DrawnStringFactory in net.ctdp.rfdynhud.widgets.base.widget
 

Methods in net.ctdp.rfdynhud.widgets.base.widget that return DrawnStringFactory
protected  DrawnStringFactory Widget.getDrawnStringFactory()
          Gets the Widget's DrawnStringFactory.
 

Methods in net.ctdp.rfdynhud.widgets.base.widget with parameters of type DrawnStringFactory
protected abstract  void Widget.initialize(LiveGameData gameData, boolean isEditorMode, DrawnStringFactory drawnStringFactory, TextureImage2D texture, int width, int height)
          This method is called once to initialized DrawnStrings used on this Widget.
protected  void AbstractAssembledWidget.initialize(LiveGameData gameData, boolean isEditorMode, DrawnStringFactory drawnStringFactory, TextureImage2D texture, int width, int height)
          This method is called once to initialized DrawnStrings used on this Widget.
 

Uses of DrawnStringFactory in net.ctdp.rfdynhud.widgets.internal
 

Methods in net.ctdp.rfdynhud.widgets.internal with parameters of type DrawnStringFactory
protected  void InternalWidget.initialize(LiveGameData gameData, boolean isEditorMode, DrawnStringFactory drawnStringFactory, TextureImage2D texture, int width, int height)