Liking cljdoc? Tell your friends :D

tikkba.swing

This namespace wraps org.apache.batik.swing.*

This namespace wraps org.apache.batik.swing.*
raw docstring

add-gvt-rendering-completed-listenerclj

(add-gvt-rendering-completed-listener canvas f & args)

Adds a GVTTreeRenderedListener to the canvas. When the RenderingCompleted event fires, f will be invoked with the event as its first argument followed by args. Returns the listener.

Adds a GVTTreeRenderedListener to the canvas.
When the RenderingCompleted event fires, f will be invoked with the
event as its first argument followed by args. 
Returns the listener.
sourceraw docstring

add-svg-load-event-dispatch-started-listenerclj

(add-svg-load-event-dispatch-started-listener canvas f & args)

Adds a SVGLoadEventDispatcherListener to the canvas. When the DispatchStarted event fires, f will be invoked with the event as its first argument followed by args. Returns the listener.

Adds a SVGLoadEventDispatcherListener to the canvas.
When the DispatchStarted event fires, f will be invoked with the
event as its first argument followed by args. 
Returns the listener.
sourceraw docstring

jsvgcanvasclj

(jsvgcanvas)

Creates a new JSVGCanvas. The Document State of the canvas is automatically set to ALWAYS_DYNAMIC. Returns the canvas.

Creates a new JSVGCanvas. The Document State of the canvas is automatically
set to ALWAYS_DYNAMIC.
Returns the canvas.
sourceraw docstring

jsvgscrollpaneclj

(jsvgscrollpane canvas)

Creates a new JSVGScrollPane.

Creates a new JSVGScrollPane.
sourceraw docstring

set-documentclj

(set-document canvas doc)

Set the XML document of the canvas. Returns the canvas.

Set the XML document of the canvas. Returns the canvas.
sourceraw docstring

svg-documentclj

(svg-document canvas)

Returns the SVG document of the canvas.

Returns the SVG document of the canvas.
sourceraw docstring

update-managerclj

(update-manager canvas)

Returns the UpdateManager of the canvas.

Returns the UpdateManager of the canvas.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close