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

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

Uses of CustomFigure in org.eclipse.gmf.gmfgraph
 

Subinterfaces of CustomFigure in org.eclipse.gmf.gmfgraph
 interface CustomConnection
          A representation of the model object 'Custom Connection'.
 interface CustomDecoration
          A representation of the model object 'Custom Decoration'.
 

Methods in org.eclipse.gmf.gmfgraph that return CustomFigure
 CustomFigure GMFGraphFactory.createCustomFigure()
          Returns a new object of class 'Custom Figure'.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement CustomFigure
 class CustomConnectionImpl
          An implementation of the model object 'Custom Connection'.
 class CustomDecorationImpl
          An implementation of the model object 'Custom Decoration'.
 class CustomFigureImpl
          An implementation of the model object 'Custom Figure'.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return CustomFigure
 CustomFigure GMFGraphFactoryImpl.createCustomFigure()
           
 

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

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



Copyright © 2012. All Rights Reserved.