Uses of Interface
org.geotools.styling.Font

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

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
 Font[] TextMarkImpl.getFonts()
          Getter for property font.
abstract  Font AbstractStyleFactory.createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)
           
abstract  Font AbstractStyleFactory.getDefaultFont()
           
 Font StyleFactoryImpl.createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)
           
 Font StyleFactoryImpl.getDefaultFont()
          Creates a defaultFont which is valid on all machines.
 Font[] TextSymbolizerImpl.getFonts()
          Returns a device independent Font object that is to be used to render the label.
 Font StyleBuilder.createFont(java.awt.Font font)
          create a geotools font object from a java font
 Font StyleBuilder.createFont(java.lang.String fontFamily, double fontSize)
          create font of supplied family and size
 Font StyleBuilder.createFont(java.lang.String fontFamily, boolean italic, boolean bold, double fontSize)
          create font of supplied family, size and weight/style
 Font StyleBuilder.createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)
          wrapper round StyleFactory method
static Font SLD.font(TextSymbolizer symbolizer)
           
 Font[] TextMark.getFonts()
           
 Font StyleFactory.createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)
           
 Font StyleFactory.getDefaultFont()
           
 Font[] TextSymbolizer.getFonts()
          Returns a device independent Font object that is to be used to render the label.
 

Methods in org.geotools.styling with parameters of type Font
 void TextMarkImpl.addFont(Font font)
          Setter for property font.
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer2 StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
           
 void TextSymbolizerImpl.addFont(Font font)
          Setter for property font.
 void TextSymbolizerImpl.setFonts(Font[] fonts)
          Sets the list of fonts in the TextSymbolizer to the provided array of Fonts.
 TextSymbolizer StyleBuilder.createTextSymbolizer(java.awt.Color color, Font font, java.lang.String attributeName)
          create a textsymbolizer
 TextSymbolizer StyleBuilder.createTextSymbolizer(java.awt.Color color, Font[] fonts, java.lang.String attributeName)
          create a textsymbolizer
 TextSymbolizer StyleBuilder.createStaticTextSymbolizer(java.awt.Color color, Font font, java.lang.String label)
          create a textsymbolizer which doesn't change
 TextSymbolizer StyleBuilder.createStaticTextSymbolizer(java.awt.Color color, Font[] fonts, java.lang.String label)
          create a textsymbolizer which doesn't change
 TextSymbolizer StyleBuilder.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
          create a text symbolizer
 TextSymbolizer2 StyleFactory2.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
          Label Shield hack, non SLD 1.1
 void TextMark.addFont(Font font)
           
 TextSymbolizer StyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 void TextSymbolizer.setFonts(Font[] fonts)
          sets a list of device independent Font objects to be used to render the label.
 

Constructors in org.geotools.styling with parameters of type Font
TextMarkImpl(Font font, java.lang.String symbol)
          Creates a new instance of TextMark
TextMarkImpl(Font font, Expression symbol)
           
 



Copyright © GeoTools. All Rights Reserved.