> Hence, have a look at the way e.g. the visibility of the path is persisted
in FigNodeModelElement:
>
> public String classNameAndBounds() {
> return getClass().getName()
> + "[" + getX() + ", " + getY() + ", "
> + getWidth() + ", " + getHeight() + "]"
> + "pathVisible=" + isPathVisible() + ";";
> }
>
> This function builds a string that you can find back in the PGML of the
diagram.
>
> I do not remember how this is loaded back, but it works for path
visibility, so you should be able to find out...
PGMLStackParser.setStyleAttributes is where most of this work is done.
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]