|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |