[Java-gnome-developer] Where can I find Cairo constants (f ex CairoContent.COLOR)?
Brought to you by:
afcowie
From: Jonas N. <jon...@gm...> - 2010-11-03 13:31:19
|
Hi! I want to try some basic Cairo programming in java, and downloaded the 4.0.17 rc2 packages. When I try something basic, for example ImageSurface surface = new ImageSurface(Format.ARGB32, 200, 200); Context cr = new Context(surface); cr.setSource(0.0, 0.0, 0.0); cr.moveTo(25.0, 25.0); cr.lineTo(50.0, 100.0); cr.stroke(); i get errors because CairoAntialias, CairoContent etc where constants are defined can't be found. Where can I find these constant files? Regards / Jonas |