jp.ne.mki.wedge.education.table.multicell.renderer
クラス CellBorder
java.lang.Object
javax.swing.border.AbstractBorder
jp.ne.mki.wedge.education.table.multicell.renderer.CellBorder
- すべての実装されたインタフェース:
- java.io.Serializable, javax.swing.border.Border
public class CellBorder
- extends javax.swing.border.AbstractBorder
- 関連項目:
- 直列化された形式
|
コンストラクタの概要 |
CellBorder(boolean isTop,
boolean isBottom,
boolean isLeft,
boolean isRight)
|
|
メソッドの概要 |
boolean |
isBorderOpaque()
|
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
|
| クラス javax.swing.border.AbstractBorder から継承されたメソッド |
getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellBorder
public CellBorder(boolean isTop,
boolean isBottom,
boolean isLeft,
boolean isRight)
paintBorder
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
- 定義:
- インタフェース
javax.swing.border.Border 内の paintBorder - オーバーライド:
- クラス
javax.swing.border.AbstractBorder 内の paintBorder
isBorderOpaque
public boolean isBorderOpaque()
- 定義:
- インタフェース
javax.swing.border.Border 内の isBorderOpaque - オーバーライド:
- クラス
javax.swing.border.AbstractBorder 内の isBorderOpaque