org.writersforge.catalan.layout.style
Interface BorderStyle

All Known Subinterfaces:
AllStyle, AreaStyle
All Known Implementing Classes:
DatumStyleWrapper, DefaultStyle, StyleChain

public interface BorderStyle

Hints on how to draw the outline border of an area.

Author:
jsheets

Method Summary
 java.awt.Color getBorderColor()
          Returns the color of the border enclosing this area.
 int getBorderWidth()
          Returns the width of the border enclosing this area.
 

Method Detail

getBorderWidth

public int getBorderWidth()
Returns the width of the border enclosing this area.

Returns:
the border width

getBorderColor

public java.awt.Color getBorderColor()
Returns the color of the border enclosing this area.

Returns:
the border color