public class VDashedBorder extends VBorder
VDashedBorder class implements a dashed line border.| コンストラクタと説明 |
|---|
VDashedBorder()
Constructs a dashed line border.
|
VDashedBorder(int width,
int height)
Constructs a dashed line border with the specified width and height.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.awt.Insets |
getInsets()
Returns the insets of this dashed line border.
|
void |
paint(java.awt.Graphics g,
int x,
int y,
int width,
int height)
Paints the dashed line border at the specified location,
with the specified dimension.
|
clone, getSize, isResizable, setSizepublic VDashedBorder()
public VDashedBorder(int width,
int height)
width - the width of the dashed line border.height - the height of the dashed line border.public java.awt.Insets getInsets()
getInsets クラス内 VBorderVBorder.getInsets()public void paint(java.awt.Graphics g,
int x,
int y,
int width,
int height)
paint クラス内 VBorderg - the graphics.x - the x location in the graphics.y - the y location in the graphics.width - the width of border.height - the height to border.VBorder.paint(java.awt.Graphics, int, int, int, int)