public interface Figure extends Primitive
The following features are supported:
VisualInterfacePackage.getFigure()
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor()
Returns the value of the 'Background Color' attribute.
|
String |
getBorder()
Returns the value of the 'Border' attribute.
|
Cursor |
getCursor()
Returns the value of the 'Cursor' reference.
|
String |
getForegroundColor()
Returns the value of the 'Foreground Color' attribute.
|
String |
getOnClick()
Returns the value of the 'On Click' attribute.
|
String |
getOnDoubleClick()
Returns the value of the 'On Double Click' attribute.
|
String |
getOnMouseDrag()
Returns the value of the 'On Mouse Drag' attribute.
|
String |
getOnMouseHover()
Returns the value of the 'On Mouse Hover' attribute.
|
String |
getOnMouseIn()
Returns the value of the 'On Mouse In' attribute.
|
String |
getOnMouseMove()
Returns the value of the 'On Mouse Move' attribute.
|
String |
getOnMouseOut()
Returns the value of the 'On Mouse Out' attribute.
|
Boolean |
getOpaque()
Returns the value of the 'Opaque' attribute.
|
Dimension |
getSize()
Returns the value of the 'Size' containment reference.
|
String |
getToolTip()
Returns the value of the 'Tool Tip' attribute.
|
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setBackgroundColor(String value)
Sets the value of the '
Background Color ' attribute. |
void |
setBorder(String value)
Sets the value of the '
Border ' attribute. |
void |
setCursor(Cursor value)
Sets the value of the '
Cursor ' reference. |
void |
setForegroundColor(String value)
Sets the value of the '
Foreground Color ' attribute. |
void |
setOnClick(String value)
Sets the value of the '
On Click ' attribute. |
void |
setOnDoubleClick(String value)
Sets the value of the '
On Double Click ' attribute. |
void |
setOnMouseDrag(String value)
Sets the value of the '
On Mouse Drag ' attribute. |
void |
setOnMouseHover(String value)
Sets the value of the '
On Mouse Hover ' attribute. |
void |
setOnMouseIn(String value)
Sets the value of the '
On Mouse In ' attribute. |
void |
setOnMouseMove(String value)
Sets the value of the '
On Mouse Move ' attribute. |
void |
setOnMouseOut(String value)
Sets the value of the '
On Mouse Out ' attribute. |
void |
setOpaque(Boolean value)
Sets the value of the '
Opaque ' attribute. |
void |
setSize(Dimension value)
Sets the value of the '
Size ' containment reference. |
void |
setToolTip(String value)
Sets the value of the '
Tool Tip ' attribute. |
void |
setVisible(boolean value)
Sets the value of the '
Visible ' attribute. |
String getForegroundColor()
If the meaning of the 'Foreground Color' attribute isn't clear, there really should be more of a description here...
setForegroundColor(String)
,
VisualInterfacePackage.getFigure_ForegroundColor()
void setForegroundColor(String value)
Foreground Color
' attribute.
value
- the new value of the 'Foreground Color' attribute.getForegroundColor()
String getBackgroundColor()
If the meaning of the 'Background Color' attribute isn't clear, there really should be more of a description here...
setBackgroundColor(String)
,
VisualInterfacePackage.getFigure_BackgroundColor()
void setBackgroundColor(String value)
Background Color
' attribute.
value
- the new value of the 'Background Color' attribute.getBackgroundColor()
Dimension getSize()
If the meaning of the 'Size' containment reference isn't clear, there really should be more of a description here...
setSize(Dimension)
,
VisualInterfacePackage.getFigure_Size()
void setSize(Dimension value)
Size
' containment reference.
value
- the new value of the 'Size' containment reference.getSize()
String getOnClick()
If the meaning of the 'On Click' attribute isn't clear, there really should be more of a description here...
setOnClick(String)
,
VisualInterfacePackage.getFigure_OnClick()
void setOnClick(String value)
On Click
' attribute.
value
- the new value of the 'On Click' attribute.getOnClick()
String getOnDoubleClick()
If the meaning of the 'On Double Click' attribute isn't clear, there really should be more of a description here...
setOnDoubleClick(String)
,
VisualInterfacePackage.getFigure_OnDoubleClick()
void setOnDoubleClick(String value)
On Double Click
' attribute.
value
- the new value of the 'On Double Click' attribute.getOnDoubleClick()
Cursor getCursor()
If the meaning of the 'Cursor' reference isn't clear, there really should be more of a description here...
setCursor(Cursor)
,
VisualInterfacePackage.getFigure_Cursor()
void setCursor(Cursor value)
Cursor
' reference.
value
- the new value of the 'Cursor' reference.getCursor()
boolean isVisible()
"true"
.
If the meaning of the 'Visible' attribute isn't clear, there really should be more of a description here...
setVisible(boolean)
,
VisualInterfacePackage.getFigure_Visible()
void setVisible(boolean value)
Visible
' attribute.
value
- the new value of the 'Visible' attribute.isVisible()
String getBorder()
If the meaning of the 'Border' attribute isn't clear, there really should be more of a description here...
setBorder(String)
,
VisualInterfacePackage.getFigure_Border()
void setBorder(String value)
Border
' attribute.
value
- the new value of the 'Border' attribute.getBorder()
Boolean getOpaque()
If the meaning of the 'Opaque' attribute isn't clear, there really should be more of a description here...
setOpaque(Boolean)
,
VisualInterfacePackage.getFigure_Opaque()
void setOpaque(Boolean value)
Opaque
' attribute.
value
- the new value of the 'Opaque' attribute.getOpaque()
String getToolTip()
If the meaning of the 'Tool Tip' attribute isn't clear, there really should be more of a description here...
setToolTip(String)
,
VisualInterfacePackage.getFigure_ToolTip()
void setToolTip(String value)
Tool Tip
' attribute.
value
- the new value of the 'Tool Tip' attribute.getToolTip()
String getOnMouseIn()
If the meaning of the 'On Mouse In' attribute isn't clear, there really should be more of a description here...
setOnMouseIn(String)
,
VisualInterfacePackage.getFigure_OnMouseIn()
void setOnMouseIn(String value)
On Mouse In
' attribute.
value
- the new value of the 'On Mouse In' attribute.getOnMouseIn()
String getOnMouseOut()
If the meaning of the 'On Mouse Out' attribute isn't clear, there really should be more of a description here...
setOnMouseOut(String)
,
VisualInterfacePackage.getFigure_OnMouseOut()
void setOnMouseOut(String value)
On Mouse Out
' attribute.
value
- the new value of the 'On Mouse Out' attribute.getOnMouseOut()
String getOnMouseMove()
If the meaning of the 'On Mouse Move' attribute isn't clear, there really should be more of a description here...
setOnMouseMove(String)
,
VisualInterfacePackage.getFigure_OnMouseMove()
void setOnMouseMove(String value)
On Mouse Move
' attribute.
value
- the new value of the 'On Mouse Move' attribute.getOnMouseMove()
String getOnMouseHover()
If the meaning of the 'On Mouse Hover' attribute isn't clear, there really should be more of a description here...
setOnMouseHover(String)
,
VisualInterfacePackage.getFigure_OnMouseHover()
void setOnMouseHover(String value)
On Mouse Hover
' attribute.
value
- the new value of the 'On Mouse Hover' attribute.getOnMouseHover()
String getOnMouseDrag()
If the meaning of the 'On Mouse Drag' attribute isn't clear, there really should be more of a description here...
setOnMouseDrag(String)
,
VisualInterfacePackage.getFigure_OnMouseDrag()
void setOnMouseDrag(String value)
On Mouse Drag
' attribute.
value
- the new value of the 'On Mouse Drag' attribute.getOnMouseDrag()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.