[Java-gnome-developer] [Cairo] Context.inFill(double x, double y) needed
Brought to you by:
afcowie
From: Daniel T. <dan...@gm...> - 2010-10-01 21:45:27
|
Hello Java-Gnome developers, i'd like to use 2D graphics to interact with the user in my application. Some pieces of my Cairo drawings (complex paths extracted from SVG) should react when the mouse hovers over them or when they receive mouse clicks. But I think there is one essential function missing from Java-Gnome to accomplish this: cairo_in_fill: It... "Tests whether the given point is inside the area that would be affected by a cairo_fill() operation given the current path and filling parameters." Is it very hard to implement it in java-gnome? The information that in_fill() should return is already present in fill(). So far I am very impressed how far java-gnome has come since 4.0. Best regards. Daniel Tschernatsch |