Класс FontConverter.FontWeightConverter
java.lang.Object
javafx.css.StyleConverter<String,FontWeight>
javafx.css.converter.FontConverter.FontWeightConverter
- Включающий класс:
- FontConverter
public static final class FontConverter.FontWeightConverter
extends StyleConverter<String,FontWeight> Конвертер для преобразования значения
String в объект FontWeight.- С тех пор:
- 9
Краткое описание вложенных классов
Вложенные классы/интерфейсы, объявленные в классе javafx.css.StyleConverter
StyleConverter.StringStore
Краткое описание методов
| Модификатор и тип | Метод | Описание |
|---|---|---|
static FontConverter.FontWeightConverter | getInstance() | Получает экземпляр FontWeightConverter. |
Методы, объявленные в классе javafx.css.StyleConverter
cacheValue, clearCache, convert, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
Подробное описание методов
getInstance
public static FontConverter.FontWeightConverter getInstance()
Получает экземпляр
FontWeightConverter.- Возвращает:
- экземпляр
FontWeightConverter
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.