public interface Figure extends Primitive
The following features are supported:
VisualInterfacePackage.getFigure()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColor()
Returns the value of the 'Background Color' attribute.
|
java.lang.String |
getBorder()
Returns the value of the 'Border' attribute.
|
Cursor |
getCursor()
Returns the value of the 'Cursor' reference.
|
java.lang.String |
getForegroundColor()
Returns the value of the 'Foreground Color' attribute.
|
java.lang.String |
getOnClick()
Returns the value of the 'On Click' attribute.
|
java.lang.String |
getOnDoubleClick()
Returns the value of the 'On Double Click' attribute.
|
java.lang.Boolean |
getOpaque()
Returns the value of the 'Opaque' attribute.
|
Dimension |
getSize()
Returns the value of the 'Size' containment reference.
|
java.lang.String |
getToolTip()
Returns the value of the 'Tool Tip' attribute.
|
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setBackgroundColor(java.lang.String value)
Sets the value of the '
Background Color' attribute. |
void |
setBorder(java.lang.String value)
Sets the value of the '
Border' attribute. |
void |
setCursor(Cursor value)
Sets the value of the '
Cursor' reference. |
void |
setForegroundColor(java.lang.String value)
Sets the value of the '
Foreground Color' attribute. |
void |
setOnClick(java.lang.String value)
Sets the value of the '
On Click' attribute. |
void |
setOnDoubleClick(java.lang.String value)
Sets the value of the '
On Double Click' attribute. |
void |
setOpaque(java.lang.Boolean value)
Sets the value of the '
Opaque' attribute. |
void |
setSize(Dimension value)
Sets the value of the '
Size' containment reference. |
void |
setToolTip(java.lang.String value)
Sets the value of the '
Tool Tip' attribute. |
void |
setVisible(boolean value)
Sets the value of the '
Visible' attribute. |
java.lang.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(java.lang.String value)
Foreground Color' attribute.
value - the new value of the 'Foreground Color' attribute.getForegroundColor()java.lang.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(java.lang.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()java.lang.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(java.lang.String value)
On Click' attribute.
value - the new value of the 'On Click' attribute.getOnClick()java.lang.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(java.lang.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()java.lang.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(java.lang.String value)
Border' attribute.
value - the new value of the 'Border' attribute.getBorder()java.lang.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(java.lang.Boolean value)
Opaque' attribute.
value - the new value of the 'Opaque' attribute.getOpaque()java.lang.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(java.lang.String value)
Tool Tip' attribute.
value - the new value of the 'Tool Tip' attribute.getToolTip()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0