public interface Shape extends Figure
The following features are supported:
VisualInterfacePackage.getShape()
Modifier and Type | Method and Description |
---|---|
Double |
getAlpha()
Returns the value of the 'Alpha' attribute.
|
Boolean |
getAntialias()
Returns the value of the 'Antialias' attribute.
|
float |
getLineWidth()
Returns the value of the 'Line Width' attribute.
|
boolean |
isFill()
Returns the value of the 'Fill' attribute.
|
boolean |
isOutline()
Returns the value of the 'Outline' attribute.
|
void |
setAlpha(Double value)
Sets the value of the '
Alpha ' attribute. |
void |
setAntialias(Boolean value)
Sets the value of the '
Antialias ' attribute. |
void |
setFill(boolean value)
Sets the value of the '
Fill ' attribute. |
void |
setLineWidth(float value)
Sets the value of the '
Line Width ' attribute. |
void |
setOutline(boolean value)
Sets the value of the '
Outline ' attribute. |
getBackgroundColor, getBorder, getCursor, getForegroundColor, getOnClick, getOnDoubleClick, getOnMouseDrag, getOnMouseHover, getOnMouseIn, getOnMouseMove, getOnMouseOut, getOpaque, getSize, getToolTip, isVisible, setBackgroundColor, setBorder, setCursor, setForegroundColor, setOnClick, setOnDoubleClick, setOnMouseDrag, setOnMouseHover, setOnMouseIn, setOnMouseMove, setOnMouseOut, setOpaque, setSize, setToolTip, setVisible
float getLineWidth()
"1"
.
If the meaning of the 'Line Width' attribute isn't clear, there really should be more of a description here...
setLineWidth(float)
,
VisualInterfacePackage.getShape_LineWidth()
void setLineWidth(float value)
Line Width
' attribute.
value
- the new value of the 'Line Width' attribute.getLineWidth()
Boolean getAntialias()
If the meaning of the 'Antialias' attribute isn't clear, there really should be more of a description here...
setAntialias(Boolean)
,
VisualInterfacePackage.getShape_Antialias()
void setAntialias(Boolean value)
Antialias
' attribute.
value
- the new value of the 'Antialias' attribute.getAntialias()
Double getAlpha()
If the meaning of the 'Alpha' attribute isn't clear, there really should be more of a description here...
setAlpha(Double)
,
VisualInterfacePackage.getShape_Alpha()
void setAlpha(Double value)
Alpha
' attribute.
value
- the new value of the 'Alpha' attribute.getAlpha()
boolean isFill()
"true"
.
If the meaning of the 'Fill' attribute isn't clear, there really should be more of a description here...
setFill(boolean)
,
VisualInterfacePackage.getShape_Fill()
void setFill(boolean value)
Fill
' attribute.
value
- the new value of the 'Fill' attribute.isFill()
boolean isOutline()
"true"
.
If the meaning of the 'Outline' attribute isn't clear, there really should be more of a description here...
setOutline(boolean)
,
VisualInterfacePackage.getShape_Outline()
void setOutline(boolean value)
Outline
' attribute.
value
- the new value of the 'Outline' attribute.isOutline()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.