Package org.w3c.dom.svg
Interface SVGPreserveAspectRatio
-
public interface SVGPreserveAspectRatio
-
-
Field Summary
Fields Modifier and Type Field Description static short
SVG_MEETORSLICE_MEET
static short
SVG_MEETORSLICE_SLICE
static short
SVG_MEETORSLICE_UNKNOWN
static short
SVG_PRESERVEASPECTRATIO_NONE
static short
SVG_PRESERVEASPECTRATIO_UNKNOWN
static short
SVG_PRESERVEASPECTRATIO_XMAXYMAX
static short
SVG_PRESERVEASPECTRATIO_XMAXYMID
static short
SVG_PRESERVEASPECTRATIO_XMAXYMIN
static short
SVG_PRESERVEASPECTRATIO_XMIDYMAX
static short
SVG_PRESERVEASPECTRATIO_XMIDYMID
static short
SVG_PRESERVEASPECTRATIO_XMIDYMIN
static short
SVG_PRESERVEASPECTRATIO_XMINYMAX
static short
SVG_PRESERVEASPECTRATIO_XMINYMID
static short
SVG_PRESERVEASPECTRATIO_XMINYMIN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
getAlign()
short
getMeetOrSlice()
void
setAlign(short align)
void
setMeetOrSlice(short meetOrSlice)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
getAlign
short getAlign()
-
setAlign
void setAlign(short align) throws DOMException
- Throws:
DOMException
-
getMeetOrSlice
short getMeetOrSlice()
-
setMeetOrSlice
void setMeetOrSlice(short meetOrSlice) throws DOMException
- Throws:
DOMException
-
-