org.apache.fop.layout
Class BackgroundProps

java.lang.Object
  |
  +--org.apache.fop.layout.BackgroundProps

public class BackgroundProps
extends java.lang.Object

Store all hyphenation related properties on an FO. Public "structure" allows direct member access.


Field Summary
 int backAttachment
           
 java.awt.Color backColor
           
 java.lang.String backImage
           
 Length backPosHorizontal
           
 Length backPosVertical
           
 int backRepeat
           
 
Constructor Summary
BackgroundProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

backAttachment

public int backAttachment

backColor

public java.awt.Color backColor

backImage

public java.lang.String backImage

backRepeat

public int backRepeat

backPosHorizontal

public Length backPosHorizontal

backPosVertical

public Length backPosVertical
Constructor Detail

BackgroundProps

public BackgroundProps()


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.