Uses of Interface
org.geotools.styling.Font

Packages that use Font
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of Font in org.geotools.styling
 

Classes in org.geotools.styling that implement Font
 class FontImpl
          Provides a Java representation of the Font element of an SLD.
 

Methods in org.geotools.styling that return Font
static Font FontImpl.createDefault(FilterFactory filterFactory)
          Utility method to capture the default font in one place.
abstract  Font AbstractStyleFactory.createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)
           
 Font StyleBuilder.createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)
          wrapper round StyleFactory method
 Font StyleFactoryImpl.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
static Font SLD.font(TextSymbolizer symbolizer)
          Grabs the font from the first TextSymbolizer.
abstract  Font AbstractStyleFactory.getDefaultFont()
           
 Font StyleFactoryImpl.getDefaultFont()
          Creates a defaultFont which is valid on all machines.
 Font StyleFactory.getDefaultFont()
           
 Font TextSymbolizerImpl.getFont()
           
 Font TextSymbolizer.getFont()
          Font to use when rendering this symbolizer.
 Font[] TextMarkImpl.getFonts()
          Getter for property font.
 Font[] TextSymbolizerImpl.getFonts()
          Returns a device independent Font object that is to be used to render the label.
 Font[] TextMark.getFonts()
           
 Font[] TextSymbolizer.getFonts()
          Deprecated. use getFont()
 

Methods in org.geotools.styling with parameters of type Font
 void TextMarkImpl.addFont(Font font)
          Setter for property font.
 void TextSymbolizerImpl.addFont(Font font)
          Setter for property font.
 void TextMark.addFont(Font font)
           
 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
abstract  TextSymbolizer AbstractStyleFactory.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
 TextSymbolizer StyleFactoryImpl.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)
          Sets the list of fonts in the TextSymbolizer to the provided array of Fonts.
 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.visitor
 

Methods in org.geotools.styling.visitor that return Font
protected  Font RescaleStyleVisitor.copy(Font font)
          Increase font size
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 RescaleStyleVisitor.copy(Font font)
          Increase font size
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.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.