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 GridLayout.getMargins()
          Returns the value of the 'Margins' containment reference
 Dimension GridLayout.getSpacing()
          Returns the value of the 'Spacing' 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 BorderLayout.getSpacing()
          Returns the value of the 'Spacing' containment reference
 Dimension GridLayoutData.getSizeHint()
          Returns the value of the 'Size Hint' containment reference
 Dimension GMFGraphFactory.createDimension()
          Returns a new object of class 'Dimension'
 Dimension XYLayoutData.getSize()
          Returns the value of the 'Size' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Dimension
 void GridLayout.setMargins(Dimension value)
          Sets the value of the 'Margins' containment reference
 void GridLayout.setSpacing(Dimension value)
          Sets the value of the 'Spacing' 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 BorderLayout.setSpacing(Dimension value)
          Sets the value of the 'Spacing' containment reference
 void GridLayoutData.setSizeHint(Dimension value)
          Sets the value of the 'Size Hint' containment reference
 void XYLayoutData.setSize(Dimension value)
          Sets the value of the 'Size' 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 LabeledContainerImpl.maximumSize
          The cached value of the 'Maximum Size' containment reference
protected  Dimension LabeledContainerImpl.minimumSize
          The cached value of the 'Minimum Size' containment reference
protected  Dimension LabeledContainerImpl.preferredSize
          The cached value of the 'Preferred Size' containment reference
protected  Dimension GridLayoutDataImpl.sizeHint
          The cached value of the 'Size Hint' containment reference
protected  Dimension GridLayoutImpl.margins
          The cached value of the 'Margins' containment reference
protected  Dimension GridLayoutImpl.spacing
          The cached value of the 'Spacing' containment reference
protected  Dimension XYLayoutDataImpl.size
          The cached value of the 'Size' containment reference
protected  Dimension BorderLayoutImpl.spacing
          The cached value of the 'Spacing' containment reference
protected  Dimension LabelImpl.maximumSize
          The cached value of the 'Maximum Size' containment reference
protected  Dimension LabelImpl.minimumSize
          The cached value of the 'Minimum Size' containment reference
protected  Dimension LabelImpl.preferredSize
          The cached value of the 'Preferred Size' containment reference
protected  Dimension CustomFigureImpl.maximumSize
          The cached value of the 'Maximum Size' containment reference
protected  Dimension CustomFigureImpl.minimumSize
          The cached value of the 'Minimum Size' containment reference
protected  Dimension CustomFigureImpl.preferredSize
          The cached value of the 'Preferred Size' containment reference
protected  Dimension ShapeImpl.maximumSize
          The cached value of the 'Maximum Size' containment reference
protected  Dimension ShapeImpl.minimumSize
          The cached value of the 'Minimum Size' containment reference
protected  Dimension ShapeImpl.preferredSize
          The cached value of the 'Preferred Size' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Dimension
 Dimension GMFGraphFactoryImpl.createDimension()
           
 Dimension LabeledContainerImpl.getMaximumSize()
           
 Dimension LabeledContainerImpl.getMinimumSize()
           
 Dimension LabeledContainerImpl.getPreferredSize()
           
 Dimension GridLayoutDataImpl.getSizeHint()
           
 Dimension GridLayoutImpl.getMargins()
           
 Dimension GridLayoutImpl.getSpacing()
           
 Dimension XYLayoutDataImpl.getSize()
           
 Dimension BorderLayoutImpl.getSpacing()
           
 Dimension LabelImpl.getMaximumSize()
           
 Dimension LabelImpl.getMinimumSize()
           
 Dimension LabelImpl.getPreferredSize()
           
 Dimension CustomFigureImpl.getMaximumSize()
           
 Dimension CustomFigureImpl.getMinimumSize()
           
 Dimension CustomFigureImpl.getPreferredSize()
           
 Dimension ShapeImpl.getMaximumSize()
           
 Dimension ShapeImpl.getMinimumSize()
           
 Dimension ShapeImpl.getPreferredSize()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Dimension
 NotificationChain LabeledContainerImpl.basicSetMaximumSize(Dimension newMaximumSize, NotificationChain msgs)
           
 void LabeledContainerImpl.setMaximumSize(Dimension newMaximumSize)
           
 NotificationChain LabeledContainerImpl.basicSetMinimumSize(Dimension newMinimumSize, NotificationChain msgs)
           
 void LabeledContainerImpl.setMinimumSize(Dimension newMinimumSize)
           
 NotificationChain LabeledContainerImpl.basicSetPreferredSize(Dimension newPreferredSize, NotificationChain msgs)
           
 void LabeledContainerImpl.setPreferredSize(Dimension newPreferredSize)
           
 NotificationChain GridLayoutDataImpl.basicSetSizeHint(Dimension newSizeHint, NotificationChain msgs)
           
 void GridLayoutDataImpl.setSizeHint(Dimension newSizeHint)
           
 NotificationChain GridLayoutImpl.basicSetMargins(Dimension newMargins, NotificationChain msgs)
           
 void GridLayoutImpl.setMargins(Dimension newMargins)
           
 NotificationChain GridLayoutImpl.basicSetSpacing(Dimension newSpacing, NotificationChain msgs)
           
 void GridLayoutImpl.setSpacing(Dimension newSpacing)
           
 NotificationChain XYLayoutDataImpl.basicSetSize(Dimension newSize, NotificationChain msgs)
           
 void XYLayoutDataImpl.setSize(Dimension newSize)
           
 NotificationChain BorderLayoutImpl.basicSetSpacing(Dimension newSpacing, NotificationChain msgs)
           
 void BorderLayoutImpl.setSpacing(Dimension newSpacing)
           
 NotificationChain LabelImpl.basicSetMaximumSize(Dimension newMaximumSize, NotificationChain msgs)
           
 void LabelImpl.setMaximumSize(Dimension newMaximumSize)
           
 NotificationChain LabelImpl.basicSetMinimumSize(Dimension newMinimumSize, NotificationChain msgs)
           
 void LabelImpl.setMinimumSize(Dimension newMinimumSize)
           
 NotificationChain LabelImpl.basicSetPreferredSize(Dimension newPreferredSize, NotificationChain msgs)
           
 void LabelImpl.setPreferredSize(Dimension newPreferredSize)
           
 NotificationChain CustomFigureImpl.basicSetMaximumSize(Dimension newMaximumSize, NotificationChain msgs)
           
 void CustomFigureImpl.setMaximumSize(Dimension newMaximumSize)
           
 NotificationChain CustomFigureImpl.basicSetMinimumSize(Dimension newMinimumSize, NotificationChain msgs)
           
 void CustomFigureImpl.setMinimumSize(Dimension newMinimumSize)
           
 NotificationChain CustomFigureImpl.basicSetPreferredSize(Dimension newPreferredSize, NotificationChain msgs)
           
 void CustomFigureImpl.setPreferredSize(Dimension newPreferredSize)
           
 NotificationChain ShapeImpl.basicSetMaximumSize(Dimension newMaximumSize, NotificationChain msgs)
           
 void ShapeImpl.setMaximumSize(Dimension newMaximumSize)
           
 NotificationChain ShapeImpl.basicSetMinimumSize(Dimension newMinimumSize, NotificationChain msgs)
           
 void ShapeImpl.setMinimumSize(Dimension newMinimumSize)
           
 NotificationChain ShapeImpl.basicSetPreferredSize(Dimension newPreferredSize, NotificationChain msgs)
           
 void ShapeImpl.setPreferredSize(Dimension newPreferredSize)
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Dimension
 java.lang.Object GMFGraphSwitch.caseDimension(Dimension object)
          Returns the result of interpretting 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.