Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b835bd7180495fd5159679e48fc78dbad29c9a14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.layout.algorithms">
      <client
            class="org.eclipse.papyrus.layout.algorithms.verticalsymmetryalgorithm.VerticalSymmetryAlgorithm"
            icon="icons/vertsym.gif"
            name="Vertical Symmetry"
            toolTipText="A vertical symmetry algorithm disposes graph nodes on the other side to the vertical center of the layout area">
      </client>
   </extension>

</plugin>

Back to the top