|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISaveAsImageConfiguration | |
---|---|
org.eclipse.graphiti.ui.features |
Uses of ISaveAsImageConfiguration in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features that return ISaveAsImageConfiguration | |
---|---|
protected ISaveAsImageConfiguration |
DefaultSaveImageFeature.getSaveAsImageConfiguration(GraphicalViewer viewer)
Called to create a configuration object for the save as image operation that defines what to save and in which format, zoom level etc.. |
Methods in org.eclipse.graphiti.ui.features with parameters of type ISaveAsImageConfiguration | |
---|---|
protected String |
DefaultSaveImageFeature.getFilename(GraphicalViewer viewer,
ISaveAsImageConfiguration saveAsImageConfiguration)
Must return the filename under which the image will be saved. |
protected IRunnableWithProgress |
DefaultSaveImageFeature.getSaveAsImageOperation(ISaveAsImageConfiguration saveAsImageConfiguration,
String filename)
Called to create the operation that is actually used for executing the save as image functionality. |
protected IRunnableWithProgress |
DefaultSaveImageFeature.getSaveAsImageOperationForNonStandardExporter(ISaveAsImageConfiguration saveAsImageConfiguration,
String filename)
Called to create the operation that is actually used for executing the save as image functionality for standard formats. |
protected IRunnableWithProgress |
DefaultSaveImageFeature.getSaveAsImageOperationForStandardExporter(ISaveAsImageConfiguration saveAsImageConfiguration,
String filename)
Called to create the operation that is actually used for executing the save as image functionality for non-standard formats. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |