Uses of Class
de.erichseifert.vectorgraphics2d.VectorGraphics2D.FontRendering

Uses of VectorGraphics2D.FontRendering in de.erichseifert.vectorgraphics2d
 

Methods in de.erichseifert.vectorgraphics2d that return VectorGraphics2D.FontRendering
 VectorGraphics2D.FontRendering VectorGraphics2D.getFontRendering()
          Returns how fonts should be rendered.
static VectorGraphics2D.FontRendering VectorGraphics2D.FontRendering.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VectorGraphics2D.FontRendering[] VectorGraphics2D.FontRendering.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.erichseifert.vectorgraphics2d with parameters of type VectorGraphics2D.FontRendering
 void VectorGraphics2D.setFontRendering(VectorGraphics2D.FontRendering mode)
          Sets how fonts should be rendered.
 



Copyright © 2010. All Rights Reserved.