Package com._1c.g5.v8.dt.moxel.util
Class DrawingProperties
- java.lang.Object
-
- com._1c.g5.v8.dt.moxel.util.DrawingProperties
-
public class DrawingProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTO_SIZE
static int
DETAIL_PARAMETER
static int
NAME
static int
PARAMETER
static int
PICTURE
static int
PICTURE_SIZE
static int
TEXT
-
Constructor Summary
Constructors Constructor Description DrawingProperties()
-
-
-
Field Detail
-
AUTO_SIZE
public static final int AUTO_SIZE
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
PARAMETER
public static final int PARAMETER
- See Also:
- Constant Field Values
-
DETAIL_PARAMETER
public static final int DETAIL_PARAMETER
- See Also:
- Constant Field Values
-
PICTURE
public static final int PICTURE
- See Also:
- Constant Field Values
-
PICTURE_SIZE
public static final int PICTURE_SIZE
- See Also:
- Constant Field Values
-
NAME
public static final int NAME
- See Also:
- Constant Field Values
-
-