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

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

Uses of SVGProperty in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return SVGProperty
 SVGProperty GMFGraphFactory.createSVGProperty()
          Returns a new object of class 'SVG Property'.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type SVGProperty
 org.eclipse.emf.common.util.EList<SVGProperty> SVGFigure.getProperties()
          Returns the value of the 'Properties' containment reference list.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement SVGProperty
 class SVGPropertyImpl
          An implementation of the model object 'SVG Property'.
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type SVGProperty
protected  org.eclipse.emf.common.util.EList<SVGProperty> SVGFigureImpl.properties
          The cached value of the 'Properties' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return SVGProperty
 SVGProperty GMFGraphFactoryImpl.createSVGProperty()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type SVGProperty
 org.eclipse.emf.common.util.EList<SVGProperty> SVGFigureImpl.getProperties()
           
 

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

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



Copyright © 2012. All Rights Reserved.