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

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

Uses of Insets in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return Insets
 Insets GMFGraphFactory.createInsets()
          Returns a new object of class 'Insets'.
 Insets MarginBorder.getInsets()
          Returns the value of the 'Insets' containment reference.
 Insets Figure.getInsets()
          Returns the value of the 'Insets' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Insets
 void MarginBorder.setInsets(Insets value)
          Sets the value of the 'Insets' containment reference.
 void Figure.setInsets(Insets value)
          Sets the value of the 'Insets' containment reference.
 

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

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

Fields in org.eclipse.gmf.gmfgraph.impl declared as Insets
protected  Insets AbstractFigureImpl.insets
          The cached value of the 'Insets' containment reference.
protected  Insets MarginBorderImpl.insets
          The cached value of the 'Insets' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Insets
 Insets GMFGraphFactoryImpl.createInsets()
           
 Insets AbstractFigureImpl.getInsets()
           
 Insets MarginBorderImpl.getInsets()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Insets
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetInsets(Insets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain MarginBorderImpl.basicSetInsets(Insets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AbstractFigureImpl.setInsets(Insets newInsets)
           
 void MarginBorderImpl.setInsets(Insets newInsets)
           
 

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

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



Copyright © 2012. All Rights Reserved.