org.geotools.styling
Interface Font

All Known Implementing Classes:
FontImpl

public interface Font

A system-independent object for holding SLD font infomation. This holds information on the text font to use in text processing. Font-family, font-style, font-weight and font-size. $Id: Font.java,v 1.3 2002/10/16 16:56:47 ianturton Exp $

Author:
Ian Turton, CCG

Method Summary
 Expression getFontFamily()
           
 Expression getFontSize()
           
 Expression getFontStyle()
           
 Expression getFontWeight()
           
 void setFontFamily(Expression family)
           
 void setFontSize(Expression size)
           
 void setFontStyle(Expression style)
           
 void setFontWeight(Expression weight)
           
 

Method Detail

getFontFamily

public Expression getFontFamily()

setFontFamily

public void setFontFamily(Expression family)

getFontStyle

public Expression getFontStyle()

setFontStyle

public void setFontStyle(Expression style)

getFontWeight

public Expression getFontWeight()

setFontWeight

public void setFontWeight(Expression weight)

getFontSize

public Expression getFontSize()

setFontSize

public void setFontSize(Expression size)


Copyright © GeoTools. All Rights Reserved.