]> gerrit.simantics Code Review - simantics/sysdyn.git/commit
* Added ElementHints.KEY_HIDDEN for stating that an element should be considered...
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Thu, 10 Feb 2011 18:49:46 +0000 (18:49 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Thu, 10 Feb 2011 18:49:46 +0000 (18:49 +0000)
commit67060876802b31ca74ddf847c12dde65513ccc91
tree6ca0d32e0c459eefaa85bfeacdfb9627f5c8b9e1
parent16fffaca57187ce2e2de3388cb7848a7337f3a8a
* Added ElementHints.KEY_HIDDEN for stating that an element should be considered hidden and no it should not:
** show up in any diagram/element measurements
** be involved in picking or any other interaction
** be rendered
* Changed InternalSize.getBounds specification to allow implementations to differentiate between cases where an element has no area (is infinitesimally small) and that an element does not exist visually (has no bounds). This also helps in the implementation of proper diagram element measurements when parts of the diagram are hidden.

fixes #2091

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@19757 ac1ea38d-2e2b-0410-8846-a27921b304fc
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/elements2/connections/SysdynConnectionClass.java