This is the generator that provides content for the "Design" view
Type Graph |
---|
Defines a graph
The name of the graph
The algorithm used to automatically set the positions of the graph nodes
The background color
Type Node |
---|
Defines a graph node. The node has a default shape that can be customized by specifying a child 'Drawing' element
The node identifier
The text used to customize the node label. By default the node 'name' is shown
The color of the node label
The background color of the node
Type Connection |
---|
Defines a directed connection between 2 nodes
The source node
The target node
The graphical style of the connection line
The shape at the 1st endpoint of the connection
The shape at the 2nd endpoint of the connection
The text of an optional label at the 1st endpoint of the connection
The text of an optional label at the middle of the connection
The text of an optional label at the 2nd endpoint of the connection
Type Drawing |
---|
Defines a drawing. It contains figures that cannot be moved. Figures inside it have positive relative locations. The point (0,0) is the left-top corner of the drawing
The name of the drawing
The algorithm used to automatically set the coordinates of the children figures. Valid values are: - <no value>: The specified coordinates of the contained figures are used to place them - horizontalFlow: specifies that components should be laid out left to right. - verticalFlow: specifies that components should be laid out top to bottom. - row: specifies that components should be laid out left to right. All the components are all resized to the height of the highest one. - column: specifies that components should be laid out top to bottom All the components are all resized to the width of the widest one. - stack: the components are placed on top of one another. All the components are resized to the biggest dimensions. The order of drawing of each component is determined by its order in the group: the first child is at the bottom
Type Rectangle |
---|
Defines a rectangle
The X-location
The Y-location
The width
The height
Whether or not the background is drawn
The background color
The width of the rounded corner
The height of the rounded corner
The border width
The border style
The border color
Type Ellipse |
---|
Defines an ellipse
The X-location
The Y-location
The width
The height
Whether or not the background is drawn
The background color
The border width
The border style
The border color
Type Polygon |
---|
Defines a polygon
Whether or not the background is drawn
The background color
The border width
The border style
The border color
Type Image |
---|
Defines an image
The X-location
The Y-location
The image area width
The image area height
Whether the image ratio is preserved or not
The Uniform Resource Identifier of the image. For more information: http://en.wikipedia.org/wiki/Uniform_Resource_Identifier
Type Label |
---|
Defines a label
The text of the label
The font size of the label text
The X-location
The Y-location
The alignment of the text inside the label
The text color
Type Point |
---|
Defines a point
The X-location
The Y-location
Type Bar |
---|
Defines a strictly horizontal or vertical line
The X-location
The Y-location
The orientation of the bar
The length of the bar
The width of the bar
The line style of the bar
The color of the bar
Type Line |
---|
Defines a line
The X-location of the start
The Y-location of the start
The X-location of the end
The Y-location of the end
The width of the bar
The style of the line
The color of the line
Type Group |
---|
Defines a group of figures. Figures inside it have positive relative locations. The point (0,0) is the left-top corner of the group
The X-location
The Y-location
The algorithm used to automatically set the coordinates of the children figures. Valid values are: - <no value>: The specified coordinates of the contained figures are used to place them - horizontalFlow: specifies that components should be laid out left to right. - verticalFlow: specifies that components should be laid out top to bottom. - row: specifies that components should be laid out left to right. All the components are all resized to the height of the highest one. - column: specifies that components should be laid out top to bottom All the components are all resized to the width of the widest one. - stack: the components are placed on top of one another. All the components are resized to the biggest dimensions. The order of drawing of each component is determined by its order in the group: the first child is at the bottom