public interface IDiagramLegend extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_COLOR_LEGENDS |
static java.lang.String |
PROP_CONNECTOR_LEGENDS |
static java.lang.String |
PROP_DIAGRAM_ID |
static java.lang.String |
PROP_SHAPE_LEGENDS |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addColorLegend(IColorLegend colorLegend) |
void |
addConnectorLegend(IConnectorLegend connectorLegend) |
void |
addShapeLegend(IShapeLegend shapeLegend) |
int |
colorLegendCount() |
java.util.Iterator |
colorLegendIterator()
Returns an iterator over the model elements
IColorLegend . |
int |
connectorLegendCount() |
java.util.Iterator |
connectorLegendIterator()
Returns an iterator over the model elements
IConnectorLegend . |
IColorLegend |
getColorLegendByIndex(int index) |
IConnectorLegend |
getConnectorLegendByIndex(int index) |
java.lang.String |
getDiagramId() |
IShapeLegend |
getShapeLegendByIndex(int index) |
void |
removeColorLegend(IColorLegend colorLegend) |
void |
removeColorLegendByIndex(int index) |
void |
removeConnectorLegend(IConnectorLegend connectorLegend) |
void |
removeConnectorLegendByIndex(int index) |
void |
removeShapeLegend(IShapeLegend shapeLegend) |
void |
removeShapeLegendByIndex(int index) |
void |
setDiagramId(java.lang.String diagramId) |
int |
shapeLegendCount() |
java.util.Iterator |
shapeLegendIterator()
Returns an iterator over the model elements
IShapeLegend . |
IColorLegend[] |
toColorLegendArray() |
IConnectorLegend[] |
toConnectorLegendArray() |
IShapeLegend[] |
toShapeLegendArray() |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_DIAGRAM_ID
static final java.lang.String PROP_COLOR_LEGENDS
static final java.lang.String PROP_SHAPE_LEGENDS
static final java.lang.String PROP_CONNECTOR_LEGENDS
void setDiagramId(java.lang.String diagramId)
java.lang.String getDiagramId()
void addColorLegend(IColorLegend colorLegend)
void removeColorLegend(IColorLegend colorLegend)
IColorLegend getColorLegendByIndex(int index)
void removeColorLegendByIndex(int index)
int colorLegendCount()
java.util.Iterator colorLegendIterator()
IColorLegend
.IColorLegend[] toColorLegendArray()
void addShapeLegend(IShapeLegend shapeLegend)
void removeShapeLegend(IShapeLegend shapeLegend)
IShapeLegend getShapeLegendByIndex(int index)
void removeShapeLegendByIndex(int index)
int shapeLegendCount()
java.util.Iterator shapeLegendIterator()
IShapeLegend
.IShapeLegend[] toShapeLegendArray()
void addConnectorLegend(IConnectorLegend connectorLegend)
void removeConnectorLegend(IConnectorLegend connectorLegend)
IConnectorLegend getConnectorLegendByIndex(int index)
void removeConnectorLegendByIndex(int index)
int connectorLegendCount()
java.util.Iterator connectorLegendIterator()
IConnectorLegend
.IConnectorLegend[] toConnectorLegendArray()