- All Known Implementing Classes:
AbstractSVGPreserveAspectRatio
,SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
,SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
public interface SVGPreserveAspectRatio
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
-
Method Summary
Modifier and TypeMethodDescriptionshort
getAlign()
short
void
setAlign
(short align) void
setMeetOrSlice
(short meetOrSlice)
-
Field Details
-
SVG_PRESERVEASPECTRATIO_UNKNOWN
static final short SVG_PRESERVEASPECTRATIO_UNKNOWN- See Also:
-
SVG_PRESERVEASPECTRATIO_NONE
static final short SVG_PRESERVEASPECTRATIO_NONE- See Also:
-
SVG_PRESERVEASPECTRATIO_XMINYMIN
static final short SVG_PRESERVEASPECTRATIO_XMINYMIN- See Also:
-
SVG_PRESERVEASPECTRATIO_XMIDYMIN
static final short SVG_PRESERVEASPECTRATIO_XMIDYMIN- See Also:
-
SVG_PRESERVEASPECTRATIO_XMAXYMIN
static final short SVG_PRESERVEASPECTRATIO_XMAXYMIN- See Also:
-
SVG_PRESERVEASPECTRATIO_XMINYMID
static final short SVG_PRESERVEASPECTRATIO_XMINYMID- See Also:
-
SVG_PRESERVEASPECTRATIO_XMIDYMID
static final short SVG_PRESERVEASPECTRATIO_XMIDYMID- See Also:
-
SVG_PRESERVEASPECTRATIO_XMAXYMID
static final short SVG_PRESERVEASPECTRATIO_XMAXYMID- See Also:
-
SVG_PRESERVEASPECTRATIO_XMINYMAX
static final short SVG_PRESERVEASPECTRATIO_XMINYMAX- See Also:
-
SVG_PRESERVEASPECTRATIO_XMIDYMAX
static final short SVG_PRESERVEASPECTRATIO_XMIDYMAX- See Also:
-
SVG_PRESERVEASPECTRATIO_XMAXYMAX
static final short SVG_PRESERVEASPECTRATIO_XMAXYMAX- See Also:
-
SVG_MEETORSLICE_UNKNOWN
static final short SVG_MEETORSLICE_UNKNOWN- See Also:
-
SVG_MEETORSLICE_MEET
static final short SVG_MEETORSLICE_MEET- See Also:
-
SVG_MEETORSLICE_SLICE
static final short SVG_MEETORSLICE_SLICE- See Also:
-
-
Method Details
-
getAlign
short getAlign() -
setAlign
- Throws:
DOMException
-
getMeetOrSlice
short getMeetOrSlice() -
setMeetOrSlice
- Throws:
DOMException
-