org.jfree.report.modules.gui.swing.preview

Class PageBackgroundDrawable

public class PageBackgroundDrawable extends Object

Creation-Date: 17.11.2006, 20:31:36

Author: Thomas Morgner

Constructor Summary
PageBackgroundDrawable()
Method Summary
voiddraw(Graphics2D g2, Rectangle2D area)
Draws the object.
PageDrawablegetBackend()
DimensiongetPreferredSize()
floatgetShadowSize()
doublegetZoom()
booleanisBorderPainted()
booleanisPreserveAspectRatio()
voidsetBackend(PageDrawable backend)
voidsetBorderPainted(boolean borderPainted)
voidsetShadowSize(float shadowSize)
voidsetZoom(double zoom)

Constructor Detail

PageBackgroundDrawable

public PageBackgroundDrawable()

Method Detail

draw

public void draw(Graphics2D g2, Rectangle2D area)
Draws the object.

Parameters: g2 the graphics device. area the area inside which the object should be drawn.

getBackend

public PageDrawable getBackend()

getPreferredSize

public Dimension getPreferredSize()

getShadowSize

public float getShadowSize()

getZoom

public double getZoom()

isBorderPainted

public boolean isBorderPainted()

isPreserveAspectRatio

public boolean isPreserveAspectRatio()

setBackend

public void setBackend(PageDrawable backend)

setBorderPainted

public void setBorderPainted(boolean borderPainted)

setShadowSize

public void setShadowSize(float shadowSize)

setZoom

public void setZoom(double zoom)