|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Font | |
org.deegree_impl.graphics.sld | |
org.deegree.graphics.sld |
Uses of Font in org.deegree_impl.graphics.sld |
Classes in org.deegree_impl.graphics.sld that implement Font | |
class |
Font_Impl
The Font element identifies a font of a certain family, style, weight, size and color. |
Fields in org.deegree_impl.graphics.sld declared as Font | |
private Font |
TextSymbolizer_Impl.font
|
Methods in org.deegree_impl.graphics.sld that return Font | |
Font |
TextSymbolizer_Impl.getFont()
Identifies a Font of a certain family, style, and size. |
static Font |
StyleFactory.createFont(java.awt.Font font)
create a geotools font object from a java font |
static Font |
StyleFactory.createFont(java.lang.String fontFamily,
double fontSize)
create font of supplied family and size |
static Font |
StyleFactory.createFont(java.lang.String fontFamily,
boolean italic,
boolean bold,
double fontSize)
create font of supplied family, size and weight/style |
private static Font |
SLDFactory.createFont(org.w3c.dom.Element element)
Creates a Font-instance according to the contents of the DOM-subtree starting at the given 'Font'-Element. |
Methods in org.deegree_impl.graphics.sld with parameters of type Font | |
void |
TextSymbolizer_Impl.setFont(Font font)
Sets a Font of a certain family, style, and size. |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(java.awt.Color color,
Font font,
java.lang.String attributeName,
LabelPlacement labelPlacement)
create a textsymbolizer |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(java.lang.String geometryPropertyName,
java.lang.String attribute,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
create a textsymbolizer |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(Geometry geometry,
ParameterValueType label,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
create a textsymbolizer |
static TextSymbolizer |
StyleFactory.createStaticTextSymbolizer(java.awt.Color color,
Font font,
java.lang.String label)
create a textsymbolizer which doesn't change |
static TextSymbolizer |
StyleFactory.createStaticTextSymbolizer(java.awt.Color color,
Font[] fonts,
java.lang.String label)
create a textsymbolizer which doesn't change |
Constructors in org.deegree_impl.graphics.sld with parameters of type Font | |
TextSymbolizer_Impl(Geometry geometry,
ParameterValueType label,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
constructor initializing the class with the |
Uses of Font in org.deegree.graphics.sld |
Methods in org.deegree.graphics.sld that return Font | |
Font |
TextSymbolizer.getFont()
Identifies a Font of a certain family, style, and size. |
Methods in org.deegree.graphics.sld with parameters of type Font | |
void |
TextSymbolizer.setFont(Font font)
sets the Font |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |