void |
YSpecificationHandler.save(YLayout layout)
Saves the current specification to file, using the previously set file save
options, or a default set if none saved, and the layout information passed
|
void |
YSpecificationHandler.save(YLayout layout,
FileSaveOptions saveOptions)
Saves the current specification to file, using the file save options and layout
information passed
|
void |
YSpecificationHandler.saveAs(java.lang.String fileName,
YLayout layout)
Saves the current specification to a new file name, using the layout information
passed
|
void |
YSpecificationHandler.saveAs(java.lang.String fileName,
YLayout layout,
FileSaveOptions saveOptions)
Saves the current specification to a new file name, using the layout information
and file save options passed
|
void |
YSpecificationHandler.setLayout(YLayout layout)
Sets the layout information for the current specification
|