|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.util.awt.svg.SwingSVGPrettyPrint
This class offers a way to create an SVG document with grouping that reflects the Swing composite structure (container/components).
Constructor Summary | |
SwingSVGPrettyPrint()
|
Method Summary | |
static void |
print(javax.swing.JComponent cmp,
SVGGraphics2D svgGen)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SwingSVGPrettyPrint()
Method Detail |
public static void print(javax.swing.JComponent cmp, SVGGraphics2D svgGen)
cmp
- Swing component to be converted to SVGsvgGen
- SVGraphics2D to use to paint Swing components
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |