|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crosswire.common.swing.GuiConvert
public final class GuiConvert
Conversions between various types and Strings.
for license details.
The copyright to this program is held by it's authors.| Field Summary | |
|---|---|
private static Logger |
log
The log stream |
| Constructor Summary | |
|---|---|
private |
GuiConvert()
We don't want anyone doing this ... |
| Method Summary | |
|---|---|
static String |
color2String(Color color)
Convert a Color to a String |
static String |
font2String(Font font)
Convert a Font to a String |
static Color |
string2Color(String value)
Convert a String to a Color |
static Font |
string2Font(String value)
Convert a String to a Font |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Logger log
| Constructor Detail |
|---|
private GuiConvert()
| Method Detail |
|---|
public static Font string2Font(String value)
value - the thing to convert
public static String font2String(Font font)
font - the thing to convert
public static Color string2Color(String value)
value - the thing to convert
public static String color2String(Color color)
color - the thing to convert
|
Copyright ยจ 2003-2006 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||