|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.synth.SynthPainter
net.xoetrope.optional.laf.synth.WidgetPainter
public class WidgetPainter
Synth painters for miscellaneous components
Copyright: Copyright (c) Xoetrope Ltd., 2001-2005
License: see license.txt
$Revision: 1.2 $
| Constructor Summary | |
|---|---|
WidgetPainter()
|
|
| Method Summary | |
|---|---|
void |
paintComboBoxBackground(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a combo box. |
void |
paintSplitPaneDividerForeground(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h,
int orientation)
Paints the foreground of the divider of a split pane. |
void |
paintTabbedPaneContentBorder(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a tabbed pane's content area. |
void |
paintTabbedPaneTabBackground(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h,
int tabIndex)
Paints the background of a tabbed pane |
void |
paintTabbedPaneTabBorder(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a tabbed pane's content area. |
void |
paintTreeBackground(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
Paints the tree background. |
| Methods inherited from class javax.swing.plaf.synth.SynthPainter |
|---|
paintArrowButtonBackground, paintArrowButtonBorder, paintArrowButtonForeground, paintButtonBackground, paintButtonBorder, paintCheckBoxBackground, paintCheckBoxBorder, paintCheckBoxMenuItemBackground, paintCheckBoxMenuItemBorder, paintColorChooserBackground, paintColorChooserBorder, 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, paintSplitPaneBackground, paintSplitPaneBorder, paintSplitPaneDividerBackground, paintSplitPaneDividerBackground, paintSplitPaneDragDivider, paintTabbedPaneBackground, paintTabbedPaneBorder, paintTabbedPaneContentBackground, paintTabbedPaneTabAreaBackground, paintTabbedPaneTabAreaBackground, paintTabbedPaneTabAreaBorder, paintTabbedPaneTabAreaBorder, 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, 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 |
|---|
public WidgetPainter()
| Method Detail |
|---|
public void paintTreeBackground(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
paintTreeBackground in class javax.swing.plaf.synth.SynthPaintercontext - SynthContext identifying the JComponent and
Region to paint tog - Graphics to paint tox - X coordinate of the area to paint toy - Y coordinate of the area to paint tow - Width of the area to paint toh - Height of the area to paint to
public void paintComboBoxBackground(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
paintComboBoxBackground in class javax.swing.plaf.synth.SynthPaintercontext - SynthContext identifying the JComponent and
Region to paint tog - Graphics to paint tox - X coordinate of the area to paint toy - Y coordinate of the area to paint tow - Width of the area to paint toh - Height of the area to paint to
public void paintSplitPaneDividerForeground(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h,
int orientation)
paintSplitPaneDividerForeground in class javax.swing.plaf.synth.SynthPaintercontext - SynthContext identifying the JComponent and
Region to paint tog - Graphics to paint tox - X coordinate of the area to paint toy - Y coordinate of the area to paint tow - Width of the area to paint toh - Height of the area to paint toorientation - One of JSplitPane.HORIZONTAL_SPLIT or
JSplitPane.VERTICAL_SPLIT
public void paintTabbedPaneContentBorder(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
paintTabbedPaneContentBorder in class javax.swing.plaf.synth.SynthPaintercontext - SynthContext identifying the JComponent and
Region to paint tog - Graphics to paint tox - X coordinate of the area to paint toy - Y coordinate of the area to paint tow - Width of the area to paint toh - Height of the area to paint to
public void paintTabbedPaneTabBorder(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
context - SynthContext identifying the JComponent and
Region to paint tog - Graphics to paint tox - X coordinate of the area to paint toy - Y coordinate of the area to paint tow - Width of the area to paint toh - Height of the area to paint to
public void paintTabbedPaneTabBackground(javax.swing.plaf.synth.SynthContext context,
java.awt.Graphics g,
int x,
int y,
int w,
int h,
int tabIndex)
paintTabbedPaneTabBackground in class javax.swing.plaf.synth.SynthPaintercontext - SynthContext identifying the JComponent and
Region to paint tog - Graphics to paint tox - X coordinate of the area to paint toy - Y coordinate of the area to paint tow - Width of the area to paint toh - Height of the area to paint to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||