1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: piccolo
Priority: extra
Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
Build-Depends: debhelper (>= 8.0.0), javahelper (>=0.25), libswt-gtk-4-java, quilt
Build-Depends-Indep: default-jdk, ant, junit
Standards-Version: 3.9.2
Section: java
Homepage: http://www.cs.umd.edu/hcil/jazz/index.shtml
Package: libpiccolo-java
Section: java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: toolkit for development of 2D structured graphics
Piccolo is a toolkit for creating graphical applications in Java,
with visual effects such as zooming, animation and multiple
representations. It supports the development of 2D structured graphics
programs, in general, and Zoomable User Interfaces (ZUIs), in particular.
.
Piccolo allows programmers to build structured graphical applications
without worrying about the low level details. The infrastructure provides
efficient repainting of the screen, bounds management, event handling and
dispatch, picking (determining which visual object the mouse is over),
animation, layout, zooming, and more.
|