Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f9bf004d353fccfd6730ba928c2fa896acc496a7 (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.horizontalsymmetryalgorithm.HorizontalSymmetryAlgorithm"
            icon="icons/horizsym.gif"
            name="Horizontal Symmetry"
            toolTipText="A horizontal symmetry algorithm disposes graph nodes on the other side to the horizontal center of the layout area ">
      </client>
   </extension>

</plugin>

Back to the top