Uses of Interface
com.github.tadukoo.view.paint.SizablePaint
Packages that use SizablePaint
Package
Description
Contains components that provide extra customizations via Tadukoo Look & Feel (e.g.
Contains component paint-related interfaces
Contains
FormField, along with its default subclasses
and enums.Contains
NumberFormField and its subclasses.Contains the Component UI classes used in
Tadukoo Look & FeelContains
SizablePaint, to be used to create
Paints that can vary based on the dimensions of the space they're to fill.Provides builders for making
Gradients that can be
used to span an arbitrary space (has a method to generate a Paint when given a Dimension, rather than making a
gradient paint that only works for certain dimensions.-
Uses of SizablePaint in com.github.tadukoo.view.border
Fields in com.github.tadukoo.view.border declared as SizablePaintModifier and TypeFieldDescriptionprivate final SizablePaintShapedBevelBorder.highlightInnerPaintTheSizablePaintfor the inner highlightprivate SizablePaintShapedBevelBorder.ShapedBevelBorderBuilder.highlightInnerPaintTheSizablePaintfor the inner highlightprivate final SizablePaintShapedBevelBorder.highlightOuterPaintTheSizablePaintfor the outer highlightprivate SizablePaintShapedBevelBorder.ShapedBevelBorderBuilder.highlightOuterPaintTheSizablePaintfor the outer highlightprivate final SizablePaintShapedEtchedBorder.highlightPaintTheSizablePaintfor the highlightprivate SizablePaintShapedEtchedBorder.ShapedEtchedBorderBuilder.highlightPaintTheSizablePaintfor the highlightprivate final SizablePaintShapedLineBorder.paintTheSizablePaintto use on this Borderprivate SizablePaintShapedLineBorder.ShapedLineBorderBuilder.paintTheSizablePaintto use on the Borderprivate final SizablePaintShapedBevelBorder.shadowInnerPaintTheSizablePaintfor the inner shadowprivate SizablePaintShapedBevelBorder.ShapedBevelBorderBuilder.shadowInnerPaintTheSizablePaintfor the inner shadowprivate final SizablePaintShapedBevelBorder.shadowOuterPaintTheSizablePaintfor the outer shadowprivate SizablePaintShapedBevelBorder.ShapedBevelBorderBuilder.shadowOuterPaintTheSizablePaintfor the outer shadowprivate final SizablePaintShapedEtchedBorder.shadowPaintTheSizablePaintfor the shadowprivate SizablePaintShapedEtchedBorder.ShapedEtchedBorderBuilder.shadowPaintTheSizablePaintfor the shadowMethods in com.github.tadukoo.view.border with parameters of type SizablePaintModifier and TypeMethodDescriptionShapedBevelBorder.ShapedBevelBorderBuilder.highlightInnerPaint(SizablePaint highlightInnerPaint) ShapedBevelBorder.ShapedBevelBorderBuilder.highlightOuterPaint(SizablePaint highlightOuterPaint) ShapedEtchedBorder.ShapedEtchedBorderBuilder.highlightPaint(SizablePaint highlightPaint) ShapedLineBorder.ShapedLineBorderBuilder.paint(SizablePaint paint) ShapedBevelBorder.ShapedBevelBorderBuilder.shadowInnerPaint(SizablePaint shadowInnerPaint) ShapedBevelBorder.ShapedBevelBorderBuilder.shadowOuterPaint(SizablePaint shadowOuterPaint) ShapedEtchedBorder.ShapedEtchedBorderBuilder.shadowPaint(SizablePaint shadowPaint) Constructors in com.github.tadukoo.view.border with parameters of type SizablePaintModifierConstructorDescriptionprivateShapedBevelBorder(ShapeInfo shapeInfo, ShapedBevelBorder.BevelType bevelType, SizablePaint highlightInnerPaint, SizablePaint highlightOuterPaint, SizablePaint shadowInnerPaint, SizablePaint shadowOuterPaint) Creates a new Shaped Bevel Border with the given parametersprivateShapedEtchedBorder(ShapeInfo shapeInfo, ShapedEtchedBorder.EtchType etchType, SizablePaint highlightPaint, SizablePaint shadowPaint) Creates a new Shaped Etched Border with the given parametersprivateShapedLineBorder(ShapeInfo shapeInfo, SizablePaint paint, int thickness) Constructs a new ShapedLineBorder with the given parameters -
Uses of SizablePaint in com.github.tadukoo.view.components
Fields in com.github.tadukoo.view.components declared as SizablePaintModifier and TypeFieldDescriptionprivate SizablePaintTadukooButton.backgroundPaintTheSizablePaintto use for the background of the Buttonprivate SizablePaintTadukooButton.TadukooButtonBuilder.backgroundPaintTheSizablePaintto use for the background of the Buttonprivate SizablePaintTadukooLabel.backgroundPaintTheSizablePaintto use for the background of the Labelprivate SizablePaintTadukooLabel.TadukooLabelBuilder.backgroundPaintTheSizablePaintto use for the background of the Labelprivate SizablePaintTadukooLabel.disabledForegroundPaintTheSizablePaintto use for the disabled foreground of the Labelprivate SizablePaintTadukooLabel.TadukooLabelBuilder.disabledForegroundPaintTheSizablePaintto use for the disabled foreground of the Labelprivate SizablePaintTadukooButton.disabledTextPaintTheSizablePaintto use for disabled text on the Buttonprivate SizablePaintTadukooButton.TadukooButtonBuilder.disabledTextPaintTheSizablePaintto use for disabled text on the Buttonprivate SizablePaintTadukooButton.focusPaintTheSizablePaintto use for when this Button is focusedprivate SizablePaintTadukooButton.TadukooButtonBuilder.focusPaintTheSizablePaintto use for when the Button is focusedprivate SizablePaintTadukooButton.foregroundPaintTheSizablePaintto use for the foreground of the Buttonprivate SizablePaintTadukooButton.TadukooButtonBuilder.foregroundPaintTheSizablePaintto use for the foreground of the Buttonprivate SizablePaintTadukooLabel.foregroundPaintTheSizablePaintto use for the foreground of the Labelprivate SizablePaintTadukooLabel.TadukooLabelBuilder.foregroundPaintTheSizablePaintto use for the foreground of the Labelprivate SizablePaintTadukooButton.selectPaintTheSizablePaintto use for when this Button is selectedprivate SizablePaintTadukooButton.TadukooButtonBuilder.selectPaintTheSizablePaintto use for when the Button is selectedMethods in com.github.tadukoo.view.components that return SizablePaintModifier and TypeMethodDescriptionTadukooButton.getBackgroundPaint()TadukooLabel.getBackgroundPaint()TadukooLabel.getDisabledForegroundPaint()TadukooButton.getDisabledTextPaint()TadukooButton.getFocusPaint()TadukooButton.getForegroundPaint()TadukooLabel.getForegroundPaint()TadukooButton.getSelectPaint()Methods in com.github.tadukoo.view.components with parameters of type SizablePaintModifier and TypeMethodDescriptionTadukooButton.TadukooButtonBuilder.backgroundPaint(SizablePaint backgroundPaint) TadukooLabel.TadukooLabelBuilder.backgroundPaint(SizablePaint backgroundPaint) TadukooLabel.TadukooLabelBuilder.disabledForegroundPaint(SizablePaint disabledForegroundPaint) TadukooButton.TadukooButtonBuilder.disabledTextPaint(SizablePaint disabledTextPaint) TadukooButton.TadukooButtonBuilder.focusPaint(SizablePaint focusPaint) TadukooButton.TadukooButtonBuilder.foregroundPaint(SizablePaint foregroundPaint) TadukooLabel.TadukooLabelBuilder.foregroundPaint(SizablePaint foregroundPaint) TadukooButton.TadukooButtonBuilder.selectPaint(SizablePaint selectPaint) voidTadukooButton.setBackgroundPaint(SizablePaint backgroundPaint) Sets the backgroundSizablePaintfor this ComponentvoidTadukooLabel.setBackgroundPaint(SizablePaint backgroundPaint) Sets the backgroundSizablePaintfor this ComponentvoidTadukooLabel.setDisabledForegroundPaint(SizablePaint disabledForegroundPaint) Sets the disabled foregroundSizablePaintfor this ComponentvoidTadukooButton.setDisabledTextPaint(SizablePaint disabledTextPaint) Sets the disabled textSizablePaintfor this ComponentvoidTadukooButton.setFocusPaint(SizablePaint focusPaint) Sets the focusSizablePaintfor this ComponentvoidTadukooButton.setForegroundPaint(SizablePaint foregroundPaint) Sets the foregroundSizablePaintfor this ComponentvoidTadukooLabel.setForegroundPaint(SizablePaint foregroundPaint) Sets the foregroundSizablePaintfor this ComponentvoidTadukooButton.setSelectPaint(SizablePaint selectPaint) Sets the selectSizablePaintfor this ComponentConstructors in com.github.tadukoo.view.components with parameters of type SizablePaintModifierConstructorDescriptionprivateTadukooButton(String text, Icon icon, ActionListener actionListener, SizablePaint foregroundPaint, SizablePaint backgroundPaint, SizablePaint selectPaint, SizablePaint focusPaint, SizablePaint disabledTextPaint, Font font, ShapeInfo shapeInfo, Border border) Creates a new Button with the given parametersprivateTadukooLabel(String text, Icon icon, SizablePaint foregroundPaint, SizablePaint backgroundPaint, SizablePaint disabledForegroundPaint, Font font, ShapeInfo shapeInfo, Border border) Constructs a new Tadukoo Label with the given parameters -
Uses of SizablePaint in com.github.tadukoo.view.components.interfaces.paint
Methods in com.github.tadukoo.view.components.interfaces.paint that return SizablePaintModifier and TypeMethodDescriptionHasSizablePaints.getBackgroundPaint()HasDisabledForegroundPaint.getDisabledForegroundPaint()HasDisabledTextPaint.getDisabledTextPaint()HasSelectAndFocusPaints.getFocusPaint()HasSizablePaints.getForegroundPaint()HasSelectAndFocusPaints.getSelectPaint()Methods in com.github.tadukoo.view.components.interfaces.paint with parameters of type SizablePaintModifier and TypeMethodDescriptionvoidHasSizablePaints.setBackgroundPaint(SizablePaint backgroundPaint) Sets the backgroundSizablePaintfor this ComponentvoidHasDisabledForegroundPaint.setDisabledForegroundPaint(SizablePaint disabledForegroundPaint) Sets the disabled foregroundSizablePaintfor this ComponentvoidHasDisabledTextPaint.setDisabledTextPaint(SizablePaint disabledTextPaint) Sets the disabled textSizablePaintfor this ComponentvoidHasSelectAndFocusPaints.setFocusPaint(SizablePaint focusPaint) Sets the focusSizablePaintfor this ComponentvoidHasSizablePaints.setForegroundPaint(SizablePaint foregroundPaint) Sets the foregroundSizablePaintfor this ComponentvoidHasSelectAndFocusPaints.setSelectPaint(SizablePaint selectPaint) Sets the selectSizablePaintfor this Component -
Uses of SizablePaint in com.github.tadukoo.view.form.field
Fields in com.github.tadukoo.view.form.field declared as SizablePaintModifier and TypeFieldDescriptionprivate final SizablePaintButtonFormField.buttonBackgroundPaintTheSizablePaintto use for the background of the Buttonprivate SizablePaintButtonFormField.ButtonFormFieldBuilder.buttonBackgroundPaintTheSizablePaintto use for the background of the Buttonprivate final SizablePaintButtonFormField.buttonDisabledTextPaintTheSizablePaintto use for disabled text on the Buttonprivate SizablePaintButtonFormField.ButtonFormFieldBuilder.buttonDisabledTextPaintTheSizablePaintto use for disabled text on the Buttonprivate final SizablePaintButtonFormField.buttonFocusPaintTheSizablePaintto use for when the Button is focusedprivate SizablePaintButtonFormField.ButtonFormFieldBuilder.buttonFocusPaintTheSizablePaintto use for when the Button is focusedprivate final SizablePaintButtonFormField.buttonForegroundPaintTheSizablePaintto use for the foreground of the Buttonprivate SizablePaintButtonFormField.ButtonFormFieldBuilder.buttonForegroundPaintTheSizablePaintto use for the foreground of the Buttonprivate SizablePaintButtonFormField.ButtonFormFieldBuilder.buttonSelectPaintTheSizablePaintto use for when the Button is selectedprivate final SizablePaintButtonFormField.buttonSelectPaintTheSizablePaintto use for when the Button is selectedprotected SizablePaintFormField.FormFieldBuilder.labelBackgroundPaintTheSizablePaintfor the background of the Labelprivate final SizablePaintFormField.labelBackgroundPaintTheSizablePaintfor the background of the Labelprotected SizablePaintFormField.FormFieldBuilder.labelForegroundPaintTheSizablePaintfor the foreground of the Labelprivate final SizablePaintFormField.labelForegroundPaintTheSizablePaintfor the foreground of the LabelMethods in com.github.tadukoo.view.form.field that return SizablePaintModifier and TypeMethodDescriptionButtonFormField.getButtonBackgroundPaint()ButtonFormField.getButtonDisabledTextPaint()ButtonFormField.getButtonFocusPaint()ButtonFormField.getButtonForegroundPaint()ButtonFormField.getButtonSelectPaint()FormField.getLabelBackgroundPaint()FormField.getLabelForegroundPaint()Methods in com.github.tadukoo.view.form.field with parameters of type SizablePaintModifier and TypeMethodDescriptionButtonFormField.ButtonFormFieldBuilder.buttonBackgroundPaint(SizablePaint buttonBackgroundPaint) ButtonFormField.ButtonFormFieldBuilder.buttonDisabledTextPaint(SizablePaint buttonDisabledTextPaint) ButtonFormField.ButtonFormFieldBuilder.buttonFocusPaint(SizablePaint buttonFocusPaint) ButtonFormField.ButtonFormFieldBuilder.buttonForegroundPaint(SizablePaint buttonForegroundPaint) ButtonFormField.ButtonFormFieldBuilder.buttonSelectPaint(SizablePaint buttonSelectPaint) BooleanFormField.BooleanFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) ButtonFormField.ButtonFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) DateFormField.DateFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) DropDownFormField.DropDownFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) FormField.FormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) FormFormField.FormFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) StringFormField.StringFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) TableFormField.TableFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) BooleanFormField.BooleanFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) ButtonFormField.ButtonFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) DateFormField.DateFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) DropDownFormField.DropDownFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) FormField.FormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) FormFormField.FormFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) StringFormField.StringFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) TableFormField.TableFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) Constructors in com.github.tadukoo.view.form.field with parameters of type SizablePaintModifierConstructorDescriptionprivateBooleanFormField(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 SizablePaint in com.github.tadukoo.view.form.field.number
Methods in com.github.tadukoo.view.form.field.number with parameters of type SizablePaintModifier and TypeMethodDescriptionDoubleFormField.DoubleFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) FloatFormField.FloatFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) IntFormField.IntFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) LongFormField.LongFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) ShortFormField.ShortFormFieldBuilder.labelBackgroundPaint(SizablePaint labelBackgroundPaint) DoubleFormField.DoubleFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) FloatFormField.FloatFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) IntFormField.IntFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) LongFormField.LongFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) ShortFormField.ShortFormFieldBuilder.labelForegroundPaint(SizablePaint labelForegroundPaint) Constructors in com.github.tadukoo.view.form.field.number with parameters of type SizablePaintModifierConstructorDescriptionprivateDoubleFormField(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 SizablePaint in com.github.tadukoo.view.lookandfeel.componentui
Methods in com.github.tadukoo.view.lookandfeel.componentui that return SizablePaintModifier and TypeMethodDescriptiondefault SizablePaintTComponentUIUtil.getBackgroundPaint()default SizablePaintTComponentUIUtil.getDisabledForegroundPaint()default SizablePaintTComponentUIUtil.getDisabledTextPaint()default SizablePaintTComponentUIUtil.getFocusPaint()default SizablePaintTComponentUIUtil.getForegroundPaint()default SizablePaintTComponentUIUtil.getSelectPaint() -
Uses of SizablePaint in com.github.tadukoo.view.paint
Subinterfaces of SizablePaint in com.github.tadukoo.view.paintModifier and TypeInterfaceDescriptioninterfacePaintUIResource is aUIResourceto be used forPaints for in Tadukoo Look & Feel (or other custom Look & Feels as desired).Classes in com.github.tadukoo.view.paint that implement SizablePaintModifier and TypeClassDescriptionclassColorPaintUIResource is aPaintUIResourceto be used in Tadukoo Look & Feel (or other custom Look & Feels if desired) for custom paints if you want a solid color.classNo Paint is to be used when you don't actually want a Paint object, but need to specify a non-null value.classNo Paint UIResource is aPaintUIResourceversion ofNoPaint- where it's used when you need a non-nullPaintUIResourcebut don't want an actual paint.classSizable Color is an extension ofColorthat implementsSizablePaint. -
Uses of SizablePaint in com.github.tadukoo.view.paint.gradient
Subinterfaces of SizablePaint in com.github.tadukoo.view.paint.gradientModifier and TypeInterfaceDescriptioninterfaceGradient is used to make it easier to create generic Gradient paints, as aSizablePaint.Classes in com.github.tadukoo.view.paint.gradient that implement SizablePaintModifier and TypeClassDescriptionclassGradientUIResource is simply aLinearGradientwrapped as aPaintUIResourceso that it can be used in Tadukoo Look & Feel (or other custom Look & Feels if desired).classLinear Gradient is used to build aGradientobject to use forLinearGradientPaint.classLinear Gradient is used to build aGradientobject to use forRadialGradientPaint.