Package | Description |
---|---|
com.sun.javafx.css |
Modifier and Type | Method and Description |
---|---|
FontFace.FontFaceSrcType |
FontFace.FontFaceSrc.getType() |
static FontFace.FontFaceSrcType |
FontFace.FontFaceSrcType.valueOf(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,
String src) |
FontFaceSrc(FontFace.FontFaceSrcType type,
String src,
String format) |
Copyright © 2020. All rights reserved.