Interface SVGPreserveAspectRatio

All Known Implementing Classes:
AbstractSVGPreserveAspectRatio, SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue, SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue

public interface SVGPreserveAspectRatio
Represents the preserveAspectRatio attribute.
  • Field Details

    • SVG_PRESERVEASPECTRATIO_UNKNOWN

      static final short SVG_PRESERVEASPECTRATIO_UNKNOWN
      Some other value.
      See Also:
    • SVG_PRESERVEASPECTRATIO_NONE

      static final short SVG_PRESERVEASPECTRATIO_NONE
      The none keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMINYMIN

      static final short SVG_PRESERVEASPECTRATIO_XMINYMIN
      The xMinYMin keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMIDYMIN

      static final short SVG_PRESERVEASPECTRATIO_XMIDYMIN
      The xMidYMin keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMAXYMIN

      static final short SVG_PRESERVEASPECTRATIO_XMAXYMIN
      The xMaxYMin keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMINYMID

      static final short SVG_PRESERVEASPECTRATIO_XMINYMID
      The xMinYMid keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMIDYMID

      static final short SVG_PRESERVEASPECTRATIO_XMIDYMID
      The xMidYMid keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMAXYMID

      static final short SVG_PRESERVEASPECTRATIO_XMAXYMID
      The xMaxYMid keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMINYMAX

      static final short SVG_PRESERVEASPECTRATIO_XMINYMAX
      The xMinYMax keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMIDYMAX

      static final short SVG_PRESERVEASPECTRATIO_XMIDYMAX
      The xMidYMax keyword.
      See Also:
    • SVG_PRESERVEASPECTRATIO_XMAXYMAX

      static final short SVG_PRESERVEASPECTRATIO_XMAXYMAX
      The xMaxYMax keyword.
      See Also:
    • SVG_MEETORSLICE_UNKNOWN

      static final short SVG_MEETORSLICE_UNKNOWN
      Some other value.
      See Also:
    • SVG_MEETORSLICE_MEET

      static final short SVG_MEETORSLICE_MEET
      The meet keyword.
      See Also:
    • SVG_MEETORSLICE_SLICE

      static final short SVG_MEETORSLICE_SLICE
      The slice keyword.
      See Also:
  • Method Details

    • getAlign

      short getAlign()
      Get the alignment keyword part of the ‘preserveAspectRatio’ value.
      Returns:
      the alignment keyword part of the ‘preserveAspectRatio’ value.
    • setAlign

      void setAlign(short align) throws DOMException
      Throws:
      DOMException
    • getMeetOrSlice

      short getMeetOrSlice()
      Get the meet-or-slice keyword part of the ‘preserveAspectRatio’ value.
      Returns:
      the meet-or-slice keyword part of the ‘preserveAspectRatio’ value.
    • setMeetOrSlice

      void setMeetOrSlice(short meetOrSlice) throws DOMException
      Throws:
      DOMException