Class SVGOMSubImageElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement

public class SVGOMSubImageElement extends SVGStylableElement
This class implements a multiImage extension to SVG. The 'multiImage' element is similar to the 'image' element (supports all the same attributes and properties) except.
  1. It can only be used to reference raster content (this is an implementation thing really)
  2. 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.
  3. 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 are greater than or equal to the required image size for display.
Version:
$Id: SVGOMSubImageElement.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Constructor Details

    • SVGOMSubImageElement

      protected SVGOMSubImageElement()
      Creates a new SubImageElement object.
    • SVGOMSubImageElement

      public SVGOMSubImageElement(String prefix, AbstractDocument owner)
      Creates a new SubImageElement object.
      Parameters:
      prefix - The namespace prefix.
      owner - The owner document.
  • Method Details