Uses of Class
com.github.tadukoo.view.font.FontFamily
Packages that use FontFamily
Package
Description
Contains components that provide extra customizations via Tadukoo Look & Feel (e.g.
Classes for dealing with Fonts.
Contains
FormField, along with its default subclasses
and enums.Contains
NumberFormField and its subclasses.Contains the
TadukooLookAndFeel, which allows you
to customize the Look & Feel more easily through the use of the
TadukooTheme class and
TadukooThemeFactory.-
Uses of FontFamily in com.github.tadukoo.view.components
Fields in com.github.tadukoo.view.components declared as FontFamilyModifier and TypeFieldDescriptionprivate FontFamilyTadukooButton.TadukooButtonBuilder.fontFamilyTheFontFamilyto use on the font of the Buttonprivate FontFamilyTadukooLabel.TadukooLabelBuilder.fontFamilyTheFontFamilyto use on the font of the LabelMethods in com.github.tadukoo.view.components with parameters of type FontFamilyModifier and TypeMethodDescriptionTadukooButton.TadukooButtonBuilder.font(FontFamily fontFamily, int fontStyle, int fontSize) Specifies the font to use on the ButtonTadukooLabel.TadukooLabelBuilder.font(FontFamily fontFamily, int fontStyle, int fontSize) Specifies the font to use on the Label -
Uses of FontFamily in com.github.tadukoo.view.font
Fields in com.github.tadukoo.view.font declared as FontFamilyModifier and TypeFieldDescriptionprivate final FontFamilyFontFamily.alternateThe open source alternative font that can be substituted - may be null for open source fontsprivate final FontFamilyFontFamilies.familyTheFontFamilycontained in this enum valueMethods in com.github.tadukoo.view.font that return FontFamilyMethods in com.github.tadukoo.view.font with parameters of type FontFamilyModifier and TypeMethodDescriptionFontResourceLoader.loadFont(FontFamily font, boolean requireLoadAll) Loads a singleFontFamily.Method parameters in com.github.tadukoo.view.font with type arguments of type FontFamilyModifier and TypeMethodDescriptionFontResourceLoader.loadFonts(List<FontFamily> fonts, boolean requireLoadAll) Loads a collection ofFont Families.Constructors in com.github.tadukoo.view.font with parameters of type FontFamilyModifierConstructorDescriptionprivateFontFamilies(FontFamily family) Creates a FontFamily enumeration with the givenFontFamily(package private)FontFamily(String name, FontFamily alternate) This constructor is used for proprietary fonts, and provides an open source alternative. -
Uses of FontFamily in com.github.tadukoo.view.form.field
Fields in com.github.tadukoo.view.form.field declared as FontFamilyModifier and TypeFieldDescriptionprivate final FontFamilyButtonFormField.buttonFontFamilyTheFontFamilyto use on the font of the Buttonprivate FontFamilyButtonFormField.ButtonFormFieldBuilder.buttonFontFamilyTheFontFamilyto use on the font of the Buttonprotected FontFamilyFormField.FormFieldBuilder.labelFontFamilyTheFontFamilyfor the Label's fontprivate final FontFamilyFormField.labelFontFamilyTheFontFamilyfor the Label's fontMethods in com.github.tadukoo.view.form.field that return FontFamilyModifier and TypeMethodDescriptionButtonFormField.getButtonFontFamily()FormField.getLabelFontFamily()Methods in com.github.tadukoo.view.form.field with parameters of type FontFamilyModifier and TypeMethodDescriptionButtonFormField.ButtonFormFieldBuilder.buttonFont(FontFamily buttonFontFamily, int buttonFontStyle, int buttonFontSize) Specifies the font to use on the ButtonBooleanFormField.BooleanFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelButtonFormField.ButtonFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelDateFormField.DateFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelDropDownFormField.DropDownFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelFormField.FormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelFormFormField.FormFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelStringFormField.StringFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelTableFormField.TableFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelConstructors in com.github.tadukoo.view.form.field with parameters of type FontFamilyModifierConstructorDescriptionprivateBooleanFormField(String key, Boolean defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, boolean editable) Creates a new BooleanFormField with the given parametersprivateButtonFormField(String key, String defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, ActionListener actionListener, SizablePaint buttonForegroundPaint, SizablePaint buttonBackgroundPaint, SizablePaint buttonSelectPaint, SizablePaint buttonFocusPaint, SizablePaint buttonDisabledTextPaint, FontFamily buttonFontFamily, int buttonFontStyle, int buttonFontSize, Border buttonBorder, ShapeInfo buttonShape) Creates a new ButtonFormField with the given parametersprivateDateFormField(String key, Date defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, int minYear, int maxYear) Creates a new DateFormField with the given parameters.privateDropDownFormField(String key, String defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, boolean editable, String[] options) Creates a new DropDownFormField with the given parameters.protectedFormField(FieldType type, String key, Type defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader) Creates a new FormField with the given parameters.privateFormFormField(String key, AbstractSimpleForm defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader) Creates a new FormFormField with the given parametersprivateStringFormField(String key, String defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, StringFormField.StringFieldType stringFieldType, boolean editable, int columns) Creates a new StringFormField with the given parametersprivateTableFormField(String key, List<com.github.tadukoo.util.pojo.OrderedMappedPojo> defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader) Creates a new TableFormField with the given parameters -
Uses of FontFamily in com.github.tadukoo.view.form.field.number
Methods in com.github.tadukoo.view.form.field.number with parameters of type FontFamilyModifier and TypeMethodDescriptionDoubleFormField.DoubleFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelFloatFormField.FloatFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelIntFormField.IntFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelLongFormField.LongFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelShortFormField.ShortFormFieldBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use on the LabelConstructors in com.github.tadukoo.view.form.field.number with parameters of type FontFamilyModifierConstructorDescriptionprivateDoubleFormField(String key, Double defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Double minValue, Double maxValue, Double stepSize) Creates a new DoubleFormField with the given parameters.privateFloatFormField(String key, Float defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Float minValue, Float maxValue, Float stepSize) Creates a new FloatFormField with the given parameters.privateIntFormField(String key, Integer defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Integer minValue, Integer maxValue, Integer stepSize) Creates a new IntFormField with the given parameters.privateLongFormField(String key, Long defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Long minValue, Long maxValue, Long stepSize) Creates a new LongFormField with the given parameters.protectedNumberFormField(FieldType type, String key, Type defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Type minValue, Type maxValue, Type stepSize) Creates a new NumberFormField with the given parameters.privateShortFormField(String key, Short defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Short minValue, Short maxValue, Short stepSize) Creates a new ShortFormField with the given parameters. -
Uses of FontFamily in com.github.tadukoo.view.lookandfeel
Fields in com.github.tadukoo.view.lookandfeel declared as FontFamilyModifier and TypeFieldDescriptionprivate FontFamilyTadukooTheme.TadukooThemeBuilder.buttonFontFamilyTheFontFamilyto use for Buttonsprivate FontFamilyTadukooTheme.TadukooThemeBuilder.defaultFontFamilyTheFontFamilyto use for unspecified fontsprivate FontFamilyTadukooTheme.TadukooThemeBuilder.labelFontFamilyTheFontFamilyto use for Labelsprivate FontFamilyTadukooTheme.TadukooThemeBuilder.titledBorderFontFamilyThe defaultFontFamilyto use in Titled BordersMethods in com.github.tadukoo.view.lookandfeel with parameters of type FontFamilyModifier and TypeMethodDescriptionTadukooTheme.TadukooThemeBuilder.buttonFont(FontFamily buttonFontFamily, int buttonFontStyle, int buttonFontSize) Specifies the font to use for ButtonsTadukooTheme.TadukooThemeBuilder.defaultFont(FontFamily defaultFontFamily, int defaultFontStyle, int defaultFontSize) Specifies the font to use for unspecified fontsTadukooTheme.TadukooThemeBuilder.labelFont(FontFamily labelFontFamily, int labelFontStyle, int labelFontSize) Specifies the font to use for LabelsTadukooTheme.TadukooThemeBuilder.titledBorderFont(FontFamily titledBorderFontFamily, int titledBorderFontStyle, int titledBorderFontSize) Specifies the default font to use for Titled Borders