|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageDrawable
Creation-Date: 10.11.2006, 19:28:15
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. |
Method Detail |
---|
java.awt.print.PageFormat getPageFormat()
java.awt.Dimension getPreferredSize()
boolean isPreserveAspectRatio()
void draw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area)
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 |