|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.resourceloader.modules.factory.svg.SVGDrawable
public class SVGDrawable
Creation-Date: 21.12.2005, 20:25:29
Constructor Summary | |
---|---|
SVGDrawable(GraphicsNode rootNode)
|
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D area)
Draws the object. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVGDrawable(GraphicsNode rootNode)
Method Detail |
---|
public java.awt.Dimension getPreferredSize()
public boolean isPreserveAspectRatio()
public void draw(java.awt.Graphics2D g, java.awt.geom.Rectangle2D area)
g
- 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 |