public static class MetalBorders.MenuItemBorder extends AbstractBorder implements UIResource
Modifier and Type | Field and Description |
---|---|
protected static Insets |
borderInsets |
Constructor and Description |
---|
MenuItemBorder() |
Modifier and Type | Method and Description |
---|---|
Insets |
getBorderInsets(Component c,
Insets newInsets)
Reinitializes the insets parameter with this Border's current Insets.
|
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int w,
int h)
This default implementation does no painting.
|
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
protected static Insets borderInsets
public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
AbstractBorder
paintBorder
in interface Border
paintBorder
in class AbstractBorder
c
- the component for which this border is being paintedg
- the paint graphicsx
- the x position of the painted bordery
- the y position of the painted borderw
- the width of the painted borderh
- the height of the painted borderpublic Insets getBorderInsets(Component c, Insets newInsets)
AbstractBorder
getBorderInsets
in class AbstractBorder
c
- the component for which this border insets value appliesnewInsets
- the object to be reinitializedinsets
objectaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.