|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.CompoundBorder
bibliothek.extension.gui.dock.util.ReverseCompoundBorder
public class ReverseCompoundBorder
Behaves like its super-class but the painting order of the borders is reversed.
| Field Summary |
|---|
| Fields inherited from class javax.swing.border.CompoundBorder |
|---|
insideBorder, outsideBorder |
| Constructor Summary | |
|---|---|
ReverseCompoundBorder(Border outsideBorder,
Border insideBorder)
|
|
| Method Summary | |
|---|---|
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
|
| Methods inherited from class javax.swing.border.CompoundBorder |
|---|
getBorderInsets, getBorderInsets, getInsideBorder, getOutsideBorder, isBorderOpaque |
| Methods inherited from class javax.swing.border.AbstractBorder |
|---|
getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReverseCompoundBorder(Border outsideBorder,
Border insideBorder)
| Method Detail |
|---|
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
paintBorder in interface BorderpaintBorder in class CompoundBorder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||