Uses of Class
net.ctdp.rfdynhud.render.TextureImage2D.TextDirection

Packages that use TextureImage2D.TextDirection
net.ctdp.rfdynhud.render   
 

Uses of TextureImage2D.TextDirection in net.ctdp.rfdynhud.render
 

Methods in net.ctdp.rfdynhud.render that return TextureImage2D.TextDirection
static TextureImage2D.TextDirection TextureImage2D.TextDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureImage2D.TextDirection[] TextureImage2D.TextDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ctdp.rfdynhud.render with parameters of type TextureImage2D.TextDirection
 void TextureImage2D.drawString(java.lang.String s, int x, int y, java.awt.geom.Rectangle2D bounds, java.awt.Font font, boolean antiAliased, java.awt.Color color, TextureImage2D.TextDirection direction, boolean markDirty, Rect2i dirtyRect)
          Draws a String at the specified location.