org.jfree.report.util
public class ComponentDrawable extends Object implements ExtendedDrawable
Constructor Summary | |
---|---|
ComponentDrawable() |
Method Summary | |
---|---|
void | draw(Graphics2D g2, Rectangle2D area) |
Component | getComponent() |
Dimension | getPreferredSize() |
protected static Window | getWindowAncestor(Component component) |
boolean | isAllowOwnPeer() |
boolean | isPaintSynchronously() |
boolean | isPreserveAspectRatio() |
void | setAllowOwnPeer(boolean allowOwnPeer) |
void | setComponent(Component component) |
void | setPaintSynchronously(boolean paintSynchronously) |
void | setPreserveAspectRatio(boolean preserveAspectRatio) |