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

Uses of Interface
org.eclipse.gmf.gmfgraph.Dimension

Packages that use Dimension
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of Dimension in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return Dimension
  Dimension GMFGraphFactory. createDimension ()
          Returns a new object of class 'Dimension'
  Dimension DefaultSizeFacet. getDefaultSize ()
          Returns the value of the ' Default Size ' containment reference
  Dimension GridLayout. getMargins ()
          Returns the value of the ' Margins ' containment reference
  Dimension Figure. getMaximumSize ()
          Returns the value of the ' Maximum Size ' containment reference
  Dimension Figure. getMinimumSize ()
          Returns the value of the ' Minimum Size ' containment reference
  Dimension Figure. getPreferredSize ()
          Returns the value of the ' Preferred Size ' containment reference
  Dimension XYLayoutData. getSize ()
          Returns the value of the ' Size ' containment reference
  Dimension GridLayoutData. getSizeHint ()
          Returns the value of the ' Size Hint ' containment reference
  Dimension GridLayout. getSpacing ()
          Returns the value of the ' Spacing ' containment reference
  Dimension BorderLayout. getSpacing ()
          Returns the value of the ' Spacing ' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Dimension
 void DefaultSizeFacet. setDefaultSize ( Dimension value)
          Sets the value of the ' Default Size' containment reference
 void GridLayout. setMargins ( Dimension value)
          Sets the value of the ' Margins' containment reference
 void Figure. setMaximumSize ( Dimension value)
          Sets the value of the ' Maximum Size' containment reference
 void Figure. setMinimumSize ( Dimension value)
          Sets the value of the ' Minimum Size' containment reference
 void Figure. setPreferredSize ( Dimension value)
          Sets the value of the ' Preferred Size' containment reference
 void XYLayoutData. setSize ( Dimension value)
          Sets the value of the ' Size' containment reference
 void GridLayoutData. setSizeHint ( Dimension value)
          Sets the value of the ' Size Hint' containment reference
 void GridLayout. setSpacing ( Dimension value)
          Sets the value of the ' Spacing' containment reference
 void BorderLayout. setSpacing ( Dimension value)
          Sets the value of the ' Spacing' containment reference
 

Uses of Dimension in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement Dimension
 class DimensionImpl
          An implementation of the model object ' Dimension '
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Dimension
protected   Dimension DefaultSizeFacetImpl. defaultSize
          The cached value of the ' Default Size' containment reference
protected   Dimension GridLayoutImpl. margins
          The cached value of the ' Margins' containment reference
protected   Dimension AbstractFigureImpl. maximumSize
          The cached value of the ' Maximum Size' containment reference
protected   Dimension AbstractFigureImpl. minimumSize
          The cached value of the ' Minimum Size' containment reference
protected   Dimension AbstractFigureImpl. preferredSize
          The cached value of the ' Preferred Size' containment reference
protected   Dimension XYLayoutDataImpl. size
          The cached value of the ' Size' containment reference
protected   Dimension GridLayoutDataImpl. sizeHint
          The cached value of the ' Size Hint' containment reference
protected   Dimension GridLayoutImpl. spacing
          The cached value of the ' Spacing' containment reference
protected   Dimension BorderLayoutImpl. spacing
          The cached value of the ' Spacing' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Dimension
  Dimension GMFGraphFactoryImpl. createDimension ()
           
  Dimension DefaultSizeFacetImpl. getDefaultSize ()
           
  Dimension GridLayoutImpl. getMargins ()
           
  Dimension AbstractFigureImpl. getMaximumSize ()
           
  Dimension AbstractFigureImpl. getMinimumSize ()
           
  Dimension AbstractFigureImpl. getPreferredSize ()
           
  Dimension XYLayoutDataImpl. getSize ()
           
  Dimension GridLayoutDataImpl. getSizeHint ()
           
  Dimension GridLayoutImpl. getSpacing ()
           
  Dimension BorderLayoutImpl. getSpacing ()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Dimension
 org.eclipse.emf.common.notify.NotificationChain DefaultSizeFacetImpl. basicSetDefaultSize ( Dimension newDefaultSize, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GridLayoutImpl. basicSetMargins ( Dimension newMargins, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl. basicSetMaximumSize ( Dimension newMaximumSize, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl. basicSetMinimumSize ( Dimension newMinimumSize, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl. basicSetPreferredSize ( Dimension newPreferredSize, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XYLayoutDataImpl. basicSetSize ( Dimension newSize, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GridLayoutDataImpl. basicSetSizeHint ( Dimension newSizeHint, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GridLayoutImpl. basicSetSpacing ( Dimension newSpacing, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BorderLayoutImpl. basicSetSpacing ( Dimension newSpacing, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DefaultSizeFacetImpl. setDefaultSize ( Dimension newDefaultSize)
           
 void GridLayoutImpl. setMargins ( Dimension newMargins)
           
 void AbstractFigureImpl. setMaximumSize ( Dimension newMaximumSize)
           
 void AbstractFigureImpl. setMinimumSize ( Dimension newMinimumSize)
           
 void AbstractFigureImpl. setPreferredSize ( Dimension newPreferredSize)
           
 void XYLayoutDataImpl. setSize ( Dimension newSize)
           
 void GridLayoutDataImpl. setSizeHint ( Dimension newSizeHint)
           
 void GridLayoutImpl. setSpacing ( Dimension newSpacing)
           
 void BorderLayoutImpl. setSpacing ( Dimension newSpacing)
           
 

Uses of Dimension in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Dimension
  T GMFGraphSwitch. caseDimension ( Dimension object)
          Returns the result of interpreting the object as an instance of 'Dimension'
 


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