|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.modules.output.graphics.PhysicalPageDrawable
public class PhysicalPageDrawable
Creation-Date: 17.11.2006, 18:00:46
Constructor Summary | |
---|---|
PhysicalPageDrawable(LogicalPageDrawable pageDrawable,
PhysicalPageBox page)
|
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D area)
Draws the object. |
java.awt.print.PageFormat |
getPageFormat()
Describes the physical output characteristics like page size, margins, and imaginable area. |
java.awt.Dimension |
getPreferredSize()
Returns the preferred size of the drawable. |
boolean |
isPreserveAspectRatio()
Returns true, if this drawable will preserve an aspect ratio during the drawing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhysicalPageDrawable(LogicalPageDrawable pageDrawable, PhysicalPageBox page)
Method Detail |
---|
public java.awt.print.PageFormat getPageFormat()
PageDrawable
getPageFormat
in interface PageDrawable
public java.awt.Dimension getPreferredSize()
PageDrawable
getPreferredSize
in interface PageDrawable
public boolean isPreserveAspectRatio()
PageDrawable
isPreserveAspectRatio
in interface PageDrawable
public void draw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area)
draw
in interface PageDrawable
g2
- the graphics device.area
- the area inside which the object should be drawn.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |