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 GMFGraphFactory.createPoint()
          Returns a new object of class 'Point'
 Point Figure.getLocation()
          Returns the value of the 'Location' containment reference
 Point Figure.getSize()
          Returns the value of the 'Size' containment reference
 Point XYLayoutData.getTopLeft()
          Returns the value of the 'Top Left' containment reference
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type Point
 org.eclipse.emf.common.util.EList<Point> Polyline.getTemplate()
          Returns the value of the 'Template' containment reference list.
 

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 AbstractFigureImpl.location
          The cached value of the 'Location' containment reference
protected  Point AbstractFigureImpl.size
          The cached value of the 'Size' containment reference
protected  Point XYLayoutDataImpl.topLeft
          The cached value of the 'Top Left' containment reference
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type Point
protected  org.eclipse.emf.common.util.EList<Point> PolylineImpl.template
          The cached value of the 'Template' containment reference list
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Point
 Point GMFGraphFactoryImpl.createPoint()
           
 Point AbstractFigureImpl.getLocation()
           
 Point AbstractFigureImpl.getSize()
           
 Point XYLayoutDataImpl.getTopLeft()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type Point
 org.eclipse.emf.common.util.EList<Point> PolylineImpl.getTemplate()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Point
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetLocation(Point newLocation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetSize(Point newSize, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XYLayoutDataImpl.basicSetTopLeft(Point newTopLeft, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AbstractFigureImpl.setLocation(Point newLocation)
           
 void AbstractFigureImpl.setSize(Point newSize)
           
 void XYLayoutDataImpl.setTopLeft(Point newTopLeft)
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Point
 T GMFGraphSwitch.casePoint(Point object)
          Returns the result of interpreting 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.