Class SVGDefsContent

java.lang.Object
org.plutext.jaxb.svg11.SVGDefsContent
Direct Known Subclasses:
Defs

public class SVGDefsContent
extends java.lang.Object

Java class for SVG.defs.content complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SVG.defs.content">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element ref="{http://www.w3.org/2000/svg}SVG.Description.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Animation.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Structure.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Conditional.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Image.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Style.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Shape.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Text.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Marker.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.ColorProfile.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Gradient.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Pattern.class"/>
         <element ref="{http://www.w3.org/2000/svg}clipPath"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Mask.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Filter.class"/>
         <element ref="{http://www.w3.org/2000/svg}cursor"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Hyperlink.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.View.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Script.class"/>
         <element ref="{http://www.w3.org/2000/svg}SVG.Font.class"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.util.List<java.lang.Object> svgDescriptionClassOrSVGAnimationClassOrSVGStructureClass  
  • Constructor Summary

    Constructors
    Constructor Description
    SVGDefsContent()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Object> getSVGDescriptionClassOrSVGAnimationClassOrSVGStructureClass()
    Gets the value of the svgDescriptionClassOrSVGAnimationClassOrSVGStructureClass property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait