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 GridLayoutData

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

public interface GridLayoutData
extends LayoutData

A representation of the model object ' Grid Layout Data '.

The following features are supported:

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

Method Summary
  Alignment getHorizontalAlignment ()
          Returns the value of the ' Horizontal Alignment ' attribute.
 int getHorizontalIndent ()
          Returns the value of the ' Horizontal Indent ' attribute
 int getHorizontalSpan ()
          Returns the value of the ' Horizontal Span ' attribute.
  Dimension getSizeHint ()
          Returns the value of the ' Size Hint ' containment reference
  Alignment getVerticalAlignment ()
          Returns the value of the ' Vertical Alignment ' attribute.
 int getVerticalSpan ()
          Returns the value of the ' Vertical Span ' attribute.
 boolean isGrabExcessHorizontalSpace ()
          Returns the value of the ' Grab Excess Horizontal Space ' attribute.
 boolean isGrabExcessVerticalSpace ()
          Returns the value of the ' Grab Excess Vertical Space ' attribute.
 void setGrabExcessHorizontalSpace (boolean value)
          Sets the value of the ' Grab Excess Horizontal Space' attribute
 void setGrabExcessVerticalSpace (boolean value)
          Sets the value of the ' Grab Excess Vertical Space' attribute
 void setHorizontalAlignment ( Alignment value)
          Sets the value of the ' Horizontal Alignment' attribute
 void setHorizontalIndent (int value)
          Sets the value of the ' Horizontal Indent' attribute
 void setHorizontalSpan (int value)
          Sets the value of the ' Horizontal Span' attribute
 void setSizeHint ( Dimension value)
          Sets the value of the ' Size Hint' containment reference
 void setVerticalAlignment ( Alignment value)
          Sets the value of the ' Vertical Alignment' attribute
 void setVerticalSpan (int value)
          Sets the value of the ' Vertical Span' attribute
 
Methods inherited from interface org.eclipse.gmf.gmfgraph. LayoutData
getOwner, setOwner
 
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

isGrabExcessHorizontalSpace

boolean isGrabExcessHorizontalSpace()
Returns the value of the ' Grab Excess Horizontal Space ' attribute. The default value is "false".

If the meaning of the 'Grab Excess Horizontal Space' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Grab Excess Horizontal Space' attribute.
See Also:
setGrabExcessHorizontalSpace(boolean), GMFGraphPackage.getGridLayoutData_GrabExcessHorizontalSpace()
** Generated **
Model:
default="false" required="true"

setGrabExcessHorizontalSpace

void setGrabExcessHorizontalSpace(boolean value)
Sets the value of the ' Grab Excess Horizontal Space' attribute.

Parameters:
value - the new value of the 'Grab Excess Horizontal Space' attribute.
See Also:
isGrabExcessHorizontalSpace()
** Generated **

isGrabExcessVerticalSpace

boolean isGrabExcessVerticalSpace()
Returns the value of the ' Grab Excess Vertical Space ' attribute. The default value is "false".

If the meaning of the 'Grab Excess Vertical Space' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Grab Excess Vertical Space' attribute.
See Also:
setGrabExcessVerticalSpace(boolean), GMFGraphPackage.getGridLayoutData_GrabExcessVerticalSpace()
** Generated **
Model:
default="false" required="true"

setGrabExcessVerticalSpace

void setGrabExcessVerticalSpace(boolean value)
Sets the value of the ' Grab Excess Vertical Space' attribute.

Parameters:
value - the new value of the 'Grab Excess Vertical Space' attribute.
See Also:
isGrabExcessVerticalSpace()
** Generated **

getVerticalAlignment


Alignment getVerticalAlignment()
Returns the value of the ' Vertical Alignment ' attribute. The default value is "CENTER". The literals are from the enumeration Alignment.

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

Returns:
the value of the 'Vertical Alignment' attribute.
See Also:
Alignment, setVerticalAlignment(Alignment), GMFGraphPackage.getGridLayoutData_VerticalAlignment()
** Generated **
Model:
default="CENTER" required="true"

setVerticalAlignment

void setVerticalAlignment(
Alignment value)
Sets the value of the ' Vertical Alignment' attribute.

Parameters:
value - the new value of the 'Vertical Alignment' attribute.
See Also:
Alignment, getVerticalAlignment()
** Generated **

getHorizontalAlignment


Alignment getHorizontalAlignment()
Returns the value of the ' Horizontal Alignment ' attribute. The default value is "CENTER". The literals are from the enumeration Alignment.

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

Returns:
the value of the 'Horizontal Alignment' attribute.
See Also:
Alignment, setHorizontalAlignment(Alignment), GMFGraphPackage.getGridLayoutData_HorizontalAlignment()
** Generated **
Model:
default="CENTER" required="true"

setHorizontalAlignment

void setHorizontalAlignment(
Alignment value)
Sets the value of the ' Horizontal Alignment' attribute.

Parameters:
value - the new value of the 'Horizontal Alignment' attribute.
See Also:
Alignment, getHorizontalAlignment()
** Generated **

getVerticalSpan

int getVerticalSpan()
Returns the value of the ' Vertical Span ' attribute. The default value is "1".

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

Returns:
the value of the 'Vertical Span' attribute.
See Also:
setVerticalSpan(int), GMFGraphPackage.getGridLayoutData_VerticalSpan()
** Generated **
Model:
default="1" required="true"

setVerticalSpan

void setVerticalSpan(int value)
Sets the value of the ' Vertical Span' attribute.

Parameters:
value - the new value of the 'Vertical Span' attribute.
See Also:
getVerticalSpan()
** Generated **

getHorizontalSpan

int getHorizontalSpan()
Returns the value of the ' Horizontal Span ' attribute. The default value is "1".

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

Returns:
the value of the 'Horizontal Span' attribute.
See Also:
setHorizontalSpan(int), GMFGraphPackage.getGridLayoutData_HorizontalSpan()
** Generated **
Model:
default="1" required="true"

setHorizontalSpan

void setHorizontalSpan(int value)
Sets the value of the ' Horizontal Span' attribute.

Parameters:
value - the new value of the 'Horizontal Span' attribute.
See Also:
getHorizontalSpan()
** Generated **

getHorizontalIndent

int getHorizontalIndent()
Returns the value of the ' Horizontal Indent ' attribute.

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

Returns:
the value of the 'Horizontal Indent' attribute.
See Also:
setHorizontalIndent(int), GMFGraphPackage.getGridLayoutData_HorizontalIndent()
** Generated **
Model:
required="true"

setHorizontalIndent

void setHorizontalIndent(int value)
Sets the value of the ' Horizontal Indent' attribute.

Parameters:
value - the new value of the 'Horizontal Indent' attribute.
See Also:
getHorizontalIndent()
** Generated **

getSizeHint


Dimension getSizeHint()
Returns the value of the ' Size Hint ' containment reference.

If the meaning of the 'Size Hint' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Size Hint' containment reference.
See Also:
setSizeHint(Dimension), GMFGraphPackage.getGridLayoutData_SizeHint()
** Generated **
Model:
containment="true"

setSizeHint

void setSizeHint(
Dimension value)
Sets the value of the ' Size Hint' containment reference.

Parameters:
value - the new value of the 'Size Hint' containment reference.
See Also:
getSizeHint()
** 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