Archi Forum

Archi Plug-ins => jArchi => Topic started by: jabo59 on June 16, 2020, 11:01:25 AM

Title: Looking for object attributes for manipulation in views
Post by: jabo59 on June 16, 2020, 11:01:25 AM
We try to collect all views of a model by jArchi into one START view. Works fine but we are missing the following:

1) How to set a "Text Position" to "middle" for alle "Objects"
2) How to set "Border" type of a visual grouping to "Rectangle"

How can we achieve that. Any help is appreciated. Tanks in advance.

Jakob
Title: Re: Looking for object attributes for manipulation in views
Post by: Phil Beauvoir on June 16, 2020, 11:16:10 AM
Hi,

I'm sorry but those things haven't been implemented in the jArchi API yet.

There are a number of things that are missing in the jArchi API such as these. The next time I work on jArchi, I'll take a look at these ones.

Phil
Title: Re: Looking for object attributes for manipulation in views
Post by: jabo59 on June 17, 2020, 09:26:40 AM
Hi Phil,

thanks for your reply. Where can I find a list of feature requests? Should I add this one or this list "internal"?

Best regards,
Jakob
Title: Re: Looking for object attributes for manipulation in views
Post by: Phil Beauvoir on June 17, 2020, 09:44:27 AM
Jakob,

here's the issue tracker - https://github.com/archimatetool/archi-scripting-plugin/issues

I don't think there's any point in adding it, as I'm aware of what's missing.
Title: Re: Looking for object attributes for manipulation in views
Post by: Phil Beauvoir on June 23, 2020, 12:40:15 PM
Hi Jakob,

jArchi 0.8.0 has just been released and these methods have been added to the API.

See - https://github.com/archimatetool/archi-scripting-plugin/wiki/Change-Log

https://github.com/archimatetool/archi-scripting-plugin/wiki/jArchi-Object#bordertype
https://github.com/archimatetool/archi-scripting-plugin/wiki/jArchi-Object#textalignment
https://github.com/archimatetool/archi-scripting-plugin/wiki/jArchi-Object#textposition

Cheers!

Phil