| Modifier and Type | Method and Description |
|---|---|
IPlanPresentationRule |
IProjectDataProvider.createPlanPresentationRule()
Creates an plan presentation rule to be used e.g. for
IGraphic#getImage(IPlanPresentationRule) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IPlan.getEMFFileWithPresentationRule(IPlanPresentationRule planPresentationRule)
Creates a emf+ version of the plan with a configurable appearance,
stores this plan in the temporary directory for report generation and
returns one or more XML element/s which can be inserted directly into
the DocBook file.
|
IPlanInfo |
IPlan.getImageInfo(IPlanPresentationRule planPresentationRule)
Returns information about a plan corresponding to
IPlan.getImageWithPresentationRule(IPlanPresentationRule). |
java.lang.String |
IPlan.getImageWithPresentationRule(IPlanPresentationRule planPresentationRule)
Creates an image version of the plan with a configurable appearance
in the file format preferred by the selected document output format
(e.g. word: wmf, HTML: png, DocBOOK: svg), stores this plan in the
temporary directory for report generation and returns one or more XML
element/s which can be inserted directly into the DocBook file.
|
java.lang.String |
IPlan.getLinkForShow(IPlanPresentationRule planPresentationRule)
Creates a link to show this plan in ARCWAY COCKPIT.
|
java.lang.String |
IPlan.getPNGFileWithPresentationRule(IPlanPresentationRule planPresentationRule)
Creates a png version of the plan with a configurable appearance,
stores this plan in the temporary directory for report generation and
returns one or more XML element/s which can be inserted directly into
the DocBook file.
|
java.lang.String |
IPlan.getSVGFileWithPresentationRule(IPlanPresentationRule planPresentationRule)
Creates a svg version of the plan with a configurable appearance,
stores this plan in the temporary directory for report generation and
returns one or more XML element/s which can be inserted directly into
the DocBook file.
|
java.lang.String |
IPlan.getWMFFileWithPresentationRule(IPlanPresentationRule planPresentationRule)
Creates a wmf version of the plan with a configurable appearance,
stores this plan in the temporary directory for report generation and
returns one or more XML element/s which can be inserted directly into
the DocBook file.
|
void |
IPlan.openWithPresentationRule(IPlanPresentationRule planPresentationRule)
Opens this plan in the current client (see {@link #open()).
|