Generation Framework

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

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

Uses of Point in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return Point
 Point Figure.getLocation()
          Returns the value of the 'Location' containment reference
 Point Figure.getSize()
          Returns the value of the 'Size' containment reference
 Point GMFGraphFactory.createPoint()
          Returns a new object of class 'Point'
 Point XYLayoutData.getTopLeft()
          Returns the value of the 'Top Left' containment reference
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Point
 void Figure.setLocation(Point value)
          Sets the value of the 'Location' containment reference
 void Figure.setSize(Point value)
          Sets the value of the 'Size' containment reference
 void XYLayoutData.setTopLeft(Point value)
          Sets the value of the 'Top Left' containment reference
 

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

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

Fields in org.eclipse.gmf.gmfgraph.impl declared as Point
protected  Point LabeledContainerImpl.location
          The cached value of the 'Location' containment reference
protected  Point LabeledContainerImpl.size
          The cached value of the 'Size' containment reference
protected  Point XYLayoutDataImpl.topLeft
          The cached value of the 'Top Left' containment reference
protected  Point LabelImpl.location
          The cached value of the 'Location' containment reference
protected  Point LabelImpl.size
          The cached value of the 'Size' containment reference
protected  Point CustomFigureImpl.location
          The cached value of the 'Location' containment reference
protected  Point CustomFigureImpl.size
          The cached value of the 'Size' containment reference
protected  Point ShapeImpl.location
          The cached value of the 'Location' containment reference
protected  Point ShapeImpl.size
          The cached value of the 'Size' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Point
 Point GMFGraphFactoryImpl.createPoint()
           
 Point LabeledContainerImpl.getLocation()
           
 Point LabeledContainerImpl.getSize()
           
 Point XYLayoutDataImpl.getTopLeft()
           
 Point LabelImpl.getLocation()
           
 Point LabelImpl.getSize()
           
 Point CustomFigureImpl.getLocation()
           
 Point CustomFigureImpl.getSize()
           
 Point ShapeImpl.getLocation()
           
 Point ShapeImpl.getSize()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Point
 NotificationChain LabeledContainerImpl.basicSetLocation(Point newLocation, NotificationChain msgs)
           
 void LabeledContainerImpl.setLocation(Point newLocation)
           
 NotificationChain LabeledContainerImpl.basicSetSize(Point newSize, NotificationChain msgs)
           
 void LabeledContainerImpl.setSize(Point newSize)
           
 NotificationChain XYLayoutDataImpl.basicSetTopLeft(Point newTopLeft, NotificationChain msgs)
           
 void XYLayoutDataImpl.setTopLeft(Point newTopLeft)
           
 NotificationChain LabelImpl.basicSetLocation(Point newLocation, NotificationChain msgs)
           
 void LabelImpl.setLocation(Point newLocation)
           
 NotificationChain LabelImpl.basicSetSize(Point newSize, NotificationChain msgs)
           
 void LabelImpl.setSize(Point newSize)
           
 NotificationChain CustomFigureImpl.basicSetLocation(Point newLocation, NotificationChain msgs)
           
 void CustomFigureImpl.setLocation(Point newLocation)
           
 NotificationChain CustomFigureImpl.basicSetSize(Point newSize, NotificationChain msgs)
           
 void CustomFigureImpl.setSize(Point newSize)
           
 NotificationChain ShapeImpl.basicSetLocation(Point newLocation, NotificationChain msgs)
           
 void ShapeImpl.setLocation(Point newLocation)
           
 NotificationChain ShapeImpl.basicSetSize(Point newSize, NotificationChain msgs)
           
 void ShapeImpl.setSize(Point newSize)
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Point
 java.lang.Object GMFGraphSwitch.casePoint(Point object)
          Returns the result of interpretting the object as an instance of 'Point'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.