public interface UMLTimingNumericalRulerStyle extends UMLShapeStyle
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
getBigIncrement()
Returns the value of the 'Big Increment' attribute.
|
double |
getEnd()
Returns the value of the 'End' attribute.
|
int |
getPrecision()
Returns the value of the 'Precision' attribute.
|
double |
getSmallIncrement()
Returns the value of the 'Small Increment' attribute.
|
double |
getStart()
Returns the value of the 'Start' attribute.
|
java.lang.String |
getUnit()
Returns the value of the 'Unit' attribute.
|
void |
setBigIncrement(double value)
Sets the value of the '
Big Increment ' attribute. |
void |
setEnd(double value)
Sets the value of the '
End ' attribute. |
void |
setPrecision(int value)
Sets the value of the '
Precision ' attribute. |
void |
setSmallIncrement(double value)
Sets the value of the '
Small Increment ' attribute. |
void |
setStart(double value)
Sets the value of the '
Start ' attribute. |
void |
setUnit(java.lang.String value)
Sets the value of the '
Unit ' attribute. |
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setFontName, setItalic, setStrikeThrough, setUnderline
getShowListStereotype, getShowListVisibility, isShowListSignature, setShowListSignature, setShowListStereotype, setShowListVisibility
getFillColor, getGradient, getTransparency, setFillColor, setGradient, setTransparency
getLineColor, getLineWidth, setLineColor, setLineWidth
getRoundedBendpointsRadius, setRoundedBendpointsRadius
isShowParentName, setShowParentName
getShowParent, setShowParent
getShowStereotype, setShowStereotype
getShowStereotypeAttributeCompartment, setShowStereotypeAttributeCompartment
double getStart()
"0.0"
.
If the meaning of the 'Start' attribute isn't clear, there really should be more of a description here...
setStart(double)
,
UmlnotationPackage.getUMLTimingNumericalRulerStyle_Start()
void setStart(double value)
Start
' attribute.
value
- the new value of the 'Start' attribute.getStart()
double getEnd()
"100.0"
.
If the meaning of the 'End' attribute isn't clear, there really should be more of a description here...
setEnd(double)
,
UmlnotationPackage.getUMLTimingNumericalRulerStyle_End()
void setEnd(double value)
End
' attribute.
value
- the new value of the 'End' attribute.getEnd()
double getBigIncrement()
"10.0"
.
If the meaning of the 'Big Increment' attribute isn't clear, there really should be more of a description here...
setBigIncrement(double)
,
UmlnotationPackage.getUMLTimingNumericalRulerStyle_BigIncrement()
void setBigIncrement(double value)
Big Increment
' attribute.
value
- the new value of the 'Big Increment' attribute.getBigIncrement()
java.lang.String getUnit()
"unit"
.
If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
setUnit(String)
,
UmlnotationPackage.getUMLTimingNumericalRulerStyle_Unit()
void setUnit(java.lang.String value)
Unit
' attribute.
value
- the new value of the 'Unit' attribute.getUnit()
double getSmallIncrement()
"1.0"
.
If the meaning of the 'Small Increment' attribute isn't clear, there really should be more of a description here...
setSmallIncrement(double)
,
UmlnotationPackage.getUMLTimingNumericalRulerStyle_SmallIncrement()
void setSmallIncrement(double value)
Small Increment
' attribute.
value
- the new value of the 'Small Increment' attribute.getSmallIncrement()
int getPrecision()
"0"
.
If the meaning of the 'Precision' attribute isn't clear, there really should be more of a description here...
setPrecision(int)
,
UmlnotationPackage.getUMLTimingNumericalRulerStyle_Precision()
void setPrecision(int value)
Precision
' attribute.
value
- the new value of the 'Precision' attribute.getPrecision()