iCircles

iCircles (short for Inductive Circles) is a library for drawing euler diagrams and spider diagrams (see http://www.eulerdiagrams.com/inductivecircles.html for more info).

Лицензия

Лицензия

MIT
Группа

Группа

si.urbas
Идентификатор

Идентификатор

icircles
Последняя версия

Последняя версия

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

iCircles
iCircles (short for Inductive Circles) is a library for drawing euler diagrams and spider diagrams (see http://www.eulerdiagrams.com/inductivecircles.html for more info).
Ссылка на сайт

Ссылка на сайт

https://github.com/urbas/iCircles
Система контроля версий

Система контроля версий

https://github.com/urbas/iCircles

Скачать icircles

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/si.urbas/icircles/ -->
<dependency>
    <groupId>si.urbas</groupId>
    <artifactId>icircles</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/si.urbas/icircles/
implementation 'si.urbas:icircles:0.0.2'
// https://jarcasting.com/artifacts/si.urbas/icircles/
implementation ("si.urbas:icircles:0.0.2")
'si.urbas:icircles:jar:0.0.2'
<dependency org="si.urbas" name="icircles" rev="0.0.2">
  <artifact name="icircles" type="jar" />
</dependency>
@Grapes(
@Grab(group='si.urbas', module='icircles', version='0.0.2')
)
libraryDependencies += "si.urbas" % "icircles" % "0.0.2"
[si.urbas/icircles "0.0.2"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.17
commons-cli : commons-cli jar 1.2
batik : batik-swing jar 1.6-1
batik : batik-svggen jar 1.6-1
com.fasterxml.jackson.core : jackson-core jar 2.0.4
com.fasterxml.jackson.core : jackson-databind jar 2.0.4
com.fasterxml.jackson.core : jackson-annotations jar 2.0.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

iCircles


Build Status

iCircles (short for Inductive Circles) is a library for drawing euler diagrams and spider diagrams (see http://www.eulerdiagrams.com/inductivecircles.html for more info).

The iCircles algorithm is detailed in the following paper:

@article{SFRH2012, author = {Gem Stapleton and Jean Flower and Peter Rodgers and John Howse}, title = {Automatically Drawing {E}uler Diagrams with Circles}, month = {June}, year = {2012}, pages = {163-193}, keywords = {Euler Diagrams, Venn Diagrams}, note = {}, doi = {10.1016/j.jvlc.2012.02.001}, url = {http://www.cs.kent.ac.uk/pubs/2012/3211}, publication_type = {article}, submission_id = {14652_1336142789}, journal = {Journal of Visual Languages and Computing}, volume = {23}, number = {3}, publisher = {Elsevier}, }

a direct download is available here: http://www.cs.kent.ac.uk/pubs/2012/3211/content.pdf

Building & Developing


The easiest way to build and develop Inductive circles is to install either Eclipse or the NetBeans IDEs.

Download one of the following:

  • the Eclipse IDE for Java Developers, or

  • the Java SE version of NetBeans.

Версии библиотеки

Версия
0.0.2
0.0.1