org.deegree.style.styling.components
Class Font
java.lang.Object
org.deegree.style.styling.components.Font
- All Implemented Interfaces:
- Copyable<Font>
public class Font
- extends Object
- implements Copyable<Font>
Font
- Version:
- $Revision: 29574 $, $Date: 2011-02-08 13:31:14 +0100 (Tue, 08 Feb 2011) $
- Author:
- Andreas Schmitz, last edited by: $Author: aschmitz $
Nested Class Summary |
static class |
Font.Style
Style |
Constructor Summary |
Font()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fontFamily
public List<String> fontFamily
- Default is empty list.
fontStyle
public Font.Style fontStyle
- Default is NORMAL.
bold
public boolean bold
- Default is false.
fontSize
public double fontSize
- Default is 10.
Font
public Font()
copy
public Font copy()
- Specified by:
copy
in interface Copyable<Font>
- Returns:
- the copied object
Copyright © 2011. All Rights Reserved.