public interface IProjectElementFontModel extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_BASE_TYPE |
static java.lang.String |
PROP_COLOR |
static java.lang.String |
PROP_COMPARTMENT_FONT_NAME |
static java.lang.String |
PROP_COMPARTMENT_FONT_SIZE |
static java.lang.String |
PROP_COMPARTMENT_FONT_STYLE |
static java.lang.String |
PROP_FONT_NAME |
static java.lang.String |
PROP_FONT_SIZE |
static java.lang.String |
PROP_FONT_STYLE |
static java.lang.String |
PROP_MODEL_ELEMENT_NAME_ALIGNMENT |
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 ProjectElementFontModel
|
java.lang.String |
getBaseType() |
int |
getColor() |
java.lang.String |
getCompartmentFontName() |
int |
getCompartmentFontSize() |
int |
getCompartmentFontStyle() |
java.lang.String |
getFontName() |
int |
getFontSize() |
int |
getFontStyle() |
int |
getModelElementNameAlignment() |
void |
setBaseType(java.lang.String baseType) |
void |
setColor(int color) |
void |
setCompartmentFontName(java.lang.String compartmentFontName) |
void |
setCompartmentFontSize(int compartmentFontSize) |
void |
setCompartmentFontStyle(int compartmentFontStyle) |
void |
setFontName(java.lang.String fontName) |
void |
setFontSize(int fontSize) |
void |
setFontStyle(int fontStyle) |
void |
setModelElementNameAlignment(int modelElementNameAlignment) |
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 PROP_BASE_TYPE
static final java.lang.String PROP_FONT_NAME
static final java.lang.String PROP_FONT_STYLE
static final java.lang.String PROP_FONT_SIZE
static final java.lang.String PROP_COLOR
static final java.lang.String PROP_MODEL_ELEMENT_NAME_ALIGNMENT
static final java.lang.String PROP_COMPARTMENT_FONT_NAME
static final java.lang.String PROP_COMPARTMENT_FONT_STYLE
static final java.lang.String PROP_COMPARTMENT_FONT_SIZE
void delete()
delete
in interface IModelElement
void setBaseType(java.lang.String baseType)
java.lang.String getBaseType()
void setFontName(java.lang.String fontName)
java.lang.String getFontName()
void setFontStyle(int fontStyle)
int getFontStyle()
void setFontSize(int fontSize)
int getFontSize()
void setColor(int color)
int getColor()
void setModelElementNameAlignment(int modelElementNameAlignment)
int getModelElementNameAlignment()
void setCompartmentFontName(java.lang.String compartmentFontName)
java.lang.String getCompartmentFontName()
void setCompartmentFontStyle(int compartmentFontStyle)
int getCompartmentFontStyle()
void setCompartmentFontSize(int compartmentFontSize)
int getCompartmentFontSize()