Uses of Class
net.ctdp.rfdynhud.render.DrawnString.Alignment

Packages that use DrawnString.Alignment
net.ctdp.rfdynhud.render   
 

Uses of DrawnString.Alignment in net.ctdp.rfdynhud.render
 

Methods in net.ctdp.rfdynhud.render that return DrawnString.Alignment
 DrawnString.Alignment DrawnString.getAlignment()
          Gets the alignment affecting the x-location.
static DrawnString.Alignment DrawnString.Alignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DrawnString.Alignment[] DrawnString.Alignment.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 DrawnString.Alignment
 int DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, java.awt.Color[] fontColors, TextureImage2D texture)
          Draws the specified Strings as configured in this class instance and clears the previously used area with the Widget's background, if necessary.
 int DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, java.awt.Color[] fontColors, TextureImage2D texture, boolean clearBefore)
          Draws the specified Strings as configured in this class instance and clears the previously used area with the Widget's background, if necessary.
 int DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, java.awt.Color[] fontColors, TextureImage2D texture, java.awt.Color clearColor)
          Draws the specified Strings as configured in this class instance.
 int DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, java.awt.Color[] fontColors, TextureImage2D texture, TextureImage2D clearBackground, int clearOffsetX, int clearOffsetY)
          Draws the specified Strings as configured in this class instance.
 int DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, java.awt.Color fontColor, TextureImage2D texture)
          Draws the specified Strings as configured in this class instance and clears the previously used area with the Widget's background, if necessary.
 int DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, java.awt.Color fontColor, TextureImage2D texture, boolean clearBefore)
          Draws the specified Strings as configured in this class instance and clears the previously used area with the Widget's background, if necessary.
 int DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, java.awt.Color fontColor, TextureImage2D texture, java.awt.Color clearColor)
          Draws the specified Strings as configured in this class instance.
 int DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, java.awt.Color fontColor, TextureImage2D texture, TextureImage2D clearBackground, int clearOffsetX, int clearOffsetY)
          Draws the specified Strings as configured in this class instance.
 void DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, TextureImage2D texture)
          Draws the specified Strings as configured in this class instance and clears the previously used area with the Widget's background, if necessary.
 void DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, TextureImage2D texture, boolean clearBefore)
          Draws the specified Strings as configured in this class instance and clears the previously used area with the Widget's background, if necessary.
 void DrawnString.drawColumns(int offsetX, int offsetY, java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths, TextureImage2D texture, java.awt.Color clearColor)
          Draws the specified Strings as configured in this class instance.
 int DrawnString.getMaxColWidths(java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths)
          Gets the drawn strings' maximum column-widths and the total width in pixels.
 int DrawnString.getMinColWidths(java.lang.String[] strs, DrawnString.Alignment[] aligns, int padding, int[] colWidths)
          Gets the drawn strings' minimum column-widths and the total width in pixels.
 DrawnString DrawnStringFactory.newDrawnString(java.lang.String name, DrawnString xRelativeTo, DrawnString yRelativeTo, int x, int y, DrawnString.Alignment alignment, boolean y_at_baseline, java.awt.Font font, boolean fontAntiAliased, java.awt.Color fontColor)
          Creates a new DrawnString.
 DrawnString DrawnStringFactory.newDrawnString(java.lang.String name, DrawnString xRelativeTo, DrawnString yRelativeTo, int x, int y, DrawnString.Alignment alignment, boolean y_at_baseline, java.awt.Font font, boolean fontAntiAliased, java.awt.Color fontColor, java.lang.String prefix, java.lang.String postfix)
          Creates a new DrawnString.
 DrawnString DrawnStringFactory.newDrawnString(java.lang.String name, int x, int y, DrawnString.Alignment alignment, boolean y_at_baseline, java.awt.Font font, boolean fontAntiAliased, java.awt.Color fontColor)
          Creates a new DrawnString.
 DrawnString DrawnStringFactory.newDrawnString(java.lang.String name, int x, int y, DrawnString.Alignment alignment, boolean y_at_baseline, java.awt.Font font, boolean fontAntiAliased, java.awt.Color fontColor, java.lang.String prefix, java.lang.String postfix)
          Creates a new DrawnString.
 DrawnString DrawnStringFactory.newDrawnStringIf(boolean condition, java.lang.String name, DrawnString xRelativeTo, DrawnString yRelativeTo, int x, int y, DrawnString.Alignment alignment, boolean y_at_baseline, java.awt.Font font, boolean fontAntiAliased, java.awt.Color fontColor)
          Creates a new DrawnString.
 DrawnString DrawnStringFactory.newDrawnStringIf(boolean condition, java.lang.String name, DrawnString xRelativeTo, DrawnString yRelativeTo, int x, int y, DrawnString.Alignment alignment, boolean y_at_baseline, java.awt.Font font, boolean fontAntiAliased, java.awt.Color fontColor, java.lang.String prefix, java.lang.String postfix)
          Creates a new DrawnString.
 DrawnString DrawnStringFactory.newDrawnStringIf(boolean condition, java.lang.String name, int x, int y, DrawnString.Alignment alignment, boolean y_at_baseline, java.awt.Font font, boolean fontAntiAliased, java.awt.Color fontColor)
          Creates a new DrawnString.
 DrawnString DrawnStringFactory.newDrawnStringIf(boolean condition, java.lang.String name, int x, int y, DrawnString.Alignment alignment, boolean y_at_baseline, java.awt.Font font, boolean fontAntiAliased, java.awt.Color fontColor, java.lang.String prefix, java.lang.String postfix)
          Creates a new DrawnString.