Uses of Interface
com.github.tadukoo.view.paint.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 & Feel
Contains
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
Modifier and TypeFieldDescriptionprivate final SizablePaint
ShapedBevelBorder.highlightInnerPaint
TheSizablePaint
for the inner highlightprivate SizablePaint
ShapedBevelBorder.ShapedBevelBorderBuilder.highlightInnerPaint
TheSizablePaint
for the inner highlightprivate final SizablePaint
ShapedBevelBorder.highlightOuterPaint
TheSizablePaint
for the outer highlightprivate SizablePaint
ShapedBevelBorder.ShapedBevelBorderBuilder.highlightOuterPaint
TheSizablePaint
for the outer highlightprivate final SizablePaint
ShapedEtchedBorder.highlightPaint
TheSizablePaint
for the highlightprivate SizablePaint
ShapedEtchedBorder.ShapedEtchedBorderBuilder.highlightPaint
TheSizablePaint
for the highlightprivate final SizablePaint
ShapedLineBorder.paint
TheSizablePaint
to use on this Borderprivate SizablePaint
ShapedLineBorder.ShapedLineBorderBuilder.paint
TheSizablePaint
to use on the Borderprivate final SizablePaint
ShapedBevelBorder.shadowInnerPaint
TheSizablePaint
for the inner shadowprivate SizablePaint
ShapedBevelBorder.ShapedBevelBorderBuilder.shadowInnerPaint
TheSizablePaint
for the inner shadowprivate final SizablePaint
ShapedBevelBorder.shadowOuterPaint
TheSizablePaint
for the outer shadowprivate SizablePaint
ShapedBevelBorder.ShapedBevelBorderBuilder.shadowOuterPaint
TheSizablePaint
for the outer shadowprivate final SizablePaint
ShapedEtchedBorder.shadowPaint
TheSizablePaint
for the shadowprivate SizablePaint
ShapedEtchedBorder.ShapedEtchedBorderBuilder.shadowPaint
TheSizablePaint
for the shadowModifier 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) ModifierConstructorDescriptionprivate
ShapedBevelBorder
(ShapeInfo shapeInfo, ShapedBevelBorder.BevelType bevelType, SizablePaint highlightInnerPaint, SizablePaint highlightOuterPaint, SizablePaint shadowInnerPaint, SizablePaint shadowOuterPaint) Creates a new Shaped Bevel Border with the given parametersprivate
ShapedEtchedBorder
(ShapeInfo shapeInfo, ShapedEtchedBorder.EtchType etchType, SizablePaint highlightPaint, SizablePaint shadowPaint) Creates a new Shaped Etched Border with the given parametersprivate
ShapedLineBorder
(ShapeInfo shapeInfo, SizablePaint paint, int thickness) Constructs a new ShapedLineBorder with the given parameters -
Uses of SizablePaint in com.github.tadukoo.view.components
Modifier and TypeFieldDescriptionprivate SizablePaint
TadukooButton.backgroundPaint
TheSizablePaint
to use for the background of the Buttonprivate SizablePaint
TadukooButton.TadukooButtonBuilder.backgroundPaint
TheSizablePaint
to use for the background of the Buttonprivate SizablePaint
TadukooLabel.backgroundPaint
TheSizablePaint
to use for the background of the Labelprivate SizablePaint
TadukooLabel.TadukooLabelBuilder.backgroundPaint
TheSizablePaint
to use for the background of the Labelprivate SizablePaint
TadukooLabel.disabledForegroundPaint
TheSizablePaint
to use for the disabled foreground of the Labelprivate SizablePaint
TadukooLabel.TadukooLabelBuilder.disabledForegroundPaint
TheSizablePaint
to use for the disabled foreground of the Labelprivate SizablePaint
TadukooButton.disabledTextPaint
TheSizablePaint
to use for disabled text on the Buttonprivate SizablePaint
TadukooButton.TadukooButtonBuilder.disabledTextPaint
TheSizablePaint
to use for disabled text on the Buttonprivate SizablePaint
TadukooButton.focusPaint
TheSizablePaint
to use for when this Button is focusedprivate SizablePaint
TadukooButton.TadukooButtonBuilder.focusPaint
TheSizablePaint
to use for when the Button is focusedprivate SizablePaint
TadukooButton.foregroundPaint
TheSizablePaint
to use for the foreground of the Buttonprivate SizablePaint
TadukooButton.TadukooButtonBuilder.foregroundPaint
TheSizablePaint
to use for the foreground of the Buttonprivate SizablePaint
TadukooLabel.foregroundPaint
TheSizablePaint
to use for the foreground of the Labelprivate SizablePaint
TadukooLabel.TadukooLabelBuilder.foregroundPaint
TheSizablePaint
to use for the foreground of the Labelprivate SizablePaint
TadukooButton.selectPaint
TheSizablePaint
to use for when this Button is selectedprivate SizablePaint
TadukooButton.TadukooButtonBuilder.selectPaint
TheSizablePaint
to use for when the Button is selectedModifier and TypeMethodDescriptionTadukooButton.getBackgroundPaint()
TadukooLabel.getBackgroundPaint()
TadukooLabel.getDisabledForegroundPaint()
TadukooButton.getDisabledTextPaint()
TadukooButton.getFocusPaint()
TadukooButton.getForegroundPaint()
TadukooLabel.getForegroundPaint()
TadukooButton.getSelectPaint()
Modifier 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) void
TadukooButton.setBackgroundPaint
(SizablePaint backgroundPaint) Sets the backgroundSizablePaint
for this Componentvoid
TadukooLabel.setBackgroundPaint
(SizablePaint backgroundPaint) Sets the backgroundSizablePaint
for this Componentvoid
TadukooLabel.setDisabledForegroundPaint
(SizablePaint disabledForegroundPaint) Sets the disabled foregroundSizablePaint
for this Componentvoid
TadukooButton.setDisabledTextPaint
(SizablePaint disabledTextPaint) Sets the disabled textSizablePaint
for this Componentvoid
TadukooButton.setFocusPaint
(SizablePaint focusPaint) Sets the focusSizablePaint
for this Componentvoid
TadukooButton.setForegroundPaint
(SizablePaint foregroundPaint) Sets the foregroundSizablePaint
for this Componentvoid
TadukooLabel.setForegroundPaint
(SizablePaint foregroundPaint) Sets the foregroundSizablePaint
for this Componentvoid
TadukooButton.setSelectPaint
(SizablePaint selectPaint) Sets the selectSizablePaint
for this ComponentModifierConstructorDescriptionprivate
TadukooButton
(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 parametersprivate
TadukooLabel
(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
Modifier and TypeMethodDescriptionHasSizablePaints.getBackgroundPaint()
HasDisabledForegroundPaint.getDisabledForegroundPaint()
HasDisabledTextPaint.getDisabledTextPaint()
HasSelectAndFocusPaints.getFocusPaint()
HasSizablePaints.getForegroundPaint()
HasSelectAndFocusPaints.getSelectPaint()
Modifier and TypeMethodDescriptionvoid
HasSizablePaints.setBackgroundPaint
(SizablePaint backgroundPaint) Sets the backgroundSizablePaint
for this Componentvoid
HasDisabledForegroundPaint.setDisabledForegroundPaint
(SizablePaint disabledForegroundPaint) Sets the disabled foregroundSizablePaint
for this Componentvoid
HasDisabledTextPaint.setDisabledTextPaint
(SizablePaint disabledTextPaint) Sets the disabled textSizablePaint
for this Componentvoid
HasSelectAndFocusPaints.setFocusPaint
(SizablePaint focusPaint) Sets the focusSizablePaint
for this Componentvoid
HasSizablePaints.setForegroundPaint
(SizablePaint foregroundPaint) Sets the foregroundSizablePaint
for this Componentvoid
HasSelectAndFocusPaints.setSelectPaint
(SizablePaint selectPaint) Sets the selectSizablePaint
for this Component -
Uses of SizablePaint in com.github.tadukoo.view.form.field
Modifier and TypeFieldDescriptionprivate final SizablePaint
ButtonFormField.buttonBackgroundPaint
TheSizablePaint
to use for the background of the Buttonprivate SizablePaint
ButtonFormField.ButtonFormFieldBuilder.buttonBackgroundPaint
TheSizablePaint
to use for the background of the Buttonprivate final SizablePaint
ButtonFormField.buttonDisabledTextPaint
TheSizablePaint
to use for disabled text on the Buttonprivate SizablePaint
ButtonFormField.ButtonFormFieldBuilder.buttonDisabledTextPaint
TheSizablePaint
to use for disabled text on the Buttonprivate final SizablePaint
ButtonFormField.buttonFocusPaint
TheSizablePaint
to use for when the Button is focusedprivate SizablePaint
ButtonFormField.ButtonFormFieldBuilder.buttonFocusPaint
TheSizablePaint
to use for when the Button is focusedprivate final SizablePaint
ButtonFormField.buttonForegroundPaint
TheSizablePaint
to use for the foreground of the Buttonprivate SizablePaint
ButtonFormField.ButtonFormFieldBuilder.buttonForegroundPaint
TheSizablePaint
to use for the foreground of the Buttonprivate SizablePaint
ButtonFormField.ButtonFormFieldBuilder.buttonSelectPaint
TheSizablePaint
to use for when the Button is selectedprivate final SizablePaint
ButtonFormField.buttonSelectPaint
TheSizablePaint
to use for when the Button is selectedprotected SizablePaint
FormField.FormFieldBuilder.labelBackgroundPaint
TheSizablePaint
for the background of the Labelprivate final SizablePaint
FormField.labelBackgroundPaint
TheSizablePaint
for the background of the Labelprotected SizablePaint
FormField.FormFieldBuilder.labelForegroundPaint
TheSizablePaint
for the foreground of the Labelprivate final SizablePaint
FormField.labelForegroundPaint
TheSizablePaint
for the foreground of the LabelModifier and TypeMethodDescriptionButtonFormField.getButtonBackgroundPaint()
ButtonFormField.getButtonDisabledTextPaint()
ButtonFormField.getButtonFocusPaint()
ButtonFormField.getButtonForegroundPaint()
ButtonFormField.getButtonSelectPaint()
FormField.getLabelBackgroundPaint()
FormField.getLabelForegroundPaint()
Modifier 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) ModifierConstructorDescriptionprivate
BooleanFormField
(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 parametersprivate
ButtonFormField
(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 parametersprivate
DateFormField
(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.private
DropDownFormField
(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.protected
FormField
(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.private
FormFormField
(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 parametersprivate
StringFormField
(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 parametersprivate
TableFormField
(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
Modifier 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) ModifierConstructorDescriptionprivate
DoubleFormField
(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.private
FloatFormField
(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.private
IntFormField
(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.private
LongFormField
(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.protected
NumberFormField
(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.private
ShortFormField
(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
Modifier and TypeMethodDescriptiondefault SizablePaint
TComponentUIUtil.getBackgroundPaint()
default SizablePaint
TComponentUIUtil.getDisabledForegroundPaint()
default SizablePaint
TComponentUIUtil.getDisabledTextPaint()
default SizablePaint
TComponentUIUtil.getFocusPaint()
default SizablePaint
TComponentUIUtil.getForegroundPaint()
default SizablePaint
TComponentUIUtil.getSelectPaint()
-
Uses of SizablePaint in com.github.tadukoo.view.paint
Modifier and TypeInterfaceDescriptioninterface
PaintUIResource is aUIResource
to be used forPaint
s for in Tadukoo Look & Feel (or other custom Look & Feels as desired).Modifier and TypeClassDescriptionclass
ColorPaintUIResource is aPaintUIResource
to be used in Tadukoo Look & Feel (or other custom Look & Feels if desired) for custom paints if you want a solid color.class
No Paint is to be used when you don't actually want a Paint object, but need to specify a non-null value.class
No Paint UIResource is aPaintUIResource
version ofNoPaint
- where it's used when you need a non-nullPaintUIResource
but don't want an actual paint.class
Sizable Color is an extension ofColor
that implementsSizablePaint
. -
Uses of SizablePaint in com.github.tadukoo.view.paint.gradient
Modifier and TypeInterfaceDescriptioninterface
Gradient is used to make it easier to create generic Gradient paints, as aSizablePaint
.Modifier and TypeClassDescriptionclass
GradientUIResource is simply aLinearGradient
wrapped as aPaintUIResource
so that it can be used in Tadukoo Look & Feel (or other custom Look & Feels if desired).class
Linear Gradient is used to build aGradient
object to use forLinearGradientPaint
.class
Linear Gradient is used to build aGradient
object to use forRadialGradientPaint
.