public class DottedSeparatorUI
extends javax.swing.plaf.basic.BasicSeparatorUI
限定符和类型 | 字段和说明 |
---|---|
protected static java.awt.Dimension |
HORZ_DIMENSION |
protected static java.awt.Dimension |
VERT_DIMENSION |
构造器和说明 |
---|
DottedSeparatorUI() |
限定符和类型 | 方法和说明 |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
创建组件UI
|
protected void |
drawXpSeparator(java.awt.Graphics g,
javax.swing.JComponent c) |
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c) |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c) |
protected void |
installDefaults(javax.swing.JSeparator s)
加载默认
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
getMaximumSize, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
protected static final java.awt.Dimension VERT_DIMENSION
protected static final java.awt.Dimension HORZ_DIMENSION
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- 组件protected void installDefaults(javax.swing.JSeparator s)
installDefaults
在类中 javax.swing.plaf.basic.BasicSeparatorUI
s
- 分隔符public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
在类中 javax.swing.plaf.basic.BasicSeparatorUI
protected void drawXpSeparator(java.awt.Graphics g, javax.swing.JComponent c)
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
在类中 javax.swing.plaf.basic.BasicSeparatorUI
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize
在类中 javax.swing.plaf.basic.BasicSeparatorUI