org.w3c.dom.svg
Interface SVGPreserveAspectRatio
public interface SVGPreserveAspectRatio
SVG_PRESERVEASPECTRATIO_UNKNOWN
static final short SVG_PRESERVEASPECTRATIO_UNKNOWN
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_NONE
static final short SVG_PRESERVEASPECTRATIO_NONE
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMINYMIN
static final short SVG_PRESERVEASPECTRATIO_XMINYMIN
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMIDYMIN
static final short SVG_PRESERVEASPECTRATIO_XMIDYMIN
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMAXYMIN
static final short SVG_PRESERVEASPECTRATIO_XMAXYMIN
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMINYMID
static final short SVG_PRESERVEASPECTRATIO_XMINYMID
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMIDYMID
static final short SVG_PRESERVEASPECTRATIO_XMIDYMID
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMAXYMID
static final short SVG_PRESERVEASPECTRATIO_XMAXYMID
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMINYMAX
static final short SVG_PRESERVEASPECTRATIO_XMINYMAX
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMIDYMAX
static final short SVG_PRESERVEASPECTRATIO_XMIDYMAX
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMAXYMAX
static final short SVG_PRESERVEASPECTRATIO_XMAXYMAX
- See Also:
- Constant Field Values
SVG_MEETORSLICE_UNKNOWN
static final short SVG_MEETORSLICE_UNKNOWN
- See Also:
- Constant Field Values
SVG_MEETORSLICE_MEET
static final short SVG_MEETORSLICE_MEET
- See Also:
- Constant Field Values
SVG_MEETORSLICE_SLICE
static final short SVG_MEETORSLICE_SLICE
- See Also:
- Constant Field Values
getAlign
short getAlign()
setAlign
void setAlign(short align)
throws DOMException
- Throws:
DOMException
getMeetOrSlice
short getMeetOrSlice()
setMeetOrSlice
void setMeetOrSlice(short meetOrSlice)
throws DOMException
- Throws:
DOMException