Package org.gnome.gdk

Class Paintable.PaintableInterface

java.lang.Object
All Implemented Interfaces:
Proxy
Enclosing interface:
Paintable

public static class Paintable.PaintableInterface extends TypeInterface
The list of functions that can be implemented for the GdkPaintable interface.

Note that apart from the Paintable.snapshot(org.gnome.gdk.Snapshot, double, double) function, no virtual function of this interface is mandatory to implement, though it is a good idea to implement Paintable.getCurrentImage() for non-static paintables and Paintable.getFlags() if the image is not dynamic as the default implementation returns no flags and that will make the implementation likely quite slow.