Package org.w3c.dom.svg
Interface SVGPreserveAspectRatio
-
public interface SVGPreserveAspectRatio
-
-
Field Summary
Fields Modifier and Type Field Description static shortSVG_MEETORSLICE_MEETstatic shortSVG_MEETORSLICE_SLICEstatic shortSVG_MEETORSLICE_UNKNOWNstatic shortSVG_PRESERVEASPECTRATIO_NONEstatic shortSVG_PRESERVEASPECTRATIO_UNKNOWNstatic shortSVG_PRESERVEASPECTRATIO_XMAXYMAXstatic shortSVG_PRESERVEASPECTRATIO_XMAXYMIDstatic shortSVG_PRESERVEASPECTRATIO_XMAXYMINstatic shortSVG_PRESERVEASPECTRATIO_XMIDYMAXstatic shortSVG_PRESERVEASPECTRATIO_XMIDYMIDstatic shortSVG_PRESERVEASPECTRATIO_XMIDYMINstatic shortSVG_PRESERVEASPECTRATIO_XMINYMAXstatic shortSVG_PRESERVEASPECTRATIO_XMINYMIDstatic shortSVG_PRESERVEASPECTRATIO_XMINYMIN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetAlign()shortgetMeetOrSlice()voidsetAlign(short align)voidsetMeetOrSlice(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
-
-