org.jfree.layouting.modules.output.graphics
public class PhysicalPageDrawable extends Object implements PageDrawable
| Constructor Summary | |
|---|---|
| PhysicalPageDrawable(LogicalPageDrawable pageDrawable, PhysicalPageBox page) | |
| Method Summary | |
|---|---|
| void | draw(Graphics2D g2, Rectangle2D area)
Draws the object.
|
| PageFormat | getPageFormat() |
| Dimension | getPreferredSize() |
| boolean | isPreserveAspectRatio() |
Parameters: g2 the graphics device. area the area inside which the object should be drawn.