java.lang.Object
javax.swing.plaf.nimbus.AbstractRegionPainter
org.autogui.swing.util.NimbusLookAndFeelCustomFlat.BasePainter
org.autogui.swing.util.NimbusLookAndFeelCustomFlat.ArrowPainter
- All Implemented Interfaces:
Painter<JComponent>
- Enclosing class:
NimbusLookAndFeelCustomFlat
public static class NimbusLookAndFeelCustomFlat.ArrowPainter
extends NimbusLookAndFeelCustomFlat.BasePainter
-
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.BasePainter
context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doPaint
(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) 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
-
colorFill
-
-
Constructor Details
-
ArrowPainter
public ArrowPainter(boolean disabled, boolean selected)
-
-
Method Details
-
doPaint
protected void doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) - Specified by:
doPaint
in classAbstractRegionPainter
-