|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.xml.tag.Attribute
|
+--com.jdc.gui.html.tag.Attribute
|
+--com.jdc.gui.html.tag.attr.Color
Color is used to create an HTML color attribute required by HTML tags implemented as classes like Font.
Font,
Serialized Form| Field Summary | |
static String |
AQUA
Aqua. |
static String |
BLACK
Black. |
static String |
BLUE
Blue. |
static String |
FUCHSIA
Fuchsia. |
static String |
GRAY
Gray. |
static String |
GREEN
Green. |
static String |
LIME
Lime. |
static String |
MAROON
Maroon. |
static String |
NAVY
Navy |
static String |
OLIVE
Olive. |
static String |
PURPLE
Purple. |
static String |
RED
Red. |
static String |
SILVER
Silver. |
static String |
TEAL
Teal. |
static String |
WHITE
White. |
static String |
YELLOW
Yellow. |
| Fields inherited from class com.jdc.gui.html.tag.Attribute |
SINGLE_QUOTE |
| Fields inherited from class com.jdc.xml.tag.Attribute |
DOUBLE_QUOTE, EQUALS |
| Fields inherited from interface com.jdc.gui.html.MarkupLanguage |
XHTML |
| Constructor Summary | |
Color()
Constructs a Color object. |
|
| Method Summary | |
String |
create(String color)
Create and return the color/value attribute. |
| Methods inherited from class com.jdc.gui.html.tag.Attribute |
create, create, getName, getQuoteCharacter, getQuotedValue, getValue |
| Methods inherited from class com.jdc.xml.tag.Attribute |
create, create, create, create, create, getQualifier, setName, setQualifier, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String AQUA
public static final String BLACK
public static final String BLUE
public static final String FUCHSIA
public static final String GRAY
public static final String GREEN
public static final String LIME
public static final String MAROON
public static final String NAVY
public static final String OLIVE
public static final String PURPLE
public static final String RED
public static final String SILVER
public static final String TEAL
public static final String WHITE
public static final String YELLOW
| Constructor Detail |
public Color()
| Method Detail |
public String create(String color)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||