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.RectangleRectanglePacker. findRectangle(P item)Finds theRectanglePacker.Rectanglewhere an item is storedRectanglePacker.RectangleRectanglePacker. insert(int width, int height, P o)Attempts to pack an item of the supplied dimensionsRectanglePacker.RectangleSVGWriter. render(StringBuilder result, boolean png)Method parameters in org.neuroml.export.svg with type arguments of type RectanglePacker.Rectangle Modifier and Type Method Description voidRectanglePacker. inspectRectangles(List<RectanglePacker.Rectangle> rectangles)Builds a list of allRectanglePacker.Rectangles in the tree, for debugging purposes 
 -