public interface RoundedRectangle extends Shape
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Dimension |
getCorner()
Returns the value of the 'Corner' containment reference.
|
void |
setCorner(Dimension value)
Sets the value of the '
Corner ' containment reference. |
getAlpha, getAntialias, getLineWidth, isFill, isOutline, setAlpha, setAntialias, setFill, setLineWidth, setOutline
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
Dimension getCorner()
If the meaning of the 'Corner' containment reference isn't clear, there really should be more of a description here...
setCorner(Dimension)
,
VisualInterfacePackage.getRoundedRectangle_Corner()
void setCorner(Dimension value)
Corner
' containment reference.
value
- the new value of the 'Corner' containment reference.getCorner()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.