|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.bean.PSParameter
public class PSParameter
The PSParameter
class is used for exporting to Postscript. It contains all the
information for exporting report results.
Constructor Summary | |
---|---|
PSParameter()
|
Method Summary | |
---|---|
PSParameter |
copy()
Adding this method for MailInformation can clone this object. |
boolean |
isNoMargin()
Gets the no margin flag. |
void |
setNoMargin(boolean noMargin)
Sets the flag that indexes whether the file has margin or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PSParameter()
Method Detail |
---|
public void setNoMargin(boolean noMargin)
noMargin
- public boolean isNoMargin()
public PSParameter copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |