[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[News.eclipse.technology.gmf] Re: how to change external labels to internal labels
|
o, I know ,I can wrap the external label and the figure as a whole in
gmfgrah, and I had solved the problem :)
just like this:
<figures
xsi:type="gmfgraph:Rectangle"
referencingElements="Data"
name="AltContFigure"
outline="false"
fill="false">
<children
xsi:type="gmfgraph:Polygon"
name="AlternativeFigure">
<foregroundColor
xsi:type="gmfgraph:ConstantColor"
value="black"/>
<backgroundColor
xsi:type="gmfgraph:ConstantColor"
value="red"/>
<template
y="20"/>
<template
x="20"
y="40"/>
<template
x="40"
y="20"/>
<template
x="20"/>
<template
y="20"/>
</children>
<children
xsi:type="gmfgraph:Label"
referencingElements="DataName"
name="DataNameFigure"
text="<...>"/>
</figures>
"dzh" <dzhpingbo@xxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ:eaeusi$6o1$1@xxxxxxxxxxxxxxxxxxxx
> As the external labels has some problem while I layout the diagram, so I
> want to change external labels to internal labels.
> If I can config gmfgen to accomplish this?
> Does there any suggestion?
> Thank you !
>