org.apache.fop.layout
Class BackgroundProps

java.lang.Object
  extended byorg.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
           
 ColorType backColor
           
 FopImage 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 ColorType backColor

backImage

public FopImage backImage

backRepeat

public int backRepeat

backPosHorizontal

public Length backPosHorizontal

backPosVertical

public Length backPosVertical
Constructor Detail

BackgroundProps

public BackgroundProps()


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