jrunx.install.util
Class UnderLineBorder

java.lang.Object
  |
  +--jrunx.install.util.UnderLineBorder
All Implemented Interfaces:
javax.swing.border.Border, javax.swing.SwingConstants

public class UnderLineBorder
extends java.lang.Object
implements javax.swing.border.Border, javax.swing.SwingConstants


Field Summary
protected  int lift
           
protected  int line
           
static int LOWERED
           
static int RAISED
           
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NORTH, NORTH_EAST, NORTH_WEST, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Constructor Summary
UnderLineBorder()
           
UnderLineBorder(int line)
           
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component component)
           
 boolean isBorderOpaque()
           
 void paintBorder(java.awt.Component component, java.awt.Graphics g, int x, int y, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RAISED

public static final int RAISED

LOWERED

public static final int LOWERED

line

protected int line

lift

protected int lift
Constructor Detail

UnderLineBorder

public UnderLineBorder()

UnderLineBorder

public UnderLineBorder(int line)
Method Detail

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component component)
Specified by:
getBorderInsets in interface javax.swing.border.Border

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface javax.swing.border.Border

paintBorder

public void paintBorder(java.awt.Component component,
                        java.awt.Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
Specified by:
paintBorder in interface javax.swing.border.Border


Copyright � 2002 Macromedia Corporation. All Rights Reserved.