public class TwoDottedSeparatorUI
extends javax.swing.plaf.basic.BasicSeparatorUI
限定符和类型 | 字段和说明 |
---|---|
protected static java.awt.Dimension |
HORZ_DIMENSION |
protected static java.awt.Dimension |
VERT_DIMENSION |
构造器和说明 |
---|
TwoDottedSeparatorUI() |
限定符和类型 | 方法和说明 |
---|---|
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
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