Uses of Class
com.kitfox.svg.SVGDiagram
-
Packages that use SVGDiagram Package Description com.kitfox.svg Provides the nodes of an SVG scene graph.com.kitfox.svg.app.beans -
-
Uses of SVGDiagram in com.kitfox.svg
Fields in com.kitfox.svg declared as SVGDiagram Modifier and Type Field Description (package private) SVGDiagram
SVGDisplayPanel. diagram
protected SVGDiagram
SVGElement. diagram
The diagram this element belongs to(package private) SVGDiagram
SVGLoader. diagram
The diagram that represents the base of this SVG document we're loading.SVGDiagram
SVGLoaderHelper. diagram
This is the diagram which the load process is currently loadingFields in com.kitfox.svg with type parameters of type SVGDiagram Modifier and Type Field Description (package private) java.util.HashMap<java.net.URI,SVGDiagram>
SVGUniverse. loadedDocs
Maps document URIs to their loaded SVG diagrams.Methods in com.kitfox.svg that return SVGDiagram Modifier and Type Method Description SVGDiagram
SVGDisplayPanel. getDiagram()
SVGDiagram
SVGUniverse. getDiagram(java.net.URI xmlBase)
SVGDiagram
SVGUniverse. getDiagram(java.net.URI xmlBase, boolean loadIfAbsent)
Returns the diagram that has been loaded from this root.SVGDiagram
SVGLoader. getLoadedDiagram()
Methods in com.kitfox.svg with parameters of type SVGDiagram Modifier and Type Method Description void
SVGDisplayPanel. setDiagram(SVGDiagram diagram)
protected void
SVGElement. setDiagram(SVGDiagram diagram)
Constructors in com.kitfox.svg with parameters of type SVGDiagram Constructor Description SVGLoaderHelper(java.net.URI xmlBase, SVGUniverse universe, SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper -
Uses of SVGDiagram in com.kitfox.svg.app.beans
Methods in com.kitfox.svg.app.beans with parameters of type SVGDiagram Modifier and Type Method Description private boolean
SVGIcon. isAutoSizeBestFitUseFixedHeight(int iconWidthIgnoreAutosize, int iconHeightIgnoreAutosize, SVGDiagram diagram)
-