org.deegree.style.styling.components
Class Font

java.lang.Object
  extended by 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
 
Field Summary
 boolean bold
          Default is false.
 List<String> fontFamily
          Default is empty list.
 double fontSize
          Default is 10.
 Font.Style fontStyle
          Default is NORMAL.
 
Constructor Summary
Font()
           
 
Method Summary
 Font copy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

Font

public Font()
Method Detail

copy

public Font copy()
Specified by:
copy in interface Copyable<Font>
Returns:
the copied object


Copyright © 2011. All Rights Reserved.