|
||||||||||
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 lengths.
Field Summary | |
static int |
CM
To represent an length in centimeters. |
static int |
EM
To represent an length in ems. |
static int |
EX
To represent an length in exs. |
static int |
IN
To represent an length in inches. |
static int |
MM
To represent an length in millimeters. |
static int |
PC
To represent an length in picas. |
static int |
PERCENTAGE
To represent an length in percentage. |
static int |
PT
To represent an length in points. |
static int |
PX
To represent an length in pixels. |
Method Summary | |
int |
getType()
Returns this length type. |
float |
getValue()
Returns this length value. |
Field Detail |
public static final int CM
public static final int EM
public static final int EX
public static final int IN
public static final int MM
public static final int PC
public static final int PT
public static final int PX
public static final int PERCENTAGE
Method Detail |
public int getType()
public float getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |