Skip to content

UML

September 29, 2023
April 14, 2015

yEd Graph Editor Manual | yEd
yEd Q&A is a StackOverflow like Q&A site. yEd's staff will happily answer our questions.

GraphML

GraphML - Wikiwand
The GraphML File Format

GraphML is yFile's choice of interchange format. See Chapter 9 of yFiles for Java Developer's Guide.

GraphML Primer

Flash-based GraphMLViewer
GraphML Viewer for the Web - DZone Database
c99pjn/GraphMLViewer: Simple javascript which renders graphml files in the browser

Gephi - The Open Graph Viz Platform

Custom Palette

Palette Manager | yEd

Network Diagrams with Open Security Architecture SVG Icon Set, freeDesktop tango! Icon Library Theme and yWorks yEd Graph Editor on any OS (Linux/Java) (Stefan Thieme Blog)

Custom Properties

Properties of Graph Elements | yEd

They are saved in the file and local to the file.
Use template.graphml to inherit these. You can also copy and paste the nodes.

Properties Mapper

Mapping Custom Properties to Visual Properties | yEd

Properties Mapper is a tool to change visual properties according to a given attribute. It allowed flexibility and consistency to style the content of the graph. This is a yEd app feature that can be applied to all graphs. The map can be exported.

"Tooltip" in property mapper is actually "Description" of the node.

Properties Mapper can change most of the properties: fill color, label text and styles, position, border.

The node type is mapped by (multiple) template mapping. However the label is reset upon applying such change. This is by design.
We can use another custom property and apply as label in property mapper but:

Tips