B4J Question How to generate a vector image of any size ? Crossplatformly

peacemaker

Expert
Licensed User
Longtime User
HI, All

There is an idea to make an app that after collecting data can auto-generate the diagram of some vector format, like:

1714117391888.png


Any ideas how to generate such circuit diagrams ?
Diagram can be of biiiiiig size, depending on the list of objects... Some text on them should be readable, so the whole picture can be large also...


Do we have any crossplatform class to generate vector pictures ?
And, actually, the objects are to be clickable for edit of connections, names...
 
Last edited:

peacemaker

Expert
Licensed User
Longtime User
As i can understand - it needs to develop the object-oriented vector editor:
  • class for pin (line + connection point): container panel having: resizable panel as the line + clickable panel for the connection point
  • class for rectangle: container panel having the resizable panel as the rectangle
  • other classes for other vector figures
  • ...
  • editor class that allows to place the figures instances to the diagram root container panel...
It looks like some IDE development.
 
Upvote 0
Top