org.w3c.dom.svg
Interface SVGPreserveAspectRatio
- All Known Implementing Classes:
- AbstractSVGPreserveAspectRatio
- public interface SVGPreserveAspectRatio
SVG_PRESERVEASPECTRATIO_UNKNOWN
public static final short SVG_PRESERVEASPECTRATIO_UNKNOWN
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_NONE
public static final short SVG_PRESERVEASPECTRATIO_NONE
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMINYMIN
public static final short SVG_PRESERVEASPECTRATIO_XMINYMIN
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMIDYMIN
public static final short SVG_PRESERVEASPECTRATIO_XMIDYMIN
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMAXYMIN
public static final short SVG_PRESERVEASPECTRATIO_XMAXYMIN
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMINYMID
public static final short SVG_PRESERVEASPECTRATIO_XMINYMID
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMIDYMID
public static final short SVG_PRESERVEASPECTRATIO_XMIDYMID
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMAXYMID
public static final short SVG_PRESERVEASPECTRATIO_XMAXYMID
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMINYMAX
public static final short SVG_PRESERVEASPECTRATIO_XMINYMAX
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMIDYMAX
public static final short SVG_PRESERVEASPECTRATIO_XMIDYMAX
- See Also:
- Constant Field Values
SVG_PRESERVEASPECTRATIO_XMAXYMAX
public static final short SVG_PRESERVEASPECTRATIO_XMAXYMAX
- See Also:
- Constant Field Values
SVG_MEETORSLICE_UNKNOWN
public static final short SVG_MEETORSLICE_UNKNOWN
- See Also:
- Constant Field Values
SVG_MEETORSLICE_MEET
public static final short SVG_MEETORSLICE_MEET
- See Also:
- Constant Field Values
SVG_MEETORSLICE_SLICE
public static final short SVG_MEETORSLICE_SLICE
- See Also:
- Constant Field Values
getAlign
public short getAlign()
setAlign
public void setAlign(short align)
throws DOMException
- Throws:
DOMException
getMeetOrSlice
public short getMeetOrSlice()
setMeetOrSlice
public void setMeetOrSlice(short meetOrSlice)
throws DOMException
- Throws:
DOMException
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.