Modelers

org.topcased.modeler.graphconf
Interface NodeGraphConf

All Superinterfaces:
AbstractGraphConf, EObject, Notifier

public interface NodeGraphConf
extends AbstractGraphConf

A representation of the model object 'Node Graph Conf'.

The following features are supported:

See Also:
GraphconfPackage.getNodeGraphConf()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A NodeGraphConf is associated with a NodePartConfiguration. It gives informations on the graphical element.'"

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

getDefaultWidth

int getDefaultWidth()
Returns the value of the 'Default Width' attribute.

If the meaning of the 'Default Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Width' attribute.
See Also:
setDefaultWidth(int), GraphconfPackage.getNodeGraphConf_DefaultWidth()
** Generated **
Model:

setDefaultWidth

void setDefaultWidth(int value)
Sets the value of the 'Default Width' attribute.

Parameters:
value - the new value of the 'Default Width' attribute.
See Also:
getDefaultWidth()
** Generated **

getDefaultHeight

int getDefaultHeight()
Returns the value of the 'Default Height' attribute.

If the meaning of the 'Default Height' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Height' attribute.
See Also:
setDefaultHeight(int), GraphconfPackage.getNodeGraphConf_DefaultHeight()
** Generated **
Model:

setDefaultHeight

void setDefaultHeight(int value)
Sets the value of the 'Default Height' attribute.

Parameters:
value - the new value of the 'Default Height' attribute.
See Also:
getDefaultHeight()
** Generated **

getMinimumWidth

int getMinimumWidth()
Returns the value of the 'Minimum Width' attribute.

If the meaning of the 'Minimum Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minimum Width' attribute.
See Also:
setMinimumWidth(int), GraphconfPackage.getNodeGraphConf_MinimumWidth()
** Generated **
Model:

setMinimumWidth

void setMinimumWidth(int value)
Sets the value of the 'Minimum Width' attribute.

Parameters:
value - the new value of the 'Minimum Width' attribute.
See Also:
getMinimumWidth()
** Generated **

getMinimumHeight

int getMinimumHeight()
Returns the value of the 'Minimum Height' attribute.

If the meaning of the 'Minimum Height' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minimum Height' attribute.
See Also:
setMinimumHeight(int), GraphconfPackage.getNodeGraphConf_MinimumHeight()
** Generated **
Model:

setMinimumHeight

void setMinimumHeight(int value)
Sets the value of the 'Minimum Height' attribute.

Parameters:
value - the new value of the 'Minimum Height' attribute.
See Also:
getMinimumHeight()
** Generated **

getMaximumWidth

int getMaximumWidth()
Returns the value of the 'Maximum Width' attribute.

If the meaning of the 'Maximum Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum Width' attribute.
See Also:
setMaximumWidth(int), GraphconfPackage.getNodeGraphConf_MaximumWidth()
** Generated **
Model:

setMaximumWidth

void setMaximumWidth(int value)
Sets the value of the 'Maximum Width' attribute.

Parameters:
value - the new value of the 'Maximum Width' attribute.
See Also:
getMaximumWidth()
** Generated **

getMaximumHeight

int getMaximumHeight()
Returns the value of the 'Maximum Height' attribute.

If the meaning of the 'Maximum Height' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum Height' attribute.
See Also:
setMaximumHeight(int), GraphconfPackage.getNodeGraphConf_MaximumHeight()
** Generated **
Model:

setMaximumHeight

void setMaximumHeight(int value)
Sets the value of the 'Maximum Height' attribute.

Parameters:
value - the new value of the 'Maximum Height' attribute.
See Also:
getMaximumHeight()
** Generated **

isIsWidthResizable

boolean isIsWidthResizable()
Returns the value of the 'Is Width Resizable' attribute.

If the meaning of the 'Is Width Resizable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Width Resizable' attribute.
See Also:
setIsWidthResizable(boolean), GraphconfPackage.getNodeGraphConf_IsWidthResizable()
** Generated **
Model:

setIsWidthResizable

void setIsWidthResizable(boolean value)
Sets the value of the 'Is Width Resizable' attribute.

Parameters:
value - the new value of the 'Is Width Resizable' attribute.
See Also:
isIsWidthResizable()
** Generated **

isIsHeightResizable

boolean isIsHeightResizable()
Returns the value of the 'Is Height Resizable' attribute.

If the meaning of the 'Is Height Resizable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Height Resizable' attribute.
See Also:
setIsHeightResizable(boolean), GraphconfPackage.getNodeGraphConf_IsHeightResizable()
** Generated **
Model:

setIsHeightResizable

void setIsHeightResizable(boolean value)
Sets the value of the 'Is Height Resizable' attribute.

Parameters:
value - the new value of the 'Is Height Resizable' attribute.
See Also:
isIsHeightResizable()
** Generated **

getDefaultBackgroundColor

org.eclipse.swt.graphics.Color getDefaultBackgroundColor()
Returns the value of the 'Default Background Color' attribute.

If the meaning of the 'Default Background Color' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Background Color' attribute.
See Also:
setDefaultBackgroundColor(Color), GraphconfPackage.getNodeGraphConf_DefaultBackgroundColor()
** Generated **
Model:
dataType="org.topcased.modeler.graphconf.Color"

setDefaultBackgroundColor

void setDefaultBackgroundColor(org.eclipse.swt.graphics.Color value)
Sets the value of the 'Default Background Color' attribute.

Parameters:
value - the new value of the 'Default Background Color' attribute.
See Also:
getDefaultBackgroundColor()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.