public interface IProjectDefaultLineModel extends IModelElement
Modifier and Type | Field and Description |
---|---|
static int |
LINE_MODEL_CAP_NONE |
static int |
LINE_MODEL_CAP_ROUND |
static int |
LINE_MODEL_CAP_SQUARE |
static java.lang.String |
PROP_BASE_TYPE |
static java.lang.String |
PROP_LINE_COLOR |
static java.lang.String |
PROP_LINE_MODEL_CAP |
static java.lang.String |
PROP_LINE_MODEL_STROKE_DASHS |
static java.lang.String |
PROP_LINE_MODEL_STROKE_NULL |
static java.lang.String |
PROP_LINE_TRANSPARENCY |
static java.lang.String |
PROP_LINE_WEIGHT |
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 ProjectDefaultLineModel
|
java.lang.String |
getBaseType() |
int |
getLineColor() |
int |
getLineModelCap() |
java.lang.String[] |
getLineModelStrokeDashs() |
int |
getLineTransparency() |
double |
getLineWeight() |
boolean |
isLineModelStrokeNull() |
void |
setBaseType(java.lang.String baseType) |
void |
setLineColor(int lineColor) |
void |
setLineModelCap(int lineModelCap) |
void |
setLineModelStrokeDashs(java.lang.String[] lineModelStrokeDashs) |
void |
setLineModelStrokeNull(boolean lineModelStrokeNull) |
void |
setLineTransparency(int lineTransparency) |
void |
setLineWeight(double lineWeight) |
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 int LINE_MODEL_CAP_NONE
static final int LINE_MODEL_CAP_ROUND
static final int LINE_MODEL_CAP_SQUARE
static final java.lang.String PROP_BASE_TYPE
static final java.lang.String PROP_LINE_MODEL_STROKE_NULL
static final java.lang.String PROP_LINE_MODEL_STROKE_DASHS
static final java.lang.String PROP_LINE_WEIGHT
static final java.lang.String PROP_LINE_MODEL_CAP
static final java.lang.String PROP_LINE_COLOR
static final java.lang.String PROP_LINE_TRANSPARENCY
void delete()
delete
in interface IModelElement
void setBaseType(java.lang.String baseType)
java.lang.String getBaseType()
void setLineModelStrokeNull(boolean lineModelStrokeNull)
boolean isLineModelStrokeNull()
void setLineModelStrokeDashs(java.lang.String[] lineModelStrokeDashs)
java.lang.String[] getLineModelStrokeDashs()
void setLineWeight(double lineWeight)
double getLineWeight()
void setLineModelCap(int lineModelCap)
int getLineModelCap()
void setLineColor(int lineColor)
int getLineColor()
void setLineTransparency(int lineTransparency)
int getLineTransparency()