org.apache.fop.area

Class Trait.Background

Enclosing Class:
Trait
Implemented Interfaces:
Serializable

public static class Trait.Background
extends java.lang.Object
implements Serializable

Background trait structure. Used for storing back trait information which are related.

Method Summary

Color
getColor()
Returns the background color.
int
getHoriz()
Returns the horizontal offset for images.
ImageInfo
getImageInfo()
Returns the ImageInfo object representing the background image
int
getRepeat()
Returns the image repetition behaviour for images.
String
getURL()
Returns the URL to the background image
int
getVertical()
Returns the vertical offset for images.
void
setColor(Color color)
Sets the color.
void
setHoriz(int horiz)
Sets the horizontal offset.
void
setImageInfo(ImageInfo info)
Sets the ImageInfo of the image to use as the background image.
void
setRepeat(String repeat)
Sets the image repetition behaviour for images.
void
setRepeat(int repeat)
Sets the image repetition behaviour for images.
void
setURL(String url)
Sets the URL to the background image.
void
setVertical(int vertical)
Sets the vertical offset for images.
String
toString()
Return the string for debugging.

Method Details

getColor

public Color getColor()
Returns the background color.
Returns:
background color, null if n/a

getHoriz

public int getHoriz()
Returns the horizontal offset for images.
Returns:
the horizontal offset

getImageInfo

public ImageInfo getImageInfo()
Returns the ImageInfo object representing the background image
Returns:
the background image, null if n/a

getRepeat

public int getRepeat()
Returns the image repetition behaviour for images.
Returns:
the image repetition behaviour

getURL

public String getURL()
Returns the URL to the background image
Returns:
URL to the background image, null if n/a

getVertical

public int getVertical()
Returns the vertical offset for images.
Returns:
the vertical offset

setColor

public void setColor(Color color)
Sets the color.
Parameters:
color - The color to set

setHoriz

public void setHoriz(int horiz)
Sets the horizontal offset.
Parameters:
horiz - The horizontal offset to set

setImageInfo

public void setImageInfo(ImageInfo info)
Sets the ImageInfo of the image to use as the background image.
Parameters:
info - The background image's info object

setRepeat

public void setRepeat(String repeat)
Sets the image repetition behaviour for images.
Parameters:
repeat - The image repetition behaviour to set

setRepeat

public void setRepeat(int repeat)
Sets the image repetition behaviour for images.
Parameters:
repeat - The image repetition behaviour to set

setURL

public void setURL(String url)
Sets the URL to the background image.
Parameters:
url - The URL to set

setVertical

public void setVertical(int vertical)
Sets the vertical offset for images.
Parameters:
vertical - The vertical offset to set

toString

public String toString()
Return the string for debugging.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.