oracle.forms.fd
Class LAF_XP_TextField.PulsatingBorder

java.lang.Object
  extended by oracle.forms.fd.LAF_XP_TextField.PulsatingBorder
All Implemented Interfaces:
javax.swing.border.Border
Enclosing class:
LAF_XP_TextField

public static class LAF_XP_TextField.PulsatingBorder
extends java.lang.Object
implements javax.swing.border.Border


Field Summary
private  java.awt.Component c
           
private  float thickness
           
 
Constructor Summary
LAF_XP_TextField.PulsatingBorder(java.awt.Component c)
           
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component c)
           
 float getThickness()
           
 boolean isBorderOpaque()
           
 void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
           
 void setThickness(float thicness)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thickness

private float thickness

c

private java.awt.Component c
Constructor Detail

LAF_XP_TextField.PulsatingBorder

public LAF_XP_TextField.PulsatingBorder(java.awt.Component c)
Method Detail

paintBorder

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

getBorderInsets

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

isBorderOpaque

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

getThickness

public float getThickness()

setThickness

public void setThickness(float thicness)