SourceForge.net Logo
aXSL API 0.2

org.axsl.galley
Interface BorderPaddingArea

All Superinterfaces:
Area, AreaNode, java.lang.Iterable<AreaNode>, javax.swing.tree.TreeNode
All Known Subinterfaces:
BlockContainerArea, InlineArea, NormalBlockArea, TableArea, TableCellArea

public interface BorderPaddingArea
extends Area

Interface for all Areas that have borders and padding.


Method Summary
 java.awt.Color traitBorderAfterColor()
          The color of the border-after.
 BorderStyle traitBorderAfterStyle()
          Returns the border style for the "after" edge of this Area.
 int traitBorderAfterWidth()
          The width of the border-after.
 java.awt.Color traitBorderBeforeColor()
          The color of the border-before.
 BorderStyle traitBorderBeforeStyle()
          Returns the border style for the "before" edge of this Area.
 int traitBorderBeforeWidth()
          The width of the border-before.
 java.awt.Color traitBorderEndColor()
          The color of the border-end.
 BorderStyle traitBorderEndStyle()
          Returns the border style for the "end" edge of this Area.
 int traitBorderEndWidth()
          The width of the border-end.
 java.awt.Color traitBorderStartColor()
          The color of the border-start.
 BorderStyle traitBorderStartStyle()
          Returns the border style for the "start" edge of this Area.
 int traitBorderStartWidth()
          The width of the border-start.
 
Methods inherited from interface org.axsl.galley.Area
brBpd, brIpd, brOriginX, brOriginY, crBpd, crIpd, crOriginX, crOriginY, destinationName, generatedByExists, generatedByName, isLinkRoot, linkDestination, linkType, traitId
 
Methods inherited from interface org.axsl.galley.AreaNode
getAreaName, getChildAt, getGalley, render
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

traitBorderBeforeColor

java.awt.Color traitBorderBeforeColor()
The color of the border-before.

Returns:
The color of the border-before.

traitBorderStartColor

java.awt.Color traitBorderStartColor()
The color of the border-start.

Returns:
The color of the border-start.

traitBorderEndColor

java.awt.Color traitBorderEndColor()
The color of the border-end.

Returns:
The color of the border-end.

traitBorderAfterColor

java.awt.Color traitBorderAfterColor()
The color of the border-after.

Returns:
The color of the border-after.

traitBorderStartWidth

int traitBorderStartWidth()
The width of the border-start.

Returns:
The width, in millipoints, of the border-start.

traitBorderEndWidth

int traitBorderEndWidth()
The width of the border-end.

Returns:
The width, in millipoints, of the border-end.

traitBorderBeforeWidth

int traitBorderBeforeWidth()
The width of the border-before.

Returns:
The width, in millipoints, of the border-before.

traitBorderAfterWidth

int traitBorderAfterWidth()
The width of the border-after.

Returns:
The width, in millipoints, of the border-after.

traitBorderStartStyle

BorderStyle traitBorderStartStyle()
Returns the border style for the "start" edge of this Area.

Returns:
The border style for the "start" edge of this Area.

traitBorderEndStyle

BorderStyle traitBorderEndStyle()
Returns the border style for the "end" edge of this Area.

Returns:
The border style for the "end" edge of this Area.

traitBorderBeforeStyle

BorderStyle traitBorderBeforeStyle()
Returns the border style for the "before" edge of this Area.

Returns:
The border style for the "before" edge of this Area.

traitBorderAfterStyle

BorderStyle traitBorderAfterStyle()
Returns the border style for the "after" edge of this Area.

Returns:
The border style for the "after" edge of this Area.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.