public class UITextFieldBorder
extends javax.swing.border.AbstractBorder
implements javax.swing.plaf.UIResource
| 构造器和说明 |
|---|
UITextFieldBorder() |
UITextFieldBorder(java.awt.Insets insets) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.awt.Insets |
getBorderInsets(java.awt.Component c)
Gets the border insets for a given component.
|
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
Use the skin to paint the border
|
public UITextFieldBorder()
public UITextFieldBorder(java.awt.Insets insets)
public java.awt.Insets getBorderInsets(java.awt.Component c)
getBorderInsets 在接口中 javax.swing.border.BordergetBorderInsets 在类中 javax.swing.border.AbstractBorderc - The component to get its border insets.insets.public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
paintBorder 在接口中 javax.swing.border.BorderpaintBorder 在类中 javax.swing.border.AbstractBorderBorder.paintBorder(Component, Graphics, int, int, int, int)