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 Boolean
getIsolate()
Integer
getScreenHeight()
Integer
getScreenWidth()
Long
getTimeout()
void
setIsolate(Boolean isolate)
void
setScreenHeight(Integer screenHeight)
void
setScreenWidth(Integer screenWidth)
void
setTimeout(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)
-
-