net.infonode.gui.shaped.border

Class AbstractShapedBorderWrapper

public class AbstractShapedBorderWrapper extends AbstractShapedBorder

Version: $Revision: 1.7 $

Author: $Author: jesper $

Constructor Summary
protected AbstractShapedBorderWrapper(ShapedBorder border)
Method Summary
InsetsgetBorderInsets(Component c)
ShapegetShape(Component c, int x, int y, int width, int height)
booleanisBorderOpaque()
voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)

Constructor Detail

AbstractShapedBorderWrapper

protected AbstractShapedBorderWrapper(ShapedBorder border)

Method Detail

getBorderInsets

public Insets getBorderInsets(Component c)

getShape

public Shape getShape(Component c, int x, int y, int width, int height)

isBorderOpaque

public boolean isBorderOpaque()

paintBorder

public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)