public interface IColorLegend extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_DIAGRAM_LEGEND |
static java.lang.String |
PROP_STYLE |
static java.lang.String |
PROP_TASK_POOL_ID |
static java.lang.String |
PROP_TASK_POOL_NAME |
static java.lang.String |
PROP_VIEWPOINT |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
IDiagramLegend |
getDiagramLegend() |
IStyle |
getStyle() |
int |
getTaskPoolId() |
java.lang.String |
getTaskPoolName() |
IViewpoint |
getViewpoint() |
void |
setDiagramLegend(IDiagramLegend diagramLegend) |
void |
setStyle(IStyle style) |
void |
setTaskPoolId(int taskPoolId) |
void |
setTaskPoolName(java.lang.String taskPoolName) |
void |
setViewpoint(IViewpoint viewpoint) |
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_VIEWPOINT
static final java.lang.String PROP_DIAGRAM_LEGEND
static final java.lang.String PROP_STYLE
static final java.lang.String PROP_TASK_POOL_ID
static final java.lang.String PROP_TASK_POOL_NAME
void setViewpoint(IViewpoint viewpoint)
IViewpoint getViewpoint()
void setDiagramLegend(IDiagramLegend diagramLegend)
IDiagramLegend getDiagramLegend()
void setStyle(IStyle style)
IStyle getStyle()
void setTaskPoolId(int taskPoolId)
int getTaskPoolId()
void setTaskPoolName(java.lang.String taskPoolName)
java.lang.String getTaskPoolName()