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

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

Uses of Rectangle2D in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return Rectangle2D
 Rectangle2D GMFGraphFactory.createRectangle2D()
          Returns a new object of class 'Rectangle2 D'.
 Rectangle2D SVGFigure.getAreaOfInterest()
          Returns the value of the 'Area Of Interest' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Rectangle2D
 void SVGFigure.setAreaOfInterest(Rectangle2D value)
          Sets the value of the 'Area Of Interest' containment reference.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement Rectangle2D
 class Rectangle2DImpl
          An implementation of the model object 'Rectangle2 D'.
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Rectangle2D
protected  Rectangle2D SVGFigureImpl.areaOfInterest
          The cached value of the 'Area Of Interest' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Rectangle2D
 Rectangle2D GMFGraphFactoryImpl.createRectangle2D()
           
 Rectangle2D SVGFigureImpl.getAreaOfInterest()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Rectangle2D
 org.eclipse.emf.common.notify.NotificationChain SVGFigureImpl.basicSetAreaOfInterest(Rectangle2D newAreaOfInterest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SVGFigureImpl.setAreaOfInterest(Rectangle2D newAreaOfInterest)
           
 

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

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



Copyright © 2012. All Rights Reserved.