java.lang.Object
org.plutext.jaxb.svg11.SVGViewContent
org.plutext.jaxb.svg11.SVGViewClass
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/2000/svg}SVG.view.content">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
<attGroup ref="{http://www.w3.org/2000/svg}SVG.External.attrib"/>
<attribute name="viewBox" type="{http://www.w3.org/2000/svg}ViewBoxSpec.datatype" />
<attribute name="preserveAspectRatio" type="{http://www.w3.org/2000/svg}PreserveAspectRatioSpec.datatype" default="xMidYMid meet" />
<attribute name="zoomAndPan" default="magnify">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="disable"/>
<enumeration value="magnify"/>
</restriction>
</simpleType>
</attribute>
<attribute name="viewTarget" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BooleanDatatypeprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.plutext.jaxb.svg11.SVGViewContent
svgDescriptionClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.Gets the value of the externalResourcesRequired property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.Gets the value of the preserveAspectRatio property.getSpace()Gets the value of the space property.Gets the value of the viewBox property.Gets the value of the viewTarget property.Gets the value of the zoomAndPan property.voidSets the value of the base property.voidSets the value of the externalResourcesRequired property.voidSets the value of the id property.voidSets the value of the lang property.voidsetPreserveAspectRatio(String value) Sets the value of the preserveAspectRatio property.voidSets the value of the space property.voidsetViewBox(String value) Sets the value of the viewBox property.voidsetViewTarget(String value) Sets the value of the viewTarget property.voidsetZoomAndPan(String value) Sets the value of the zoomAndPan property.Methods inherited from class org.plutext.jaxb.svg11.SVGViewContent
getSVGDescriptionClass
-
Field Details
-
viewBox
-
preserveAspectRatio
-
zoomAndPan
-
viewTarget
-
id
-
base
-
space
-
lang
-
externalResourcesRequired
-
-
Constructor Details
-
SVGViewClass
public SVGViewClass()
-
-
Method Details
-
getViewBox
Gets the value of the viewBox property.- Returns:
- possible object is
String
-
setViewBox
Sets the value of the viewBox property.- Parameters:
value- allowed object isString
-
getPreserveAspectRatio
Gets the value of the preserveAspectRatio property.- Returns:
- possible object is
String
-
setPreserveAspectRatio
Sets the value of the preserveAspectRatio property.- Parameters:
value- allowed object isString
-
getZoomAndPan
Gets the value of the zoomAndPan property.- Returns:
- possible object is
String
-
setZoomAndPan
Sets the value of the zoomAndPan property.- Parameters:
value- allowed object isString
-
getViewTarget
Gets the value of the viewTarget property.- Returns:
- possible object is
String
-
setViewTarget
Sets the value of the viewTarget property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getExternalResourcesRequired
Gets the value of the externalResourcesRequired property.- Returns:
- possible object is
BooleanDatatype
-
setExternalResourcesRequired
Sets the value of the externalResourcesRequired property.- Parameters:
value- allowed object isBooleanDatatype
-