Interface ElementPropKeys
public interface ElementPropKeys
Defines some reserved/commonly used property keys of elements in a
VisualLayout
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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.
-
Field Details
-
POINT_POS_X
X coordinate at which the point is to be drawn (in mm). Type: int. Default value: Physical coordinate of the point.- See Also:
-
POINT_POS_Y
Y coordinate at which the point is to be drawn (in mm). Type: int. Default value: Physical coordinate of the point.- See Also:
-
POINT_LABEL_OFFSET_X
X offset of the label's position to the object's position (in lu). Type: int. Default value: ??- See Also:
-
POINT_LABEL_OFFSET_Y
Y offset of the label's position to the object's position (in lu). Type: int. Default value: ??- See Also:
-
POINT_LABEL_ORIENTATION_ANGLE
Orientation angle of the label (in degrees). Type: int [0..360]. Default value: 0.- See Also:
-
LOC_POS_X
X coordinate at which the location is to be drawn (in mm). Type: int. Default value: ??.- See Also:
-
LOC_POS_Y
Y coordinate at which the location is to be drawn (in mm). Type: int. Default value: ??.- See Also:
-
LOC_LABEL_OFFSET_X
X offset of the label's position to the object's position (in lu). Type: int. Default value: ??- See Also:
-
LOC_LABEL_OFFSET_Y
Y offset of the label's position to the object's position (in lu). Type: int. Default value: ??- See Also:
-
LOC_LABEL_ORIENTATION_ANGLE
Orientation angle of the label (in degrees). Type: int [0..360]. Default value: 0.- See Also:
-
PATH_CONN_TYPE
The drawing type of the path. Type: String {Elbow, Slanted, Curved, Bezier, Direct} Default value: DIRECT.- See Also:
-
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.- See Also:
-
BLOCK_COLOR
Color in which block elements are to be emphasized. Type: String (pattern: #rrggbb). Default value: Automatically assigned.- See Also:
-
VEHICLE_ROUTE_COLOR
Color in which vehicle routes are to be emphasized. Type: String (pattern: #rrggbb). Default value: Color.RED- See Also:
-