public interface IProjectFillColorModel extends IModelElement
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 |
delete()
Deprecated.
not allow delete ProjectFillColorModel
|
java.lang.String |
getBaseType() |
int |
getFillColorColor1() |
int |
getFillColorColor2() |
int |
getFillColorGradientStyle() |
int |
getFillColorTransparency() |
int |
getFillColorType() |
void |
setBaseType(java.lang.String baseType) |
void |
setFillColorColor1(int fillColorColor1) |
void |
setFillColorColor2(int fillColorColor2) |
void |
setFillColorGradientStyle(int fillColorGradientStyle) |
void |
setFillColorTransparency(int fillColorTransparency) |
void |
setFillColorType(int fillColorType) |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, 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 BASE_TYPE_GLOBAL
static final int FILL_COLOR_TYPE_SOLID
static final int FILL_COLOR_TYPE_GRADIENT
static final int FILL_COLOR_GRADIENT_STYLE_DSOUTH_LNORTH
static final int FILL_COLOR_GRADIENT_STYLE_DNORTH_LSOUTH
static final int FILL_COLOR_GRADIENT_STYLE_DCENTER_LNORTH_LSOUTH
static final int FILL_COLOR_GRADIENT_STYLE_DNORTH_LCENTER_D_SOUTH
static final int FILL_COLOR_GRADIENT_STYLE_DEAST_LWEST
static final int FILL_COLOR_GRADIENT_STYLE_DWEST_LEAST
static final int FILL_COLOR_GRADIENT_STYLE_DCENTER_LEAST_LWEST
static final int FILL_COLOR_GRADIENT_STYLE_DEAST_LCENTER_DWEST
static final int FILL_COLOR_GRADIENT_STYLE_DSOUTHEAST_LNORTHWEST
static final int FILL_COLOR_GRADIENT_STYLE_DNORTHWEST_LSOUTHEAST
static final int FILL_COLOR_GRADIENT_STYLE_DCENTER_LSOUTHEAST_LNORTHWEST
static final int FILL_COLOR_GRADIENT_STYLE_DSOUTHEAST_LCENTER_DNORTHWEST
static final int FILL_COLOR_GRADIENT_STYLE_DSOUTHWEST_LNORTHEAST
static final int FILL_COLOR_GRADIENT_STYLE_DNORTHEAST_LSOUTHWEST
static final int FILL_COLOR_GRADIENT_STYLE_DCENTER_LNORTHEAST_LSOUTHWEST
static final int FILL_COLOR_GRADIENT_STYLE_DNORTHEAST_LCENTER_DSOUTHWEST
static final java.lang.String PROP_BASE_TYPE
static final java.lang.String PROP_FILL_COLOR_TYPE
static final java.lang.String PROP_FILL_COLOR_GRADIENT_STYLE
static final int FILL_COLOR_GRADIENT_STYLE_S_N
static final int FILL_COLOR_GRADIENT_STYLE_N_S
static final int FILL_COLOR_GRADIENT_STYLE_C_NS
static final int FILL_COLOR_GRADIENT_STYLE_NS_C
static final int FILL_COLOR_GRADIENT_STYLE_E_W
static final int FILL_COLOR_GRADIENT_STYLE_W_E
static final int FILL_COLOR_GRADIENT_STYLE_C_EW
static final int FILL_COLOR_GRADIENT_STYLE_EW_C
static final int FILL_COLOR_GRADIENT_STYLE_SE_NW
static final int FILL_COLOR_GRADIENT_STYLE_NW_SE
static final int FILL_COLOR_GRADIENT_STYLE_C_SENW
static final int FILL_COLOR_GRADIENT_STYLE_SENW_C
static final int FILL_COLOR_GRADIENT_STYLE_SW_NE
static final int FILL_COLOR_GRADIENT_STYLE_NE_SW
static final int FILL_COLOR_GRADIENT_STYLE_C_NESW
static final int FILL_COLOR_GRADIENT_STYLE_NESW_C
static final java.lang.String PROP_FILL_COLOR_TRANSPARENCY
static final java.lang.String PROP_FILL_COLOR_COLOR1
static final java.lang.String PROP_FILL_COLOR_COLOR2
void delete()
delete
in interface IModelElement
void setBaseType(java.lang.String baseType)
java.lang.String getBaseType()
void setFillColorType(int fillColorType)
int getFillColorType()
void setFillColorGradientStyle(int fillColorGradientStyle)
int getFillColorGradientStyle()
void setFillColorTransparency(int fillColorTransparency)
int getFillColorTransparency()
void setFillColorColor1(int fillColorColor1)
int getFillColorColor1()
void setFillColorColor2(int fillColorColor2)
int getFillColorColor2()