Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Generation Framework

org.eclipse.gmf.gmfgraph
Interface Insets

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
InsetsImpl

public interface Insets
extends org.eclipse.emf.ecore.EObject

A representation of the model object ' Insets '.

The following features are supported:

See Also:
GMFGraphPackage.getInsets()
** Generated **
Model:

Method Summary
 int getBottom ()
          Returns the value of the ' Bottom ' attribute
 int getLeft ()
          Returns the value of the ' Left ' attribute
 int getRight ()
          Returns the value of the ' Right ' attribute
 int getTop ()
          Returns the value of the ' Top ' attribute
 void setBottom (int value)
          Sets the value of the ' Bottom' attribute
 void setLeft (int value)
          Sets the value of the ' Left' attribute
 void setRight (int value)
          Sets the value of the ' Right' attribute
 void setTop (int value)
          Sets the value of the ' Top' attribute
 
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

getTop

int getTop()
Returns the value of the ' Top ' attribute.

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

Returns:
the value of the 'Top' attribute.
See Also:
setTop(int), GMFGraphPackage.getInsets_Top()
** Generated **
Model:

setTop

void setTop(int value)
Sets the value of the ' Top' attribute.

Parameters:
value - the new value of the 'Top' attribute.
See Also:
getTop()
** Generated **

getLeft

int getLeft()
Returns the value of the ' Left ' attribute.

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

Returns:
the value of the 'Left' attribute.
See Also:
setLeft(int), GMFGraphPackage.getInsets_Left()
** Generated **
Model:

setLeft

void setLeft(int value)
Sets the value of the ' Left' attribute.

Parameters:
value - the new value of the 'Left' attribute.
See Also:
getLeft()
** Generated **

getBottom

int getBottom()
Returns the value of the ' Bottom ' attribute.

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

Returns:
the value of the 'Bottom' attribute.
See Also:
setBottom(int), GMFGraphPackage.getInsets_Bottom()
** Generated **
Model:

setBottom

void setBottom(int value)
Sets the value of the ' Bottom' attribute.

Parameters:
value - the new value of the 'Bottom' attribute.
See Also:
getBottom()
** Generated **

getRight

int getRight()
Returns the value of the ' Right ' attribute.

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

Returns:
the value of the 'Right' attribute.
See Also:
setRight(int), GMFGraphPackage.getInsets_Right()
** Generated **
Model:

setRight

void setRight(int value)
Sets the value of the ' Right' attribute.

Parameters:
value - the new value of the 'Right' attribute.
See Also:
getRight()
** Generated **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire