| Package | Description |
|---|---|
| com.sun.javafx.css |
| Modifier and Type | Field and Description |
|---|---|
private FontFace.FontFaceSrcType |
FontFace.FontFaceSrc.type |
| Modifier and Type | Method and Description |
|---|---|
FontFace.FontFaceSrcType |
FontFace.FontFaceSrc.getType() |
static FontFace.FontFaceSrcType |
FontFace.FontFaceSrcType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontFace.FontFaceSrcType[] |
FontFace.FontFaceSrcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FontFaceSrc(FontFace.FontFaceSrcType type,
java.lang.String src) |
FontFaceSrc(FontFace.FontFaceSrcType type,
java.lang.String src,
java.lang.String format) |