|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.event.AbstractGTComponent org.geotools.styling.FontImpl
Provides a Java representation of the Font element of an SLD.
Nested Class Summary |
Nested classes inherited from class org.geotools.styling.Font |
Font.Style, Font.Weight |
Field Summary |
Fields inherited from class org.geotools.event.AbstractGTComponent |
notification |
Fields inherited from interface org.geotools.styling.Font |
DEFAULT_FONTSIZE |
Constructor Summary | |
protected |
FontImpl()
Creates a new instance of DefaultFont |
Method Summary | |
java.lang.Object |
clone()
Creates a clone of the font. |
boolean |
equals(java.lang.Object oth)
Compares this font with another for equality. |
Expression |
getFontFamily()
Getter for property fontFamily. |
Expression |
getFontSize()
Getter for property fontSize. |
Expression |
getFontStyle()
Getter for property fontStyle. |
Expression |
getFontWeight()
Getter for property fontWeight. |
int |
hashCode()
Generates the hashcode for the font. |
void |
setFontFamily(Expression fontFamily)
Setter for property fontFamily. |
void |
setFontSize(Expression fontSize)
Setter for property fontSize. |
void |
setFontStyle(Expression fontStyle)
Setter for property fontStyle. |
void |
setFontWeight(Expression fontWeight)
Setter for property fontWeight. |
Methods inherited from class org.geotools.event.AbstractGTComponent |
changed, fireChanged, fireChildChanged, getNote, getParent, removed, setNote |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.event.GTComponent |
changed, getNote, getParent, removed, setNote |
Constructor Detail |
protected FontImpl()
Method Detail |
public Expression getFontFamily()
getFontFamily
in interface Font
public void setFontFamily(Expression fontFamily)
setFontFamily
in interface Font
fontFamily
- New value of property fontFamily.public Expression getFontSize()
getFontSize
in interface Font
public void setFontSize(Expression fontSize)
setFontSize
in interface Font
fontSize
- New value of property fontSize.public Expression getFontStyle()
getFontStyle
in interface Font
public void setFontStyle(Expression fontStyle)
setFontStyle
in interface Font
fontStyle
- New value of property fontStyle.public Expression getFontWeight()
getFontWeight
in interface Font
public void setFontWeight(Expression fontWeight)
setFontWeight
in interface Font
fontWeight
- New value of property fontWeight.public java.lang.Object clone()
clone
in interface org.opengis.util.Cloneable
clone
in class AbstractGTComponent
Cloneable.clone()
public int hashCode()
public boolean equals(java.lang.Object oth)
oth
- DOCUMENT ME!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |