|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeGraphConf
A representation of the model object 'Node Graph Conf'.
The following features are supported:
Default Width
Default Height
Minimum Width
Minimum Height
Maximum Width
Maximum Height
Is Width Resizable
Is Height Resizable
Default Background Color
GraphconfPackage.getNodeGraphConf()
Method Summary | |
---|---|
org.eclipse.swt.graphics.Color |
getDefaultBackgroundColor()
Returns the value of the 'Default Background Color' attribute. |
int |
getDefaultHeight()
Returns the value of the 'Default Height' attribute. |
int |
getDefaultWidth()
Returns the value of the 'Default Width' attribute. |
int |
getMaximumHeight()
Returns the value of the 'Maximum Height' attribute. |
int |
getMaximumWidth()
Returns the value of the 'Maximum Width' attribute. |
int |
getMinimumHeight()
Returns the value of the 'Minimum Height' attribute. |
int |
getMinimumWidth()
Returns the value of the 'Minimum Width' attribute. |
boolean |
isIsHeightResizable()
Returns the value of the 'Is Height Resizable' attribute. |
boolean |
isIsWidthResizable()
Returns the value of the 'Is Width Resizable' attribute. |
void |
setDefaultBackgroundColor(org.eclipse.swt.graphics.Color value)
Sets the value of the ' Default Background Color '
attribute.
|
void |
setDefaultHeight(int value)
Sets the value of the ' Default Height '
attribute.
|
void |
setDefaultWidth(int value)
Sets the value of the ' Default Width '
attribute.
|
void |
setIsHeightResizable(boolean value)
Sets the value of the ' Is Height Resizable '
attribute.
|
void |
setIsWidthResizable(boolean value)
Sets the value of the ' Is Width Resizable '
attribute.
|
void |
setMaximumHeight(int value)
Sets the value of the ' Maximum Height '
attribute.
|
void |
setMaximumWidth(int value)
Sets the value of the ' Maximum Width '
attribute.
|
void |
setMinimumHeight(int value)
Sets the value of the ' Minimum Height '
attribute.
|
void |
setMinimumWidth(int value)
Sets the value of the ' Minimum Width '
attribute.
|
Methods inherited from interface org.topcased.modeler.graphconf.AbstractGraphConf |
---|
getBridge, getConstraint, getDefaultFont, getDefaultForegroundColor, getLineStyle, getLineWidth, getPresentation, setBridge, setDefaultFont, setDefaultForegroundColor, setLineStyle, setLineWidth, setPresentation |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
int getDefaultWidth()
If the meaning of the 'Default Width' attribute isn't clear, there really should be more of a description here...
setDefaultWidth(int)
,
GraphconfPackage.getNodeGraphConf_DefaultWidth()
void setDefaultWidth(int value)
Default Width
'
attribute.
value
- the new value of the 'Default Width' attribute.getDefaultWidth()
int getDefaultHeight()
If the meaning of the 'Default Height' attribute isn't clear, there really should be more of a description here...
setDefaultHeight(int)
,
GraphconfPackage.getNodeGraphConf_DefaultHeight()
void setDefaultHeight(int value)
Default Height
'
attribute.
value
- the new value of the 'Default Height' attribute.getDefaultHeight()
int getMinimumWidth()
If the meaning of the 'Minimum Width' attribute isn't clear, there really should be more of a description here...
setMinimumWidth(int)
,
GraphconfPackage.getNodeGraphConf_MinimumWidth()
void setMinimumWidth(int value)
Minimum Width
'
attribute.
value
- the new value of the 'Minimum Width' attribute.getMinimumWidth()
int getMinimumHeight()
If the meaning of the 'Minimum Height' attribute isn't clear, there really should be more of a description here...
setMinimumHeight(int)
,
GraphconfPackage.getNodeGraphConf_MinimumHeight()
void setMinimumHeight(int value)
Minimum Height
'
attribute.
value
- the new value of the 'Minimum Height' attribute.getMinimumHeight()
int getMaximumWidth()
If the meaning of the 'Maximum Width' attribute isn't clear, there really should be more of a description here...
setMaximumWidth(int)
,
GraphconfPackage.getNodeGraphConf_MaximumWidth()
void setMaximumWidth(int value)
Maximum Width
'
attribute.
value
- the new value of the 'Maximum Width' attribute.getMaximumWidth()
int getMaximumHeight()
If the meaning of the 'Maximum Height' attribute isn't clear, there really should be more of a description here...
setMaximumHeight(int)
,
GraphconfPackage.getNodeGraphConf_MaximumHeight()
void setMaximumHeight(int value)
Maximum Height
'
attribute.
value
- the new value of the 'Maximum Height' attribute.getMaximumHeight()
boolean isIsWidthResizable()
If the meaning of the 'Is Width Resizable' attribute isn't clear, there really should be more of a description here...
setIsWidthResizable(boolean)
,
GraphconfPackage.getNodeGraphConf_IsWidthResizable()
void setIsWidthResizable(boolean value)
Is Width Resizable
'
attribute.
value
- the new value of the 'Is Width Resizable' attribute.isIsWidthResizable()
boolean isIsHeightResizable()
If the meaning of the 'Is Height Resizable' attribute isn't clear, there really should be more of a description here...
setIsHeightResizable(boolean)
,
GraphconfPackage.getNodeGraphConf_IsHeightResizable()
void setIsHeightResizable(boolean value)
Is Height Resizable
'
attribute.
value
- the new value of the 'Is Height Resizable' attribute.isIsHeightResizable()
org.eclipse.swt.graphics.Color getDefaultBackgroundColor()
If the meaning of the 'Default Background Color' attribute isn't clear, there really should be more of a description here...
setDefaultBackgroundColor(Color)
,
GraphconfPackage.getNodeGraphConf_DefaultBackgroundColor()
void setDefaultBackgroundColor(org.eclipse.swt.graphics.Color value)
Default Background Color
'
attribute.
value
- the new value of the 'Default Background Color' attribute.getDefaultBackgroundColor()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.