|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.swing.ext.WrappedInsetsBorder
public class WrappedInsetsBorder
The WrappedInsetsBorder wrapps another Border and supports changing the insets and supports
painting the border with custom insets instead of the border insets.
| Constructor Summary | |
|---|---|
WrappedInsetsBorder(Border pBorder)
Creates a new instance of WrappedInsetsBorder. |
|
WrappedInsetsBorder(Border pBorder,
Insets pInsets)
Creates a new instance of WrappedInsetsBorder. |
|
WrappedInsetsBorder(Border pBorder,
int pInsets)
Creates a new instance of WrappedInsetsBorder. |
|
| Method Summary | |
|---|---|
Insets |
getBorderInsets(Component var1)
|
Insets |
getPaintInsets()
Gets the paint insets. |
boolean |
isBorderOpaque()
|
void |
paintBorder(Component pComponent,
Graphics pGraphics,
int pX,
int pY,
int pWidth,
int pHeight)
|
void |
setPaintInsets(Insets pInsets)
Sets the paint insets. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrappedInsetsBorder(Border pBorder)
WrappedInsetsBorder.
pBorder - the wrapped border
public WrappedInsetsBorder(Border pBorder,
int pInsets)
WrappedInsetsBorder.
pBorder - the wrapped borderpInsets - the border insets
public WrappedInsetsBorder(Border pBorder,
Insets pInsets)
WrappedInsetsBorder.
pBorder - the wrapped borderpInsets - the border insets| Method Detail |
|---|
public void paintBorder(Component pComponent,
Graphics pGraphics,
int pX,
int pY,
int pWidth,
int pHeight)
paintBorder in interface Borderpublic Insets getBorderInsets(Component var1)
getBorderInsets in interface Borderpublic boolean isBorderOpaque()
isBorderOpaque in interface Borderpublic void setPaintInsets(Insets pInsets)
pInsets - the insetspublic Insets getPaintInsets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||