Skip to content

robertwaszkowski/gwt-connectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-connectors

Whe are moving from old Google Code project page, so much information in the wiki is incomplete. Please, be patient.

A library for drawing connections between shapes on diagrams.

Using the library you will be able to:
  • Draw connections between shapes.
  • Change shape of the connection by dragging its sections.
  • Keep shapes connected (glued) while you move them around.
  • Add text to connections.
  • Add decorations to the connections (such as arrows).

Getting Started

The Wiki contains all the information you'll need to write your own application with drawing connections capabilities. You can also check sources of our tester project, where you should find all what you need.

Simply you can use this project dependency in your pom.xml file to download gwt-connectors from Maven Central repository:

<dependency>
  <groupId>pl.tecna.gwt</groupId>
  <artifactId>gwt-connectors</artifactId>
  <version>2.7</version>
  <scope>provided</scope>
</dependency>

Reporting Issues

Use the issue tracker here on Github to report issues. Make sure you read the Getting Help article that walks you through the process or properly reporting an issue.