Uses of Interface
org.metaabm.SStyleShape

Packages that use SStyleShape
org.metaabm   
org.metaabm.impl   
org.metaabm.util   
 

Uses of SStyleShape in org.metaabm
 

Methods in org.metaabm that return SStyleShape
 SStyleShape MetaABMFactory.createSStyleShape()
          Returns a new object of class 'SStyle Shape'.
 

Uses of SStyleShape in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SStyleShape
 class SStyleShapeImpl
           
 

Methods in org.metaabm.impl that return SStyleShape
 SStyleShape MetaABMFactoryImpl.createSStyleShape()
           
 

Uses of SStyleShape in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type SStyleShape
 T MetaABMSwitch.caseSStyleShape(SStyleShape object)
          Returns the result of interpreting the object as an instance of 'SStyle Shape'.