org.apache.batik.svggen

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Graphic Library » batik » org.apache.batik.svggen 
org.apache.batik.svggen
SVGGraphics2D Package Provides an API on top of the {@link org.apache.batik.ext.awt.g2d.AbstractGraphics2D} to translate Java 2D primitives into the SVG format.
Java Source File NameTypeComment
AbstractImageHandlerEncoder.javaClass This abstract implementation of the ImageHandler interface is intended to be the base class for ImageHandlers that generate image files for all the images they handle.
AbstractSVGConverter.javaClass Abstract class with common utility methods used by subclasses for specific convertion operations.
AbstractSVGFilterConverter.javaClass Abstract class with common utility methods used by subclasses for specific convertion operations.
ATransform.javaClass This test validates the convertion of Java 2D AffineTransform into SVG Shapes.
AttributedCharacterIterator.javaClass This test validates the convertion of Java 2D AffineTransform into SVG Shapes.
BasicShapes.javaClass This test validates the convertion of Java 2D shapes into SVG Shapes.
BasicShapes2.javaClass This test validates the convertion of Java 2D shapes into SVG Shapes.
BEExample.javaClass This test validates the convertion of Java 2D AffineTransform into SVG Shapes.
BStroke.javaClass
Bug17965.javaClass This test validates fix to Bug #17965 and checks that attributes which do not apply to given element (eg., font-family does not apply to ) are not written out.
Bug21259.javaClass Checks that the streamed root is not removed from its parent as shown by bug report 21259.
Bug4389.javaClass This test validates drawImage conversions.
Bug4945.javaClass This test validates fix to Bug #4945 which checks that the generator handles Font transform.
Bug6535.javaClass
CachedImageHandler.javaInterface Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
CachedImageHandlerBase64Encoder.javaClass This subclass of ImageHandlerBase64Encoder implements functionality specific to the cached version of the image encoder.
CachedImageHandlerJPEGEncoder.javaClass GenericImageHandler which caches JPEG images.
CachedImageHandlerPNGEncoder.javaClass GenericImageHandler which caches PNG images.
Clip.javaClass This test validates convertion of Java 2D clip inot SVG clipPath definition and attributes.
Color1.javaClass This test validates convertion of Java 2D Color into SVG fill, stroke and opacity attributes.
Color2.javaClass This test color opacity on fill and strokes, because this is handled differently in the Java 2D API than in SVG.
DefaultCachedImageHandler.javaClass This class is a default implementation of the GenericImageHandler for handlers implementing a caching strategy.
DefaultErrorHandler.javaClass The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
DefaultExtensionHandler.javaClass This implementation of the ExtensionHandler interface always returns null Nodes.
DefaultImageHandler.javaClass This class provides a default implementation of the ImageHandler interface simply puts a place holder in the xlink:href attribute and sets the width and height of the element.
DefaultStyleHandler.javaClass The DefaultStyleHandler class provides the default way to style an SVG Element.
DOMGroupManager.javaClass This class is used by the Graphics2D SVG Generator to manage a group of Nodes that can later be added to the SVG DOM Tree managed by the DOMTreeManager. There are two rules that control how children nodes are added to the group managed by this class: + Children node are added to the group as long as there is no more than n graphic context overrides needed to describe the children style.
DOMTreeManager.javaClass This class is used by the SVGGraphics2D SVG Generator to manage addition of new Nodes to the SVG DOM Tree.
DoubleString.javaClass
DoubleStringPerformanceTest.javaClass This test checks that there is no performance degradation in the doubleString utility method.
DrawImage.javaClass This test validates drawImage conversions.
ErrorConstants.javaInterface
ErrorHandler.javaInterface The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
ExtensionHandler.javaInterface The ExtensionHandler interface allows the user to handle Java 2D API extensions that map to SVG concepts (such as custom Paints, Composites or BufferedImageOp filters).
Font1.javaClass This test validates the convertion of Java 2D Fonts into SVG font attributes.
Font2.javaClass This test validates the convertion of Java 2D text into SVG Shapes, one of the options of the SVGGraphics2D constructor.
GeneratorContext.javaClass Testing customization of the SVGGeneratorContext and generation of SVG Fonts.
GenericImageHandler.javaInterface Extends the default ImageHandler interface with calls to allow caching of raster images in generated SVG content.
GetRootTest.javaClass This test validates that the SVGGraphics2D generates the same result with the two versions of its getRoot method.
Gradient.javaClass This test validates the convertion of Java 2D GradientPaints into SVG linearGradient definition and reference.
GraphicObjects.javaClass
GVector.javaClass This test validates the convertion of Java 2D GlyphVectors SVG Shapes.
IdentityTest.javaClass This test validates the convertion of Java 2D AffineTransform into SVG Shapes.
ImageCacher.javaClass This class implements caching functionality for raster images.
ImageHandler.javaInterface This interface allows the user of the Graphics2D SVG generator to decide how to handle images that it renders.
ImageHandlerBase64Encoder.javaClass This implementation of ImageHandler encodes the input image as a PNG image first, then encodes the PNG image using Base64 encoding and uses the result to encoder the image url using the data protocol.
ImageHandlerJPEGEncoder.javaClass This implementation of the abstract AbstractImageHandlerEncoder class creates JPEG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
ImageHandlerPNGEncoder.javaClass This implementation of the abstract AbstractImageHandlerEncoder class creates PNG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
JPainterCompare.javaClass
JPainterComponent.javaClass Simple component which displays the rendering created by a Painter.
Lookup.javaClass This test validates the convertion of Java 2D LookupOp into an SVG filer.
Messages.javaClass This class manages the message for the test.svg module.
NegativeLengths.javaClass This test validates the convertion of Java 2D negative length values:
- On rectangles: a negative width or height makes the rectangle invisible.
- On rounded rectangles: a negative width or height makes the rectangle invisible.
- On ellipses: a negative width or height makes the ellipse invisible
- On 3D rect: a negative width *and* height makes the rectangle invisible.
NullOp.javaClass
Painter.javaInterface Interface expected from object that can perform an arbitrary rendering sequence.
Paints.javaClass This test validates the convertion of Java 2D paints into an SVG attributes.
Rescale.javaClass This test validates the convertion of Java 2D RescaleOp into an SVG filer.
RHints.javaClass This test validates the convertion of Java 2D RenderingHints into an SVG attributes.
ShearTest.javaClass Testing shear.
ShowGraphics2DOutput.javaClass Checks that the content generated from the SVGGraphics2D and to which an event handler has been added can be processed by Batik.
SimpleImageHandler.javaClass Implements the GenericImageHandler interface and only uses <image> elements.
StyleHandler.javaInterface The StyleHandler interface allows you to specialize how the style will be set on an SVG Element.
SVGAccuracyTest.javaClass This test validates that a given rendering sequence, modeled by a Painter is properly converted to an SVG document by comparing the generated SVG document to a known, valid SVG reference.
SVGAccuracyTestValidator.javaClass
SVGAlphaComposite.javaClass Utility class that converts an AlphaComposite object into a set of SVG properties and definitions.
SVGArc.javaClass Utility class that converts an Arc2D object into a corresponding SVG element, i.e., a path with an elliptical arc and optionally lines..
SVGAttribute.javaClass Represents an SVG attribute and provides convenience methods to determine whether or not the attribute applies to a given element type.
SVGAttributeMap.javaClass Repository of SVG attribute descriptions, accessible by name.
SVGBasicStroke.javaClass
SVGBufferedImageOp.javaClass Utility class that converts a BufferedImageOp object into an SVG filter.
SVGClip.javaClass
SVGClipDescriptor.javaClass
SVGColor.javaClass Utility class that converts a Color object into a set of corresponding SVG attributes.
SVGComposite.javaClass Utility class that converts a Composite object into a set of SVG properties and definitions.
SVGCompositeDescriptor.javaClass Used to represent an SVG Composite.
SVGConverter.javaInterface Defines the interface for classes that are able to convert part or all of a GraphicContext.
SVGConvolveOp.javaClass Utility class that converts a ConvolveOp object into an SVG filter descriptor.
SVGCSSStyler.javaClass This utility class converts a standard SVG document that uses attribute into one that uses the CSS style attribute instead.
SVGCustomBufferedImageOp.javaClass Utility class that converts an custom BufferedImageOp object into an equivalent SVG filter.
SVGCustomComposite.javaClass Utility class that converts an custom Composite object into a set of SVG properties and definitions.
SVGCustomPaint.javaClass Utility class that converts an custom Paint object into a set of SVG properties and definitions.
SVGDescriptor.javaInterface Defines the interface for a set of SVG attributes and related definitions.
SVGEllipse.javaClass Utility class that converts an Ellipse2D object into a corresponding SVG element, i.e., a circle or an ellipse.
SVGFilterConverter.javaInterface Defines the interface for classes that are able to convert a BufferedImageOp filter.
SVGFilterDescriptor.javaClass Used to represent an SVG Composite.
SVGFont.javaClass
SVGFontDescriptor.javaClass
SVGGeneratorContext.javaClass This class contains all non graphical contextual information that are needed by the org.apache.batik.svggen.SVGGraphics2D to generate SVG from Java 2D primitives.
SVGGeneratorTests.javaClass This test validates that a given rendering sequence, modeled by a Painter by doing several subtests for a single input class: + SVGAccuracyTest with several configurations + SVGRenderingAccuracyTest + ImageComparisonTest between the rendering of the generated SVG for various configurations.
SVGGraphicContext.javaClass Represents the SVG equivalent of a Java 2D API graphic context attribute.
SVGGraphicContextConverter.javaClass This class performs the task of converting the state of the Java 2D API graphic context into a set of graphic attributes.
SVGGraphicObjectConverter.javaClass
SVGGraphics2D.javaClass This implementation of the java.awt.Graphics2D abstract class allows users to generate SVG (Scalable Vector Graphics) content from Java code. SVGGraphics2D generates a DOM tree whose root is obtained through the getRoot method.
SVGGraphics2DIOException.javaClass Thrown when an SVG Generator method receives an illegal argument in parameter.
SVGGraphics2DRuntimeException.javaClass Thrown when an SVG Generator method receives an illegal argument in parameter.
SVGHintsDescriptor.javaClass
SVGIDGenerator.javaClass
SVGLine.javaClass Utility class that converts a Line2D object into a corresponding SVG line element.
SVGLinearGradient.javaClass
SVGLookupOp.javaClass Utility class that converts a LookupOp object into an SVG filter descriptor.
SVGPaint.javaClass Utility class that converts a Paint object into an SVG element.
SVGPaintDescriptor.javaClass Used to represent an SVG Paint.
SVGPath.javaClass Utility class that converts a Shape object into an SVG path element.
SVGPolygon.javaClass Utility class that converts a Polygon object into an SVG element.
SVGRectangle.javaClass Utility class that converts a Rectangle2D or RoundRectangle2D object into an SVG element.
SVGRenderingHints.javaClass Utility class that converts a RenderingHints object into a set of SVG properties.
SVGRescaleOp.javaClass Utility class that converts a RescaleOp object into an SVG filter descriptor.
SVGShape.javaClass Utility class that converts a Shape object into the corresponding SVG element.
SVGStrokeDescriptor.javaClass Used to represent an SVG Paint.
SVGStylingAttributes.javaClass Defines the set of attributes from Exchange SVG that are defined as styling properties in Stylable SVG.
SVGSyntax.javaInterface Contains the definition of the SVG tags and attribute names.
SVGTexturePaint.javaClass
SVGTransform.javaClass Utility class that converts a GraphicContext transform stack into an SVG transform attribute.
SVGTransformDescriptor.javaClass
SwingSVGPrettyPrint.javaClass This class offers a way to create an SVG document with grouping that reflects the Swing composite structure (container/components).
TextSpacePreserve.javaClass This test validates that spaces are preserved correctly in drawString calls.
Texture.javaClass
TransformCollapse.javaClass This test validates that transforms are collapsed when they should.
XmlWriter.javaClass Writes a Node as text output.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.