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

Packages that use BorderWrapper
net.ctdp.rfdynhud.properties   
net.ctdp.rfdynhud.render   
net.ctdp.rfdynhud.widgets.base.widget   
 

Uses of BorderWrapper in net.ctdp.rfdynhud.properties
 

Methods in net.ctdp.rfdynhud.properties that return BorderWrapper
 BorderWrapper BorderProperty.getBorder()
          Gets the selected border.
 

Uses of BorderWrapper in net.ctdp.rfdynhud.render
 

Methods in net.ctdp.rfdynhud.render that return BorderWrapper
static BorderWrapper BorderCache.getBorder(java.io.File bordersBolder, java.lang.String iniFilename, IntProperty paddingTop, IntProperty paddingLeft, IntProperty paddingRight, IntProperty paddingBottom)
          Gets or creates a TexturedBorder with the given side widths.
 

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

Methods in net.ctdp.rfdynhud.widgets.base.widget that return BorderWrapper
 BorderWrapper Widget.getBorder()
          Returns a BorderWrapper, that encapsulates the actual used border with convenience wrappers for the size getters.
 

Methods in net.ctdp.rfdynhud.widgets.base.widget with parameters of type BorderWrapper
protected  void Widget.drawBorder(boolean isEditorMode, BorderWrapper border, TextureImage2D texture, int offsetX, int offsetY, int width, int height)