public interface ShapedBorder
extends javax.swing.border.Border
Shape.| Modifier and Type | Method and Description |
|---|---|
java.awt.Shape |
getShape(java.awt.Component c,
int x,
int y,
int width,
int height)
Gets the shape of this border.
|
java.awt.Shape getShape(java.awt.Component c,
int x,
int y,
int width,
int height)
Gets the shape of this border.
c - the component to create a shape forx - the x offsety - the y offsetwidth - the widthheight - the height