Index
All Classes and Interfaces|All Packages|Constant Field Values
X
- XLINK_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.svg.AllowsXLinkAttributes
-
The core attributes.
- XMAX_YMAX - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the<min-x>
+<width>
of the element's viewBox with the maximum x type of the viewport.
Align the<min-y>
+<height>
of the element's viewBox with the maximum y type of the viewport. - XMAX_YMID - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the<min-x>
+<width>
of the element's viewBox with the maximum x type of the viewport.
Align the midpoint y type of the element's viewBox with the midpoint y type of the viewport. - XMAX_YMIN - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the<min-x>
+<width>
of the element's viewBox with the maximum x type of the viewport.
Align the<min-y>
of the element's viewBox with the smallest y type of the viewport. - XMID_YMAX - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the midpoint x type of the element's viewBox with the midpoint x type of the viewport.
Align the<min-y>
+<height>
of the element's viewBox with the maximum y type of the viewport. - XMID_YMID - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the midpoint x type of the element's viewBox with the midpoint x type of the viewport.
Align the midpoint y type of the element's viewBox with the midpoint y type of the viewport.
This is the default setting. - XMID_YMIN - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the midpoint x type of the element's viewBox with the midpoint x type of the viewport.
Align the<min-y>
of the element's viewBox with the smallest y type of the viewport. - XMIN_YMAX - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the<min-x>
of the element's viewBox with the smallest x type of the viewport.
Align the<min-y>
+<height>
of the element's viewBox with the maximum y type of the viewport. - XMIN_YMID - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the<min-x>
of the element's viewBox with the smallest x type of the viewport.
Align the midpoint y type of the element's viewBox with the midpoint y type of the viewport. - XMIN_YMIN - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGPreserveAspectRatio
-
Force uniform scaling.
Align the<min-x>
of the element's viewBox with the smallest x type of the viewport.
Align the<min-y>
of the element's viewBox with the smallest y type of the viewport. - XMLATTRIBUTE_Base - Static variable in class org.tquadrat.foundation.svg.SVGUtils
-
The name for the XML
base
attribute: "xml:base".
All Classes and Interfaces|All Packages|Constant Field Values