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

static final int REPEAT
See Also:
Constant Field Values

REPEAT_X

static final int REPEAT_X
See Also:
Constant Field Values

REPEAT_Y

static final int REPEAT_Y
See Also:
Constant Field Values

NO_REPEAT

static final int NO_REPEAT
See Also:
Constant Field Values

INHERIT

static final int INHERIT
See Also:
Constant Field Values


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