Package | Description |
---|---|
com.xalys.xgl.browser.dom.css | |
com.xalys.xgl.browser.dom.css.enums.font | |
com.xalys.xgl.font |
Modifier and Type | Method and Description |
---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setFontWeight(FontWeight weight) |
MutableStyle |
MutableStyle.setFontWeight(FontWeight weight) |
Modifier and Type | Method and Description |
---|---|
static FontWeight |
FontWeight.get(String propertyName) |
static FontWeight |
FontWeight.getDefault() |
static FontWeight |
FontWeight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontWeight[] |
FontWeight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FontWeight |
Font.getWeight() |
Modifier and Type | Method and Description |
---|---|
Font |
Font.setWeight(FontWeight fontWeight) |
Copyright © 2018 Xalys. All rights reserved.