de.jaret.util.ui.table.renderer
Interface IBorderConfiguration

All Known Implementing Classes:
DefaultBorderConfiguration

public interface IBorderConfiguration

Interface describing a border to be rendered around a cell.

Version:
$Id: IBorderConfiguration.java 347 2007-04-07 15:01:10Z olk $
Author:
Peter Kliem

Method Summary
 IBorderConfiguration copy()
          Produce a copy of this border configuration.
 int getBorderBottom()
          Get bottom border width.
 int getBorderLeft()
          Get left border width.
 int getBorderRight()
          Get right border width.
 int getBorderTop()
          Get top border width.
 

Method Detail

getBorderLeft

int getBorderLeft()
Get left border width.

Returns:
border width in pixels

getBorderRight

int getBorderRight()
Get right border width.

Returns:
border width in pixels

getBorderTop

int getBorderTop()
Get top border width.

Returns:
border width in pixels

getBorderBottom

int getBorderBottom()
Get bottom border width.

Returns:
border width in pixels

copy

IBorderConfiguration copy()
Produce a copy of this border configuration.

Returns:
copy of the configuration


Copyright © 2012. All Rights Reserved.