public interface Style extends StyleContainer, AbstractStyle
StylesPackage.getStyle()
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAngle()
Deprecated.
This attribute exists because of compatibility (after
removing old diagrams would not be readable any more). It is replaced
by the new attribute rotation.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
Font |
getFont()
Returns the value of the 'Font' reference.
|
Orientation |
getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.Boolean |
getProportional()
Returns the value of the 'Proportional' attribute.
|
java.lang.Double |
getRotation()
Returns the value of the 'Rotation' attribute.
|
java.lang.Boolean |
getStretchH()
Returns the value of the 'Stretch H' attribute.
|
java.lang.Boolean |
getStretchV()
Returns the value of the 'Stretch V' attribute.
|
StyleContainer |
getStyleContainer()
Returns the value of the 'Style Container' container reference.
|
Orientation |
getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.
|
void |
setAngle(java.lang.Integer value)
Deprecated.
This attribute exists because of compatibility (after
removing old diagrams would not be readable any more). It is
replaced by the new attribute rotation.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setFont(Font value)
Sets the value of the '
Font ' reference. |
void |
setHorizontalAlignment(Orientation value)
Sets the value of the '
Horizontal Alignment ' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
void |
setProportional(java.lang.Boolean value)
Sets the value of the '
Proportional ' attribute. |
void |
setRotation(java.lang.Double value)
Sets the value of the '
Rotation ' attribute. |
void |
setStretchH(java.lang.Boolean value)
Sets the value of the '
Stretch H ' attribute. |
void |
setStretchV(java.lang.Boolean value)
Sets the value of the '
Stretch V ' attribute. |
void |
setStyleContainer(StyleContainer value)
Sets the value of the '
Style Container ' container reference. |
void |
setVerticalAlignment(Orientation value)
Sets the value of the '
Vertical Alignment ' attribute. |
getStyles
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisible
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
StylesPackage.getStyle_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
StylesPackage.getStyle_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
Font getFont()
If the meaning of the 'Font' containment reference isn't clear, there really should be more of a description here...
setFont(Font)
,
StylesPackage.getStyle_Font()
void setFont(Font value)
Font
' reference.
value
- the new value of the 'Font' reference.getFont()
Orientation getHorizontalAlignment()
Orientation
.
If the meaning of the 'Horizontal Alignment' attribute isn't clear, there really should be more of a description here...
Orientation
,
setHorizontalAlignment(Orientation)
,
StylesPackage.getStyle_HorizontalAlignment()
void setHorizontalAlignment(Orientation value)
Horizontal Alignment
' attribute.
value
- the new value of the 'Horizontal Alignment' attribute.Orientation
,
getHorizontalAlignment()
Orientation getVerticalAlignment()
Orientation
.
If the meaning of the 'Vertical Alignment' attribute isn't clear, there really should be more of a description here...
Orientation
,
setVerticalAlignment(Orientation)
,
StylesPackage.getStyle_VerticalAlignment()
void setVerticalAlignment(Orientation value)
Vertical Alignment
' attribute.
value
- the new value of the 'Vertical Alignment' attribute.Orientation
,
getVerticalAlignment()
java.lang.Integer getAngle()
If the meaning of the 'Angle' attribute isn't clear, there really should be more of a description here...
setAngle(Integer)
,
StylesPackage.getStyle_Angle()
void setAngle(java.lang.Integer value)
Angle
' attribute.
value
- the new value of the 'Angle' attribute.getAngle()
java.lang.Boolean getStretchH()
If the meaning of the 'Stretch H' attribute isn't clear, there really should be more of a description here...
setStretchH(Boolean)
,
StylesPackage.getStyle_StretchH()
void setStretchH(java.lang.Boolean value)
Stretch H
' attribute.
value
- the new value of the 'Stretch H' attribute.getStretchH()
java.lang.Boolean getStretchV()
If the meaning of the 'Stretch V' attribute isn't clear, there really should be more of a description here...
setStretchV(Boolean)
,
StylesPackage.getStyle_StretchV()
void setStretchV(java.lang.Boolean value)
Stretch V
' attribute.
value
- the new value of the 'Stretch V' attribute.getStretchV()
java.lang.Boolean getProportional()
If the meaning of the 'Proportional' attribute isn't clear, there really should be more of a description here...
setProportional(Boolean)
,
StylesPackage.getStyle_Proportional()
void setProportional(java.lang.Boolean value)
Proportional
' attribute.
value
- the new value of the 'Proportional' attribute.getProportional()
StyleContainer getStyleContainer()
Styles
'.
If the meaning of the 'Style Container' container reference isn't clear, there really should be more of a description here...
setStyleContainer(StyleContainer)
,
StylesPackage.getStyle_StyleContainer()
,
StyleContainer.getStyles()
void setStyleContainer(StyleContainer value)
Style Container
' container reference.
value
- the new value of the 'Style Container' container reference.getStyleContainer()
java.lang.Double getRotation()
"0"
.
If the meaning of the 'Rotation' attribute isn't clear, there really should be more of a description here...
setRotation(Double)
,
StylesPackage.getStyle_Rotation()
void setRotation(java.lang.Double value)
Rotation
' attribute.
value
- the new value of the 'Rotation' attribute.getRotation()