public interface FigureContainer extends Figure
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Primitive |
getContent()
Returns the value of the 'Content' containment reference.
|
void |
setContent(Primitive value)
Sets the value of the '
Content ' containment reference. |
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
Primitive getContent()
If the meaning of the 'Content' containment reference isn't clear, there really should be more of a description here...
setContent(Primitive)
,
VisualInterfacePackage.getFigureContainer_Content()
void setContent(Primitive value)
Content
' containment reference.
value
- the new value of the 'Content' containment reference.getContent()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.