Package net.sf.jasperreports.chrome
Class PageOptions
- java.lang.Object
-
- net.sf.jasperreports.chrome.PageOptions
-
public class PageOptions extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description PageOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsolate()IntegergetScreenHeight()IntegergetScreenWidth()LonggetTimeout()voidsetIsolate(Boolean isolate)voidsetScreenHeight(Integer screenHeight)voidsetScreenWidth(Integer screenWidth)voidsetTimeout(Long timeout)
-
-
-
Method Detail
-
getTimeout
public Long getTimeout()
-
setTimeout
public void setTimeout(Long timeout)
-
getScreenWidth
public Integer getScreenWidth()
-
setScreenWidth
public void setScreenWidth(Integer screenWidth)
-
getScreenHeight
public Integer getScreenHeight()
-
setScreenHeight
public void setScreenHeight(Integer screenHeight)
-
getIsolate
public Boolean getIsolate()
-
setIsolate
public void setIsolate(Boolean isolate)
-
-