public interface

SynthUI

implements SynthConstants
sun.swing.plaf.synth.SynthUI
Known Indirect Subclasses

Class Overview

SynthUI is used to fetch the SynthContext for a particular Component.

Summary

[Expand]
Inherited Constants
From interface javax.swing.plaf.synth.SynthConstants
Public Methods
abstract SynthContext getContext(JComponent c)
Returns the Context for the specified component.
abstract void paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.

Public Methods

public abstract SynthContext getContext (JComponent c)

Returns the Context for the specified component.

Parameters
c Component requesting SynthContext.
Returns
  • SynthContext describing component.

public abstract void paintBorder (SynthContext context, Graphics g, int x, int y, int w, int h)

Paints the border.