Module org.autogui
Package org.autogui.swing.util
Class NimbusLookAndFeelCustomFlat.TabbedPanePainter
java.lang.Object
javax.swing.plaf.nimbus.AbstractRegionPainter
org.autogui.swing.util.NimbusLookAndFeelCustomFlat.BasePainter
org.autogui.swing.util.NimbusLookAndFeelCustomFlat.ButtonPainter
org.autogui.swing.util.NimbusLookAndFeelCustomFlat.TabbedPanePainter
- All Implemented Interfaces:
Painter<JComponent>
- Enclosing class:
NimbusLookAndFeelCustomFlat
public static class NimbusLookAndFeelCustomFlat.TabbedPanePainter
extends NimbusLookAndFeelCustomFlat.ButtonPainter
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.plaf.nimbus.AbstractRegionPainter
AbstractRegionPainter.PaintContext
-
Field Summary
FieldsFields inherited from class org.autogui.swing.util.NimbusLookAndFeelCustomFlat.ButtonPainter
colorDraw, colorFill, disabled, focused, initialized, pressed, selected
Fields inherited from class org.autogui.swing.util.NimbusLookAndFeelCustomFlat.BasePainter
context
-
Constructor Summary
ConstructorsConstructorDescriptionTabbedPanePainter
(boolean pressed, boolean focused, boolean disabled, boolean selected) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doInit()
protected void
doPaint
(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) Methods inherited from class org.autogui.swing.util.NimbusLookAndFeelCustomFlat.ButtonPainter
brightnessOffset, colorName, draw, init
Methods inherited from class org.autogui.swing.util.NimbusLookAndFeelCustomFlat.BasePainter
drawWithFocusStroke, getPaintContext, gradientColors, gradientVertical
Methods inherited from class javax.swing.plaf.nimbus.AbstractRegionPainter
configureGraphics, decodeAnchorX, decodeAnchorY, decodeColor, decodeColor, decodeGradient, decodeRadialGradient, decodeX, decodeY, getComponentColor, getExtendedCacheKeys, paint
-
Field Details
-
colorGradient
-
colorSelectedFill
-
-
Constructor Details
-
TabbedPanePainter
public TabbedPanePainter(boolean pressed, boolean focused, boolean disabled, boolean selected)
-
-
Method Details
-
doInit
protected void doInit()- Overrides:
doInit
in classNimbusLookAndFeelCustomFlat.ButtonPainter
-
doPaint
protected void doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) - Overrides:
doPaint
in classNimbusLookAndFeelCustomFlat.ButtonPainter
-