|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynalivery.saffron.client.FormatOptions
com.dynalivery.saffron.client.HTMLFormatOptions
This class defines the HTML formatting options for a Saffron export
| Field Summary |
| Fields inherited from class com.dynalivery.saffron.client.FormatOptions |
fileType |
| Constructor Summary | |
HTMLFormatOptions(int imageType,
boolean frames,
java.lang.String baseFileName)
Creates new HTMLFormatOptions |
|
| Method Summary | |
java.lang.String |
getBaseFileName()
Returns the base filename String to be used when generating HTML |
boolean |
getFrames()
Returns true if frames should be used |
int |
getImageType()
Returns the base filename String to be used when generating HTML |
byte[] |
getXML()
Returns the XML String that represents these HTML formatting options |
void |
setBaseFileName(java.lang.String baseFileName)
Sets the base filename String to be used when generating HTML |
void |
setFrames(boolean frames)
Sets whether frames should be used |
void |
setImageType(int imageType)
Sets the base filename String to be used when generating HTML |
java.lang.String |
toString()
Creates display string for format options. |
| Methods inherited from class com.dynalivery.saffron.client.FormatOptions |
getFileType, setFileType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HTMLFormatOptions(int imageType,
boolean frames,
java.lang.String baseFileName)
throws InvalidParameterException
imageType - the integer image type (e.g. ImageType.JPG)frames - true if frames should be usedbaseFileName - the base filename String to be used when generating HTML
InvalidParameterException| Method Detail |
public void setImageType(int imageType)
throws InvalidParameterException
imageType - the integer image type (e.g. ImageType.JPG)
InvalidParameterExceptionpublic void setFrames(boolean frames)
frames - true if frames should be usedpublic boolean getFrames()
public int getImageType()
public void setBaseFileName(java.lang.String baseFileName)
baseFileName - the base filename String to be used when generating HTMLpublic java.lang.String getBaseFileName()
public byte[] getXML()
throws InvalidParameterException
getXML in class FormatOptionsInvalidParameterExceptionpublic java.lang.String toString()
toString in class FormatOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||