Class
GeglTileHandler
[−]
Description
class Gegl.TileHandler : Gegl.TileSource {
parent_instance: GeglTileSource,
source: GeglTileSource*,
priv: GeglTileHandlerPrivate*
}
No description available.
[+]
Descendants
[−]
Instance methods
gegl_tile_handler_get_source_tile
Fetches the tile at the given coordinates from handler
source. If the tile
doesn’t exist, or if handler
doesn’t have a source, creates a new tile
associated with this tile handler.
gegl_tile_handler_get_tile
Fetches the tile at the given coordinates from handler
. If the tile
doesn’t exist, creates a new tile associated with this tile handler.
[+]