Schnittstelle ElementPropKeys
public interface ElementPropKeys
Defines some reserved/commonly used property keys of elements in a
VisualLayout
.-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final String
Color in which block elements are to be emphasized.static final String
X offset of the label's position to the object's position (in lu).static final String
Y offset of the label's position to the object's position (in lu).static final String
Orientation angle of the label (in degrees).static final String
X coordinate at which the location is to be drawn (in mm).static final String
Y coordinate at which the location is to be drawn (in mm).static final String
The drawing type of the path.static final String
Control points describing the way the connection is being drawn (if the connection type is not Direct).static final String
X offset of the label's position to the object's position (in lu).static final String
Y offset of the label's position to the object's position (in lu).static final String
Orientation angle of the label (in degrees).static final String
X coordinate at which the point is to be drawn (in mm).static final String
Y coordinate at which the point is to be drawn (in mm).static final String
Color in which vehicle routes are to be emphasized.
-
Felddetails
-
POINT_POS_X
X coordinate at which the point is to be drawn (in mm). Type: int. Default value: Physical coordinate of the point.- Siehe auch:
-
POINT_POS_Y
Y coordinate at which the point is to be drawn (in mm). Type: int. Default value: Physical coordinate of the point.- Siehe auch:
-
POINT_LABEL_OFFSET_X
X offset of the label's position to the object's position (in lu). Type: int. Default value: ??- Siehe auch:
-
POINT_LABEL_OFFSET_Y
Y offset of the label's position to the object's position (in lu). Type: int. Default value: ??- Siehe auch:
-
POINT_LABEL_ORIENTATION_ANGLE
Orientation angle of the label (in degrees). Type: int [0..360]. Default value: 0.- Siehe auch:
-
LOC_POS_X
X coordinate at which the location is to be drawn (in mm). Type: int. Default value: ??.- Siehe auch:
-
LOC_POS_Y
Y coordinate at which the location is to be drawn (in mm). Type: int. Default value: ??.- Siehe auch:
-
LOC_LABEL_OFFSET_X
X offset of the label's position to the object's position (in lu). Type: int. Default value: ??- Siehe auch:
-
LOC_LABEL_OFFSET_Y
Y offset of the label's position to the object's position (in lu). Type: int. Default value: ??- Siehe auch:
-
LOC_LABEL_ORIENTATION_ANGLE
Orientation angle of the label (in degrees). Type: int [0..360]. Default value: 0.- Siehe auch:
-
PATH_CONN_TYPE
The drawing type of the path. Type: String {Elbow, Slanted, Curved, Bezier, Direct} Default value: DIRECT.- Siehe auch:
-
PATH_CONTROL_POINTS
Control points describing the way the connection is being drawn (if the connection type is not Direct). Type: String. (List of comma-separated X/Y pairs, with the pairs being separated by semicola. Example: "x1,x1;x2,y2;x3,y3") Default value: empty.- Siehe auch:
-
BLOCK_COLOR
Color in which block elements are to be emphasized. Type: String (pattern: #rrggbb). Default value: Automatically assigned.- Siehe auch:
-
VEHICLE_ROUTE_COLOR
Color in which vehicle routes are to be emphasized. Type: String (pattern: #rrggbb). Default value: Color.RED- Siehe auch:
-