Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

MetalBorders.ScrollPaneBorder Class Reference

Inherits javax::swing::border::AbstractBorder, and javax::swing::plaf::UIResource.

List of all members.


Public Member Functions

Insets getBorderInsets (final Component component)
void paintBorder (final Component c, final Graphics g, final int x, final int y, final int w, final int h)

Static Private Attributes

static final Insets borderInsets = new Insets(1, 1, 2, 2)

Member Function Documentation

Insets getBorderInsets ( final Component  component  ) 

Reimplemented from AbstractBorder.

void paintBorder ( final Component  c,
final Graphics  g,
final int  x,
final int  y,
final int  w,
final int  h 
)

Reimplemented from AbstractBorder.


Member Data Documentation

final Insets borderInsets = new Insets(1, 1, 2, 2) [static, private]