java-gnome version 4.1.3

Package org.freedesktop.cairo

The Cairo Graphics library is the high performance drawing suite used to do custom drawing in GTK.

See: Description

Package org.freedesktop.cairo Description

The Cairo Graphics library is the high performance drawing suite used to do custom drawing in GTK. The heart of the library is the Context class which is what you use to draw on a Surface; look there for information, and for an example of how to get started with Widget drawing, see ExampleDrawingGradient.java.

java-gnome