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
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.