|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.dynalivery.harmoni.FormatOptions
|
+--com.dynalivery.harmoni.HTMLFormatOptions
This class defines the HTML formatting options for a Saffron export
| Constructor Summary | |
HTMLFormatOptions()
Creates new HTMLFormatOptions |
|
HTMLFormatOptions(int imageType,
boolean frames)
Creates new HTMLFormatOptions |
|
| Method Summary | |
boolean |
getFrames()
Returns true if frames should be used |
int |
getImageType()
Returns the image type to be used when generating HTML |
byte[] |
getXML()
Returns the XML String that represents these HTML formatting options |
void |
setFrames(boolean frames)
Sets whether frames should be used |
void |
setImageType(int imageType)
Sets the image type to be used when generating HTML |
java.lang.String |
toString()
Creates display string for format options. |
| Methods inherited from class com.dynalivery.harmoni.FormatOptions |
getFileType,
setFileType |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public HTMLFormatOptions(int imageType,
boolean frames)
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
public HTMLFormatOptions()
throws InvalidParameterException
| Method Detail |
public void setImageType(int imageType)
throws InvalidParameterException
imageType - the integer image type (ImageType.JPG)public void setFrames(boolean frames)
frames - true if frames should be usedpublic boolean getFrames()
public int getImageType()
public byte[] getXML()
throws InvalidParameterException
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||