1
General Board / Re: image of stereotypes; profile
« on: July 04, 2008, 06:22:28 pm »
Sorry, but my problem is not solved yet. In the BPMN example i did not found the right thing.
Let me try to explain what my problem is:
I want to customize my stereotype the way that the shape looks like the shape of an stereotype class with the icon in position north/east.
Instead of the stereotype icon my icon should be placed there.
I tried to do something like this:
shape main{
drawnativeshape();
}
decoration deco{
orientation = "NE";
image("image1.bmp",0,0,100,100);
}
But in that case the image is over the text if the text is to long.
Let me try to explain what my problem is:
I want to customize my stereotype the way that the shape looks like the shape of an stereotype class with the icon in position north/east.
Instead of the stereotype icon my icon should be placed there.
I tried to do something like this:
shape main{
drawnativeshape();
}
decoration deco{
orientation = "NE";
image("image1.bmp",0,0,100,100);
}
But in that case the image is over the text if the text is to long.
.