java.lang.Object
io.github.jwharm.cairobindings.Proxy
org.freedesktop.cairo.Surface
org.freedesktop.cairo.ScriptSurface
- All Implemented Interfaces:
AutoCloseable
The script surface provides the ability to render to a native script that
matches the cairo drawing model. The scripts can be replayed using tools
under the util/cairo-script directory, or with cairo-perf-trace.
- Since:
- 1.12
- See Also:
-
Constructor Summary
ConstructorDescriptionScriptSurface
(MemorySegment address) Constructor used internally to instantiate a java ScriptSurface object for a nativecairo_surface_t
instance -
Method Summary
Methods inherited from class org.freedesktop.cairo.Surface
close, copyPage, createForRectangle, createSimilar, createSimilarImage, destroy, finish, flush, getContent, getDevice, getDeviceOffset, getDeviceScale, getFallbackResolution, getFontOptions, getMimeData, getSurfaceType, getType, getUserData, hasShowTextGlyphs, mapToImage, markDirty, markDirtyRectangle, setDeviceOffset, setDeviceScale, setFallbackResolution, setMimeData, setUserData, showPage, status, supportsMimeType, unmapImage
-
Constructor Details
-
ScriptSurface
Constructor used internally to instantiate a java ScriptSurface object for a nativecairo_surface_t
instance- Parameters:
address
- the memory address of the nativecairo_surface_t
instance
-