Uses of Class
cz.vutbr.fit.layout.json.parser.InputFile
-
Packages that use InputFile Package Description cz.vutbr.fit.layout.json.impl -
-
Uses of InputFile in cz.vutbr.fit.layout.json.impl
Methods in cz.vutbr.fit.layout.json.impl that return InputFile Modifier and Type Method Description protected abstract InputFileJSONBoxTreeBuilder. invokeRenderer(URL url)Invokes the renderer and parses its ouptut.protected InputFileJSONBoxTreeBuilder. loadJSON(String path)Parses a local file produced by the backend.Methods in cz.vutbr.fit.layout.json.impl with parameters of type InputFile Modifier and Type Method Description protected voidJSONBoxTreeBuilder. parseInputFile(InputFile input, URL url)Constructors in cz.vutbr.fit.layout.json.impl with parameters of type InputFile Constructor Description BoxList(InputFile inputFile)Creates a box list from an input file obtained from the backend.
-