|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.pilots.html4.CSSAttribs
An object of this class is used to represent a set of all styles for an element
| Field Summary | |
String |
font_family
|
int |
font_size
|
int |
font_style
|
| Method Summary | |
boolean |
equals(Object o)
|
void |
finalize()
|
Color |
getBackgroundColor()
|
Object |
getBackgroundImage()
Retrieve the background image |
Font |
getFont()
Retrieve the Font defined in the attributes of this CSS object. |
Font |
getTestedFont(char[] text,
int start,
int length)
Retrieve a Font that has been tested to work with the given text. |
Font |
getTestedFont(String text)
Retrieve a Font that has been tested to work with the given text. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String font_family
public int font_size
public int font_style
| Method Detail |
public Font getFont()
public Color getBackgroundColor()
public Object getBackgroundImage()
public Font getTestedFont(String text)
text - The passage of text as a char array
public Font getTestedFont(char[] text,
int start,
int length)
text - The passage of text as a char arraystart - The starting offset into the char arraylength - The number of chars to test
public void finalize()
public int hashCode()
public boolean equals(Object o)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||