Uses of Interface
org.geotools.styling.Font

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 StyleBuilder.createFont(org.opengis.filter.expression.Expression fontFamily, org.opengis.filter.expression.Expression fontStyle, org.opengis.filter.expression.Expression fontWeight, org.opengis.filter.expression.Expression fontSize)
          wrapper round StyleFactory method
 Font StyleFactoryImpl.createFont(org.opengis.filter.expression.Expression fontFamily, org.opengis.filter.expression.Expression fontStyle, org.opengis.filter.expression.Expression fontWeight, org.opengis.filter.expression.Expression fontSize)
           
abstract  Font AbstractStyleFactory.createFont(org.opengis.filter.expression.Expression fontFamily, org.opengis.filter.expression.Expression fontStyle, org.opengis.filter.expression.Expression fontWeight, org.opengis.filter.expression.Expression fontSize)
           
 Font StyleFactory.createFont(org.opengis.filter.expression.Expression fontFamily, org.opengis.filter.expression.Expression fontStyle, org.opengis.filter.expression.Expression fontWeight, org.opengis.filter.expression.Expression fontSize)
           
 Font StyleBuilder.createFont(java.awt.Font font)
          create a geotools font object from a java font
 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(java.lang.String fontFamily, double fontSize)
          create font of supplied family and size
 Font StyleFactoryImpl.font(java.util.List<org.opengis.filter.expression.Expression> family, org.opengis.filter.expression.Expression style, org.opengis.filter.expression.Expression weight, org.opengis.filter.expression.Expression size)
           
 Font StyleFactory.font(java.util.List<org.opengis.filter.expression.Expression> family, org.opengis.filter.expression.Expression style, org.opengis.filter.expression.Expression weight, org.opengis.filter.expression.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(org.w3c.dom.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(java.awt.Color lineColor, float width, java.lang.String labelField, Font labelFont)
          Create a line style with given color, line width and optional labels
static Style SLD.createPointStyle(java.lang.String wellKnownName, java.awt.Color lineColor, java.awt.Color fillColor, float opacity, float size, java.lang.String labelField, Font labelFont)
          Create a point style, optionally with text labels
static Style SLD.createPolygonStyle(java.awt.Color outlineColor, java.awt.Color fillColor, float opacity, java.lang.String labelField, Font labelFont)
          Create a polygon style with the given colors, opacity and optional labels.
 TextSymbolizer StyleBuilder.createStaticTextSymbolizer(java.awt.Color color, Font[] fonts, java.lang.String label)
          create a textsymbolizer which doesn't change
 TextSymbolizer StyleBuilder.createStaticTextSymbolizer(java.awt.Color color, Font font, java.lang.String label)
          create a textsymbolizer which doesn't change
 TextSymbolizer StyleBuilder.createTextSymbolizer(java.awt.Color color, Font[] fonts, java.lang.String attributeName)
          create a textsymbolizer
 TextSymbolizer StyleBuilder.createTextSymbolizer(java.awt.Color color, Font font, java.lang.String attributeName)
          create a textsymbolizer
 TextSymbolizer StyleBuilder.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, org.opengis.filter.expression.Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
          create a text symbolizer
 TextSymbolizer StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, org.opengis.filter.expression.Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, org.opengis.filter.expression.Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer StyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, org.opengis.filter.expression.Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer2 StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, org.opengis.filter.expression.Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
           
 TextSymbolizer2 StyleFactory2.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, org.opengis.filter.expression.Expression label, LabelPlacement labelPlacement, java.lang.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, org.opengis.filter.expression.Expression symbol)
           
TextMarkImpl(Font font, java.lang.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
 



Copyright © 1996-2010 Geotools. All Rights Reserved.