public interface IRDStyle extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
BOLD_NO |
static int |
BOLD_UNSPECIFIED |
static int |
BOLD_YES |
static int |
ITALIC_NO |
static int |
ITALIC_UNSPECIFIED |
static int |
ITALIC_YES |
static java.lang.String |
PROP_BACKGROUND_COLOR |
static java.lang.String |
PROP_BOLD |
static java.lang.String |
PROP_FONT_COLOR |
static java.lang.String |
PROP_FONT_NAME |
static java.lang.String |
PROP_FONT_SIZE |
static java.lang.String |
PROP_ITALIC |
static java.lang.String |
PROP_MARGIN_BOTTOM |
static java.lang.String |
PROP_MARGIN_TOP |
static java.lang.String |
PROP_STYLE_ID |
static java.lang.String |
PROP_STYLE_NAME |
static java.lang.String |
PROP_UNDERLINE |
static int |
UNDERLINE_NO |
static int |
UNDERLINE_UNSPECIFIED |
static int |
UNDERLINE_YES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackgroundColor() |
int |
getBold() |
java.lang.String |
getFontColor() |
java.lang.String |
getFontName() |
int |
getFontSize() |
int |
getItalic() |
int |
getMarginBottom() |
int |
getMarginTop() |
java.lang.String |
getStyleId() |
java.lang.String |
getStyleName() |
int |
getUnderline() |
void |
setBackgroundColor(java.lang.String backgroundColor) |
void |
setBold(int bold) |
void |
setFontColor(java.lang.String fontColor) |
void |
setFontName(java.lang.String fontName) |
void |
setFontSize(int fontSize) |
void |
setItalic(int italic) |
void |
setMarginBottom(int marginBottom) |
void |
setMarginTop(int marginTop) |
void |
setStyleId(java.lang.String styleId) |
void |
setStyleName(java.lang.String styleName) |
void |
setUnderline(int underline) |
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_STYLE_NAME
static final java.lang.String PROP_STYLE_ID
static final java.lang.String PROP_FONT_NAME
static final java.lang.String PROP_BOLD
static final int BOLD_UNSPECIFIED
static final int BOLD_YES
static final int BOLD_NO
static final java.lang.String PROP_ITALIC
static final int ITALIC_UNSPECIFIED
static final int ITALIC_YES
static final int ITALIC_NO
static final java.lang.String PROP_FONT_SIZE
static final java.lang.String PROP_FONT_COLOR
static final java.lang.String PROP_MARGIN_TOP
static final java.lang.String PROP_MARGIN_BOTTOM
static final java.lang.String PROP_BACKGROUND_COLOR
static final java.lang.String PROP_UNDERLINE
static final int UNDERLINE_UNSPECIFIED
static final int UNDERLINE_YES
static final int UNDERLINE_NO
void setStyleName(java.lang.String styleName)
java.lang.String getStyleName()
void setStyleId(java.lang.String styleId)
java.lang.String getStyleId()
void setFontName(java.lang.String fontName)
java.lang.String getFontName()
void setBold(int bold)
int getBold()
void setItalic(int italic)
int getItalic()
void setFontSize(int fontSize)
int getFontSize()
void setFontColor(java.lang.String fontColor)
java.lang.String getFontColor()
void setMarginTop(int marginTop)
int getMarginTop()
void setMarginBottom(int marginBottom)
int getMarginBottom()
void setBackgroundColor(java.lang.String backgroundColor)
java.lang.String getBackgroundColor()
void setUnderline(int underline)
int getUnderline()