public abstract static class AbstractPngSolutionImporter.PngInputBuilder<Solution_> extends AbstractSolutionImporter.InputBuilder
Modifier and Type | Field and Description |
---|---|
protected BufferedImage |
image |
protected File |
inputFile |
logger
Constructor and Description |
---|
PngInputBuilder() |
Modifier and Type | Method and Description |
---|---|
String |
getInputId() |
abstract Solution_ |
readSolution() |
void |
setImage(BufferedImage image) |
void |
setInputFile(File inputFile) |
protected File inputFile
protected BufferedImage image
public void setInputFile(File inputFile)
public void setImage(BufferedImage image)
public abstract Solution_ readSolution() throws IOException
IOException
public String getInputId()
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.