| Modifier and Type | Method and Description |
|---|---|
IElementPresentationRule |
IProjectDataProvider.createElementPresentationRule()
Creates an element presentation rule to be used e.g. for
IPlanPresentationRule.setElementPresentationRules(java.util.Map)
Use ArrayHelper.createHashMap() to create presentation rule
maps. |
IElementPresentationRule |
IElementPresentationRule.getCopy()
Gets a copy of this rule.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,IElementPresentationRule> |
IPlanPresentationRule.getElementPresentationRules()
Returns the element presentation rules.
|
| 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,
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,
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,
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,
java.util.Map<java.lang.String,IElementPresentationRule> presentationMap)
Deprecated.
it is recommeded to use
IPlan.getSVGFileWithPresentationRule(IPlanPresentationRule)
instead |
void |
IPlanPresentationRule.setElementPresentationRules(java.util.Map<java.lang.String,IElementPresentationRule> elementPresentationRules)
Allows to change the appearance of certain elements.
|