| Home >> All >> org >> apache >> batik >> bridge >> [ svg12 Javadoc ] |
org.apache.batik.bridge.svg12: Javadoc index of package org.apache.batik.bridge.svg12.
Package Samples:
org.apache.batik.bridge.svg12: Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.
Classes:
SVGMultiImageElementBridge: Bridge class for the <multiImage> element. The 'multiImage' element is similar to the 'image' element (supports all the same attributes and properties) except. It can only be used to reference raster content (this is an implementation thing really) It has two addtional attributes: 'pixel-width' and 'pixel-height' which are the maximum width and height of the image referenced by the xlink:href attribute. It can contain a child element 'subImage' which has only three attributes, pixel-width, pixel-height and xlink:href. The image displayed is the smallest image such that pixel-width and pixel-height ...
SVG12BridgeExtension: This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.
SVGFlowRootElementBridge: Bridge class for the <flowRoot> element.
SVGSolidColorElementBridge: Bridge class for a regular polygon element.
| Home | Contact Us | Privacy Policy | Terms of Service |