javax.swing.text.html
static final class: CSS.Value [javadoc |
source]
java.lang.Object
javax.swing.text.html.CSS$Value
| Field Summary |
|---|
| static final CSS.Value | INHERITED | |
| static final CSS.Value | NONE | |
| static final CSS.Value | HIDDEN | |
| static final CSS.Value | DOTTED | |
| static final CSS.Value | DASHED | |
| static final CSS.Value | SOLID | |
| static final CSS.Value | DOUBLE | |
| static final CSS.Value | GROOVE | |
| static final CSS.Value | RIDGE | |
| static final CSS.Value | INSET | |
| static final CSS.Value | OUTSET | |
| static final CSS.Value | DISC | |
| static final CSS.Value | CIRCLE | |
| static final CSS.Value | SQUARE | |
| static final CSS.Value | DECIMAL | |
| static final CSS.Value | LOWER_ROMAN | |
| static final CSS.Value | UPPER_ROMAN | |
| static final CSS.Value | LOWER_ALPHA | |
| static final CSS.Value | UPPER_ALPHA | |
| static final CSS.Value | BACKGROUND_NO_REPEAT | |
| static final CSS.Value | BACKGROUND_REPEAT | |
| static final CSS.Value | BACKGROUND_REPEAT_X | |
| static final CSS.Value | BACKGROUND_REPEAT_Y | |
| static final CSS.Value | BACKGROUND_SCROLL | |
| static final CSS.Value | BACKGROUND_FIXED | |
| static final CSS.Value[] | allValues | |
| Method from javax.swing.text.html.CSS$Value Summary: |
|---|
|
toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.text.html.CSS$Value Detail: |
public String toString() {
return name;
}
The string representation of the attribute. This
should exactly match the string specified in the
CSS specification. |