|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPrintFeature
The Interface IPrintFeature for print support of diagrams.
Method Summary | |
---|---|
boolean |
canPrint(IPrintContext context)
Checks if the printing can be executed, e.g the availability of printers is being checked in the default implementation. |
void |
postPrint(IPrintContext context)
Post-print hook. |
void |
prePrint(IPrintContext context)
Pre-print hook. |
void |
print(IPrintContext context)
Print the diagram using the given context information. |
Methods inherited from interface org.eclipse.graphiti.features.IFeature |
---|
canExecute, canUndo, execute, hasDoneChanges, isAvailable |
Methods inherited from interface org.eclipse.graphiti.IName |
---|
getName |
Methods inherited from interface org.eclipse.graphiti.IDescription |
---|
getDescription |
Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder |
---|
getFeatureProvider |
Method Detail |
---|
boolean canPrint(IPrintContext context)
context
- the context
void print(IPrintContext context)
context
- Context information for printingvoid prePrint(IPrintContext context)
context
- the contextvoid postPrint(IPrintContext context)
context
- the context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |