Package cz.vutbr.fit.layout.pdf
Class PDFBoxTreeProvider
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseService
-
- cz.vutbr.fit.layout.impl.BaseParametrizedOperation
-
- cz.vutbr.fit.layout.impl.BaseArtifactService
-
- cz.vutbr.fit.layout.pdf.PDFBoxTreeProvider
-
- All Implemented Interfaces:
ArtifactService,ParametrizedOperation,Service
public class PDFBoxTreeProvider extends BaseArtifactService
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description PDFBoxTreeProvider()PDFBoxTreeProvider(URL url)PDFBoxTreeProvider(URL url, boolean acquireImages, boolean includeScreenshot, float zoom, int startPage, int endPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Parameter>defineParams()booleangetAcquireImages()org.eclipse.rdf4j.model.IRIgetConsumes()StringgetDescription()intgetEndPage()StringgetId()booleangetIncludeScreenshot()StringgetName()PagegetPage()org.eclipse.rdf4j.model.IRIgetProduces()intgetStartPage()StringgetUrl()floatgetZoom()Artifactprocess(Artifact input)voidsetAcquireImages(boolean acquireImages)voidsetEndPage(int endPage)voidsetIncludeScreenshot(boolean includeScreenshot)voidsetStartPage(int startPage)voidsetUrl(String url)voidsetZoom(float zoom)-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseArtifactService
getCategory, toString
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseParametrizedOperation
getParam, getParams, getParamString, setParam
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseService
getServiceManager, setServiceManager
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.vutbr.fit.layout.api.Service
setServiceManager
-
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
defineParams
public List<Parameter> defineParams()
- Overrides:
defineParamsin classBaseParametrizedOperation
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getAcquireImages
public boolean getAcquireImages()
-
setAcquireImages
public void setAcquireImages(boolean acquireImages)
-
getIncludeScreenshot
public boolean getIncludeScreenshot()
-
setIncludeScreenshot
public void setIncludeScreenshot(boolean includeScreenshot)
-
getStartPage
public int getStartPage()
-
setStartPage
public void setStartPage(int startPage)
-
getEndPage
public int getEndPage()
-
setEndPage
public void setEndPage(int endPage)
-
getZoom
public float getZoom()
-
setZoom
public void setZoom(float zoom)
-
getConsumes
public org.eclipse.rdf4j.model.IRI getConsumes()
-
getProduces
public org.eclipse.rdf4j.model.IRI getProduces()
-
process
public Artifact process(Artifact input) throws ServiceException
- Throws:
ServiceException
-
getPage
public Page getPage() throws IOException, SAXException
- Throws:
IOExceptionSAXException
-
-