public class TileMeasureType extends Object
Represents measure types
| Modifier and Type | Field and Description |
|---|---|
static int |
Percent
Specifies that the unit of measurement is percent.
|
static int |
Pixel
Specifies that the unit of measurement is pixel.
|
static int |
Points
Specifies that the unit of measurement is point.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
parse(String value)
Parses a string to a
enumeration value. |
static String |
toString(int value)
Returns a string representation of the
value. |
public static final int Percent
Specifies that the unit of measurement is percent.
public static final int Pixel
Specifies that the unit of measurement is pixel.
public static final int Points
Specifies that the unit of measurement is point.
public static final int parse(String value)
Parses a string to a enumeration value.
TileMeasureType
value - The string to parse.TileMeasureType enumeration value.public static final String toString(int value)
Returns a string representation of the value.
TileMeasureType
value - The value to convert.TileMeasureType value.Copyright © 2026. All rights reserved.