|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontVariant | |
---|---|
com.osbcp.css | Main package. |
com.osbcp.css.constants | Package containing various CSS constants. |
Uses of FontVariant in com.osbcp.css |
---|
Methods in com.osbcp.css with parameters of type FontVariant | |
---|---|
CSS |
CSS.setFontVariant(FontVariant variant)
Sets the font-variant property. |
Uses of FontVariant in com.osbcp.css.constants |
---|
Methods in com.osbcp.css.constants that return FontVariant | |
---|---|
static FontVariant |
FontVariant.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FontVariant[] |
FontVariant.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |