Uses of Interface
org.metaabm.SStyle2D

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

Uses of SStyle2D in org.metaabm
 

Subinterfaces of SStyle2D in org.metaabm
 interface SStyleShape
          A representation of the model object 'SStyle Shape'.
 

Methods in org.metaabm that return SStyle2D
 SStyle2D MetaABMFactory.createSStyle2D()
          Returns a new object of class 'SStyle2 D'.
 

Uses of SStyle2D in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SStyle2D
 class SStyle2DImpl
          An implementation of the model object ' SStyle2 D'.
 class SStyleShapeImpl
          An implementation of the model object 'SStyle Shape'.
 

Methods in org.metaabm.impl that return SStyle2D
 SStyle2D MetaABMFactoryImpl.createSStyle2D()
           
 

Uses of SStyle2D in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type SStyle2D
 T MetaABMSwitch.caseSStyle2D(SStyle2D object)
          Returns the result of interpreting the object as an instance of 'SStyle2 D'.