|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.rendering.r2d.styling.components.Font
public class Font
Font
Nested Class Summary | |
---|---|
static class |
Font.Style
Style |
Field Summary | |
---|---|
boolean |
bold
Default is false. |
java.util.List<java.lang.String> |
fontFamily
Default is empty list. |
int |
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 |
---|
public java.util.List<java.lang.String> fontFamily
public Font.Style fontStyle
public boolean bold
public int fontSize
Constructor Detail |
---|
public Font()
Method Detail |
---|
public Font copy()
copy
in interface Copyable<Font>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |