| Re: About BPMN'layout [message #374791] |
Fri, 15 August 2008 02:21  |
|
Originally posted by: stephenbyc.gmail.com
Antoine Toulme wrote:
> Take a look at PoolPoolCompartmentFigure.
>
> Let me know how it goes!
>
> Thanks,
>
> Antoine
Hi Antoine,
I am so sorry to bother you again. I have looked at
PoolPoolCompartmentFigure and found that its primary responsibility
is not to draw itself but to the lane figure in it. Then, I focus on its
editpart PoolPoolCompartmentEditPart and I find the code below:
FixedOneLineBorder border = new FixedOneLineBorder(
POOLCOMPARTMENTFIGURE_BORDER, 1, PositionConstants.TOP);
I modify orientation of the line to horizontal. But I can't make the
pool name above the line yet. Could you give me more hint.
Thanks,
Stephen
|
|
|