|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.FontStyle
public class FontStyle
Represents the style of a font.
| Field Summary | |
|---|---|
Color |
color
Represents the font color. |
FontFamily |
face
Represents the font face. |
float |
size
Represents the font size. |
| Constructor Summary | |
|---|---|
FontStyle(FontFamily face,
float size,
Color color)
Creates a new instance of FontStyle. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests equality of font styles. |
int |
getHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public FontFamily face
FontFamilypublic float size
public Color color
Color| Constructor Detail |
|---|
public FontStyle(FontFamily face,
float size,
Color color)
FontStyle.
face - the family of the font.size - the size of the font.color - the color of the font.| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - compare to the current HtmlTextAreaStyle FontStyle
public int getHashCode()
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||