org.w3c.dom.svg
public interface SVGPreserveAspectRatio
| Field Summary | |
|---|---|
| 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 | |
|---|---|
| short | getAlign() |
| short | getMeetOrSlice() |
| void | setAlign(short align) |
| void | setMeetOrSlice(short meetOrSlice) |