public class

MotifBorders

extends Object
java.lang.Object
   ↳ com.sun.java.swing.plaf.motif.MotifBorders

Class Overview

Factory object that can vend Icons appropriate for the basic L & F.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

Summary

Nested Classes
class MotifBorders.BevelBorder  
class MotifBorders.ButtonBorder  
class MotifBorders.FocusBorder  
class MotifBorders.FrameBorder  
class MotifBorders.InternalFrameBorder  
class MotifBorders.MenuBarBorder  
class MotifBorders.MotifPopupMenuBorder  
class MotifBorders.ToggleButtonBorder  
Public Constructors
MotifBorders()
Public Methods
static void drawBezel(Graphics g, int x, int y, int w, int h, boolean isPressed, boolean hasFocus, Color shadow, Color highlight, Color darkShadow, Color focus)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MotifBorders ()

Public Methods

public static void drawBezel (Graphics g, int x, int y, int w, int h, boolean isPressed, boolean hasFocus, Color shadow, Color highlight, Color darkShadow, Color focus)