This functionality is only available for certain module packages.

You are here: Reference > GRAPH2D > Tags > figureBase

figureBase

Placeholder for abstract specifications of images.

Note:

The specified properties are inherited by all other (concrete) figure definitions, which in turn can override these settings.

Can be used as a substitute for group head.

Allowed sub-elements Quantity
configuration 0 or 1
properties 0 or 1
property id="?" Values for read/write Description
autoSlaveBoColor 0,0,0 to 255,255,255 Frame color of the automatically inserted node as RGB value
bColor 0,0,0 to 255,255,255 Background color as RGB value
bGradientDirection 0 through 360 Angle of the gradient in degrees
bGradientStart 0,0,0 to 255,255,255 Start color of the gradient for the not-selected node as RGB value.
boColor 0,0,0 to 255,255,255 Border color as RGB value
boLineStyle 1, 2, 3, 4, 5 Line style
1 = solid line (default)
2 = dashed line
3 = dotted line
4 = dash-dot line
5 = dash-dot-dot line
boMargin Distance from the enclosed graphical object to the border in pixels
boWidth Border width in pixels
cornerRadius Radius of rounded corners in pixels
fColor 0,0,0 to 255,255,255 Font color as RGB value
font Font-style-size Font type, style, and size for displaying text
fontBColor 0,0,0 to 255,255,255 Background color as RGB value of the non-selected label
fontFColor 0,0,0 to 255,255,255 Text color as RGB value of the non-selected label
fontSelectedBColor 0,0,0 to 255,255,255 Background color as RGB value of the selected label
fontSelectedFColor 0,0,0 to 255,255,255 Text color as RGB value of the selected label
height Height of the graphical object
highlightBoColor 0,0,0 to 255,255,255 Border color of slave nodes as an RGB value, if the associated master node is marked
isDeletable true, false Erasability of the component
true = component can be deleted from the diagram and the model
false = component can be deleted from the diagram, but not from the model
locationX Horizont position
locationY Vertical position
prefHeight Predefined height of the graphical object
prefWidth Predefined width of the graphical object
resizable true, false Specifies, if the size of the graphical object can be modified.
true = size is modifiable
false = size is fixed
resizeConstraint height, width, proportional Restricts changes to the size of a node.
height = only the height of the node can be modified
width = only the width of the node can be modified
proportional = the current aspect ratio must be maintained when increasing or decreasing the size of the node. This can only be done using the handles at the corners.
sbGradientStart 0,0,0 to 255,255,255 Start color of the gradient for the selected node as RGB value.
selectable true, false Specifies, if the graphical object can be selected
true = selectable
false = not selectable
selectedBColor 0,0,0 to 255,255,255 Background color as RGB value, if the component is marked
selectedBoColor 0,0,0 to 255,255,255 Border color as RGB value, if the component is marked
selectedFColor 0,0,0 to 255,255,255 Font color as RGB value, if the component is marked
tooltip Tip for the element when the mouse cursor is placed on it. Either a fixed text or a formula that returns a string. A form-UI can be displayed as an overlay by double-clicking the component.
transparency 0 through 100 Transparency
0 = opaque
100 = transparent
visible true, false Visibility
true = visible
false = hidden
width Width of the graphical object

Note:

Follow the sequence:

Within <figureBase>, <figureContainer>, <figureEllipse>, <figureImage>, <figureLabel> and <figurePolygon> first configure <configuration> and then <properties>.