org.apache.fop.fo.properties
Interface BackgroundRepeat

All Known Implementing Classes:
BackgroundRepeatMaker

public interface BackgroundRepeat


Field Summary
static int INHERIT
           
static int NO_REPEAT
           
static int REPEAT
           
static int REPEAT_X
           
static int REPEAT_Y
           
 

Field Detail

REPEAT

public static final int REPEAT
See Also:
Constant Field Values

REPEAT_X

public static final int REPEAT_X
See Also:
Constant Field Values

REPEAT_Y

public static final int REPEAT_Y
See Also:
Constant Field Values

NO_REPEAT

public static final int NO_REPEAT
See Also:
Constant Field Values

INHERIT

public static final int INHERIT
See Also:
Constant Field Values


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