org.jdesktop.swingx.plaf.nimbus.painters
Class SplitPanePainter

java.lang.Object
  extended by javax.swing.plaf.synth.SynthPainter
      extended by org.jdesktop.swingx.plaf.nimbus.painters.SplitPanePainter

public class SplitPanePainter
extends javax.swing.plaf.synth.SynthPainter

TextFieldPainter

Author:
Created by Jasper Potts (Jan 4, 2007)

Constructor Summary
SplitPanePainter()
           
SplitPanePainter(boolean fill)
           
 
Method Summary
 void paintSplitPaneBackground(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h)
          
 void paintSplitPaneBorder(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h)
          
 void paintSplitPaneDividerBackground(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h)
          
 void paintSplitPaneDividerBackground(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h, int orientation)
          
 void paintSplitPaneDividerForeground(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h, int orientation)
          
 void paintSplitPaneDragDivider(javax.swing.plaf.synth.SynthContext context, java.awt.Graphics g, int x, int y, int w, int h, int orientation)
          
 
Methods inherited from class javax.swing.plaf.synth.SynthPainter
paintArrowButtonBackground, paintArrowButtonBorder, paintArrowButtonForeground, paintButtonBackground, paintButtonBorder, paintCheckBoxBackground, paintCheckBoxBorder, paintCheckBoxMenuItemBackground, paintCheckBoxMenuItemBorder, paintColorChooserBackground, paintColorChooserBorder, paintComboBoxBackground, paintComboBoxBorder, paintDesktopIconBackground, paintDesktopIconBorder, paintDesktopPaneBackground, paintDesktopPaneBorder, paintEditorPaneBackground, paintEditorPaneBorder, paintFileChooserBackground, paintFileChooserBorder, paintFormattedTextFieldBackground, paintFormattedTextFieldBorder, paintInternalFrameBackground, paintInternalFrameBorder, paintInternalFrameTitlePaneBackground, paintInternalFrameTitlePaneBorder, paintLabelBackground, paintLabelBorder, paintListBackground, paintListBorder, paintMenuBackground, paintMenuBarBackground, paintMenuBarBorder, paintMenuBorder, paintMenuItemBackground, paintMenuItemBorder, paintOptionPaneBackground, paintOptionPaneBorder, paintPanelBackground, paintPanelBorder, paintPasswordFieldBackground, paintPasswordFieldBorder, paintPopupMenuBackground, paintPopupMenuBorder, paintProgressBarBackground, paintProgressBarBackground, paintProgressBarBorder, paintProgressBarBorder, paintProgressBarForeground, paintRadioButtonBackground, paintRadioButtonBorder, paintRadioButtonMenuItemBackground, paintRadioButtonMenuItemBorder, paintRootPaneBackground, paintRootPaneBorder, paintScrollBarBackground, paintScrollBarBackground, paintScrollBarBorder, paintScrollBarBorder, paintScrollBarThumbBackground, paintScrollBarThumbBorder, paintScrollBarTrackBackground, paintScrollBarTrackBackground, paintScrollBarTrackBorder, paintScrollBarTrackBorder, paintScrollPaneBackground, paintScrollPaneBorder, paintSeparatorBackground, paintSeparatorBackground, paintSeparatorBorder, paintSeparatorBorder, paintSeparatorForeground, paintSliderBackground, paintSliderBackground, paintSliderBorder, paintSliderBorder, paintSliderThumbBackground, paintSliderThumbBorder, paintSliderTrackBackground, paintSliderTrackBackground, paintSliderTrackBorder, paintSliderTrackBorder, paintSpinnerBackground, paintSpinnerBorder, paintTabbedPaneBackground, paintTabbedPaneBorder, paintTabbedPaneContentBackground, paintTabbedPaneContentBorder, paintTabbedPaneTabAreaBackground, paintTabbedPaneTabAreaBackground, paintTabbedPaneTabAreaBorder, paintTabbedPaneTabAreaBorder, paintTabbedPaneTabBackground, paintTabbedPaneTabBackground, paintTabbedPaneTabBorder, paintTabbedPaneTabBorder, paintTableBackground, paintTableBorder, paintTableHeaderBackground, paintTableHeaderBorder, paintTextAreaBackground, paintTextAreaBorder, paintTextFieldBackground, paintTextFieldBorder, paintTextPaneBackground, paintTextPaneBorder, paintToggleButtonBackground, paintToggleButtonBorder, paintToolBarBackground, paintToolBarBackground, paintToolBarBorder, paintToolBarBorder, paintToolBarContentBackground, paintToolBarContentBackground, paintToolBarContentBorder, paintToolBarContentBorder, paintToolBarDragWindowBackground, paintToolBarDragWindowBackground, paintToolBarDragWindowBorder, paintToolBarDragWindowBorder, paintToolTipBackground, paintToolTipBorder, paintTreeBackground, paintTreeBorder, paintTreeCellBackground, paintTreeCellBorder, paintTreeCellFocus, paintViewportBackground, paintViewportBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPanePainter

public SplitPanePainter()

SplitPanePainter

public SplitPanePainter(boolean fill)
Method Detail

paintSplitPaneBackground

public void paintSplitPaneBackground(javax.swing.plaf.synth.SynthContext context,
                                     java.awt.Graphics g,
                                     int x,
                                     int y,
                                     int w,
                                     int h)

Overrides:
paintSplitPaneBackground in class javax.swing.plaf.synth.SynthPainter

paintSplitPaneBorder

public void paintSplitPaneBorder(javax.swing.plaf.synth.SynthContext context,
                                 java.awt.Graphics g,
                                 int x,
                                 int y,
                                 int w,
                                 int h)

Overrides:
paintSplitPaneBorder in class javax.swing.plaf.synth.SynthPainter

paintSplitPaneDividerBackground

public void paintSplitPaneDividerBackground(javax.swing.plaf.synth.SynthContext context,
                                            java.awt.Graphics g,
                                            int x,
                                            int y,
                                            int w,
                                            int h)

Overrides:
paintSplitPaneDividerBackground in class javax.swing.plaf.synth.SynthPainter

paintSplitPaneDividerBackground

public void paintSplitPaneDividerBackground(javax.swing.plaf.synth.SynthContext context,
                                            java.awt.Graphics g,
                                            int x,
                                            int y,
                                            int w,
                                            int h,
                                            int orientation)

Overrides:
paintSplitPaneDividerBackground in class javax.swing.plaf.synth.SynthPainter

paintSplitPaneDividerForeground

public void paintSplitPaneDividerForeground(javax.swing.plaf.synth.SynthContext context,
                                            java.awt.Graphics g,
                                            int x,
                                            int y,
                                            int w,
                                            int h,
                                            int orientation)

Overrides:
paintSplitPaneDividerForeground in class javax.swing.plaf.synth.SynthPainter

paintSplitPaneDragDivider

public void paintSplitPaneDragDivider(javax.swing.plaf.synth.SynthContext context,
                                      java.awt.Graphics g,
                                      int x,
                                      int y,
                                      int w,
                                      int h,
                                      int orientation)

Overrides:
paintSplitPaneDragDivider in class javax.swing.plaf.synth.SynthPainter