]> gerrit.simantics Code Review - simantics/platform.git/commit
Added base diagram profile style for showing terminal names on diagrams 83/383/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 28 Mar 2017 15:02:18 +0000 (18:02 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 28 Mar 2017 15:02:18 +0000 (18:02 +0300)
commit7f206f186acf9bb44f86f5b191c38cddb4508c48
tree9c7a0e9eaa2c97dafe8ef5690b9bbbce6c97b107
parente358219a999d271f489dc6e3821aa9b76b2d39fe
Added base diagram profile style for showing terminal names on diagrams

Previously there has been an implementation for showing terminal names
in the symbol editor (SymbolTerminalNameStyle). This implementation is
for showing symbol instance terminal names on modelling diagrams
containing symbol instances. The names are positioned outside the
current symbol's bounding box.

ConnectionPointNameStyle also employs the new TextNode automatic text
flipping feature added in #7112.

refs #7107

Change-Id: Icf4709bf115a9c25b894192d186c6ce514cc0d29
bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagram/style/ConnectionPointNameStyle.java [new file with mode: 0644]