Package org.jdesktop.swingx.plaf.synth
Interface SynthUI
Deprecated.
Replacement of sun.swing.plaf.SynthUI.
Note: this is a temporary emergency measure to make SwingX web-deployable. It is used internally only. Expect problems in future, as custom styles might not be found: SynthStyleFactory checks against type of sun SynthUI.
- Author:
- Jeanette Winzenburg
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the Context for the specified component.voidpaintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) Deprecated.Paints the border.
-
Method Details
-
getContext
Deprecated.Returns the Context for the specified component.- Parameters:
c- Component requesting SynthContext.- Returns:
- SynthContext describing component.
-
paintBorder
Deprecated.Paints the border.- Parameters:
context- a component contextg-Graphicsto paint onx- the X coordinatey- the Y coordinatew- width of the borderh- height of the border
-