|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents objects which hold informations about SVG preserveAspectRatio attribute value.
Field Summary | |
static int |
MEET
To represent the 'meet' value. |
static int |
NONE
To represent the 'none' alignment. |
static int |
SLICE
To represent the 'slice' value. |
static int |
XMAXYMAX
To represent the 'xMaxYMax' alignment. |
static int |
XMAXYMID
To represent the 'xMaxYMid' alignment. |
static int |
XMAXYMIN
To represent the 'xMaxYMin' alignment. |
static int |
XMIDYMAX
To represent the 'xMidYMax' alignment. |
static int |
XMIDYMID
To represent the 'xMidYMid' alignment. |
static int |
XMIDYMIN
To represent the 'xMidYMin' alignment. |
static int |
XMINYMAX
To represent the 'xMinYMax' alignment. |
static int |
XMINYMID
To represent the 'xMinYMid' alignment. |
static int |
XMINYMIN
To represent the 'xMinYMin' alignment. |
Method Summary | |
int |
getAlign()
Returns the align value of the represented attribute. |
int |
getMeetOrSlice()
Returns the meet or slice value of the represented attribute. |
Field Detail |
public static final int NONE
public static final int XMINYMIN
public static final int XMIDYMIN
public static final int XMAXYMIN
public static final int XMINYMID
public static final int XMIDYMID
public static final int XMAXYMID
public static final int XMINYMAX
public static final int XMIDYMAX
public static final int XMAXYMAX
public static final int MEET
public static final int SLICE
Method Detail |
public int getAlign()
public int getMeetOrSlice()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |