Uses of Class
org.neuroml.export.svg.RectanglePacker.Rectangle
-
Packages that use RectanglePacker.Rectangle Package Description org.neuroml.export.svg -
-
Uses of RectanglePacker.Rectangle in org.neuroml.export.svg
Methods in org.neuroml.export.svg that return RectanglePacker.Rectangle Modifier and Type Method Description RectanglePacker.Rectangle
RectanglePacker. findRectangle(P item)
Finds theRectanglePacker.Rectangle
where an item is storedRectanglePacker.Rectangle
RectanglePacker. insert(int width, int height, P o)
Attempts to pack an item of the supplied dimensionsRectanglePacker.Rectangle
SVGWriter. render(StringBuilder result, boolean png)
Method parameters in org.neuroml.export.svg with type arguments of type RectanglePacker.Rectangle Modifier and Type Method Description void
RectanglePacker. inspectRectangles(List<RectanglePacker.Rectangle> rectangles)
Builds a list of allRectanglePacker.Rectangle
s in the tree, for debugging purposes
-