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) SVGDiagramSVGDisplayPanel. diagramprotected SVGDiagramSVGElement. diagramThe diagram this element belongs to(package private) SVGDiagramSVGLoader. diagramThe diagram that represents the base of this SVG document we're loading.SVGDiagramSVGLoaderHelper. diagramThis 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. loadedDocsMaps document URIs to their loaded SVG diagrams.Methods in com.kitfox.svg that return SVGDiagram Modifier and Type Method Description SVGDiagramSVGDisplayPanel. getDiagram()SVGDiagramSVGUniverse. getDiagram(java.net.URI xmlBase)SVGDiagramSVGUniverse. getDiagram(java.net.URI xmlBase, boolean loadIfAbsent)Returns the diagram that has been loaded from this root.SVGDiagramSVGLoader. getLoadedDiagram()Methods in com.kitfox.svg with parameters of type SVGDiagram Modifier and Type Method Description voidSVGDisplayPanel. setDiagram(SVGDiagram diagram)protected voidSVGElement. 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 booleanSVGIcon. isAutoSizeBestFitUseFixedHeight(int iconWidthIgnoreAutosize, int iconHeightIgnoreAutosize, SVGDiagram diagram)
-