| Modifier and Type | Method and Description |
|---|---|
ILink |
IProjectDataProvider.createLink(java.lang.String href,
java.lang.String title,
java.lang.String show,
java.lang.String target)
Creates a link to be used e.g. for
IGraphic#getSVGFile(java.util.Map)
Use ArrayHelper.createHashMap() to create link maps. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ILink> |
IPlanPresentationRule.getLinkMap()
Returns the linkmap.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
IPlan.getImage(java.util.Map<java.lang.String,ILink> linkMap,
java.util.Map<java.lang.String,IElementPresentationRule> presentationMap)
Deprecated.
it is recommeded to use
IPlan.getImageWithPresentationRule(IPlanPresentationRule) instead |
java.lang.String |
IPlan.getImageFileWithMetaInformation(java.util.Map<java.lang.String,ILink> linkMap)
Deprecated.
it is recommeded to use
IPlan.getImageWithPresentationRule(IPlanPresentationRule) instead |
java.lang.String |
IPlan.getImageFileWithMetaInformation(java.util.Map<java.lang.String,ILink> linkMap,
java.util.Map<java.lang.String,IElementPresentationRule> presentationMap)
Deprecated.
it is recommeded to use
IPlan.getImageWithPresentationRule(IPlanPresentationRule) instead |
java.lang.String |
IPlan.getImageFileWithReplacedPlanElementName(java.lang.String globalElementPropertyID,
java.util.Map<java.lang.String,ILink> linkMap)
Deprecated.
it is recommeded to use
IPlan.getImageWithPresentationRule(IPlanPresentationRule) instead |
java.lang.String |
IPlan.getImageFileWithReplacedPlanElementName(java.lang.String globalElementPropertyID,
java.util.Map<java.lang.String,ILink> linkMap,
java.util.Map<java.lang.String,IElementPresentationRule> presentationMap)
Deprecated.
it is recommeded to use
IPlan.getImageWithPresentationRule(IPlanPresentationRule) instead |
java.lang.String |
IPlan.getSVGFile(java.util.Map<java.lang.String,ILink> linkMap,
java.util.Map<java.lang.String,IElementPresentationRule> presentationMap)
Deprecated.
it is recommeded to use
IPlan.getSVGFileWithPresentationRule(IPlanPresentationRule)
instead |
java.lang.String |
IPlan.getSVGFileWithMetaInformation(java.util.Map<java.lang.String,ILink> linkMap)
Deprecated.
it is recommeded to use
IPlan.getSVGFileWithPresentationRule(IPlanPresentationRule)
instead |
java.lang.String |
IPlan.getSVGFileWithMetaInformation(java.util.Map<java.lang.String,ILink> linkMap,
java.util.Map<java.lang.String,IElementPresentationRule> presentationMap)
Deprecated.
it is recommeded to use
IPlan.getSVGFileWithPresentationRule(IPlanPresentationRule)
instead |
java.lang.String |
IPlan.getSVGFileWithReplacedPlanElementName(java.lang.String globalElementPropertyID,
java.util.Map<java.lang.String,ILink> linkMap)
Deprecated.
it is recommeded to use
IPlan.getSVGFileWithPresentationRule(IPlanPresentationRule)
instead |
java.lang.String |
IPlan.getSVGFileWithReplacedPlanElementName(java.lang.String globalElementPropertyID,
java.util.Map<java.lang.String,ILink> linkMap,
java.util.Map<java.lang.String,IElementPresentationRule> presentationMap)
Deprecated.
it is recommeded to use
IPlan.getSVGFileWithPresentationRule(IPlanPresentationRule)
instead |
void |
IPlanPresentationRule.setLinkMap(java.util.Map<java.lang.String,ILink> linkMap)
When supported by the target file format, hyperlinks are created on
objects that are presented in the graphic.
|