|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Font | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
org.geotools.styling.visitor | |
org.geotools.swing.styling | Dialogs to create basic rendering styles. |
Uses of Font in org.geotools.styling |
---|
Methods in org.geotools.styling that return Font | |
---|---|
Font |
StyleFactoryImpl.createFont(Expression fontFamily,
Expression fontStyle,
Expression fontWeight,
Expression fontSize)
|
Font |
StyleBuilder.createFont(Expression fontFamily,
Expression fontStyle,
Expression fontWeight,
Expression fontSize)
wrapper round StyleFactory method |
abstract Font |
AbstractStyleFactory.createFont(Expression fontFamily,
Expression fontStyle,
Expression fontWeight,
Expression fontSize)
|
Font |
StyleFactory.createFont(Expression fontFamily,
Expression fontStyle,
Expression fontWeight,
Expression fontSize)
|
Font |
StyleBuilder.createFont(Font font)
create a geotools font object from a java font |
Font |
StyleBuilder.createFont(String fontFamily,
boolean italic,
boolean bold,
double fontSize)
create font of supplied family, size and weight/style |
Font |
StyleBuilder.createFont(String fontFamily,
double fontSize)
create font of supplied family and size |
Font |
StyleFactoryImpl.font(List<Expression> family,
Expression style,
Expression weight,
Expression size)
|
Font |
StyleFactory.font(List<Expression> family,
Expression style,
Expression weight,
Expression size)
|
static Font |
SLD.font(TextSymbolizer symbolizer)
Retrieves the font from a TextSymbolizer. |
Font |
StyleFactoryImpl.getDefaultFont()
Creates a defaultFont which is valid on all machines. |
abstract Font |
AbstractStyleFactory.getDefaultFont()
|
Font |
StyleFactory.getDefaultFont()
|
Font |
TextSymbolizerImpl.getFont()
|
Font |
TextSymbolizer.getFont()
Font to use when rendering this symbolizer. |
Font[] |
TextSymbolizerImpl.getFonts()
Deprecated. |
Font[] |
TextMarkImpl.getFonts()
Getter for property font. |
Font[] |
TextSymbolizer.getFonts()
Deprecated. use getFont() |
Font[] |
TextMark.getFonts()
Deprecated. |
protected Font |
SLDParser.parseFont(Node root)
Internal method to parse a Font Node; protected to allow for unit testing |
Methods in org.geotools.styling with parameters of type Font | |
---|---|
void |
TextSymbolizerImpl.addFont(Font font)
Deprecated. |
void |
TextMarkImpl.addFont(Font font)
Setter for property font. |
void |
TextMark.addFont(Font font)
Deprecated. |
static Style |
SLD.createLineStyle(Color lineColor,
float width,
String labelField,
Font labelFont)
Create a line style with given color, line width and optional labels |
static Style |
SLD.createPointStyle(String wellKnownName,
Color lineColor,
Color fillColor,
float opacity,
float size,
String labelField,
Font labelFont)
Create a point style, optionally with text labels |
static Style |
SLD.createPolygonStyle(Color outlineColor,
Color fillColor,
float opacity,
String labelField,
Font labelFont)
Create a polygon style with the given colors, opacity and optional labels. |
TextSymbolizer |
StyleBuilder.createStaticTextSymbolizer(Color color,
Font[] fonts,
String label)
create a textsymbolizer which doesn't change |
TextSymbolizer |
StyleBuilder.createStaticTextSymbolizer(Color color,
Font font,
String label)
create a textsymbolizer which doesn't change |
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Color color,
Font[] fonts,
String attributeName)
create a textsymbolizer |
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Color color,
Font font,
String attributeName)
create a textsymbolizer |
TextSymbolizer |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
|
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
create a text symbolizer |
abstract TextSymbolizer |
AbstractStyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
|
TextSymbolizer |
StyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
|
TextSymbolizer2 |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
|
TextSymbolizer2 |
StyleFactory2.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
Label Shield hack, non SLD 1.1 |
void |
TextSymbolizerImpl.setFonts(Font[] fonts)
Deprecated. |
void |
TextSymbolizer.setFonts(Font[] fonts)
Deprecated. use getFont() setters to modify the set of font faces used |
Constructors in org.geotools.styling with parameters of type Font | |
---|---|
TextMarkImpl(Font font,
Expression symbol)
|
|
TextMarkImpl(Font font,
String symbol)
Creates a new instance of TextMark |
Uses of Font in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder that return Font | |
---|---|
Font |
FontBuilder.build()
|
Methods in org.geotools.styling.builder with parameters of type Font | |
---|---|
FontBuilder<P> |
FontBuilder.reset(Font font)
|
Uses of Font in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return Font | |
---|---|
protected Font |
DuplicatingStyleVisitor.copy(Font font)
Null safe copy of a single font |
protected Font[] |
DuplicatingStyleVisitor.copy(Font[] fonts)
Null safe copy of font array. |
Methods in org.geotools.styling.visitor with parameters of type Font | |
---|---|
protected Font |
DuplicatingStyleVisitor.copy(Font font)
Null safe copy of a single font |
protected Font[] |
DuplicatingStyleVisitor.copy(Font[] fonts)
Null safe copy of font array. |
Uses of Font in org.geotools.swing.styling |
---|
Methods in org.geotools.swing.styling that return Font | |
---|---|
Font |
JSimpleStyleDialog.getLabelFont()
Get the font to use for labels |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |