OOoRunner test harness

util
Class ShapeDsc

java.lang.Object
  |
  +--util.InstDescr
        |
        +--util.ShapeDsc

public class ShapeDsc
extends InstDescr

the class TableDsc


Fields inherited from class util.InstDescr
ifcClass
 
Constructor Summary
ShapeDsc(int nheight, int nwidth, int nx, int ny, String kind)
           
 
Method Summary
 XInterface createInstance(XMultiServiceFactory docMSF)
           
 String getIfcName()
           
 String getName()
           
 String getService()
          the method getService
 
Methods inherited from class util.InstDescr
getIfcClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeDsc

public ShapeDsc(int nheight,
                int nwidth,
                int nx,
                int ny,
                String kind)
Method Detail

getName

public String getName()
Overrides:
getName in class InstDescr

getIfcName

public String getIfcName()
Overrides:
getIfcName in class InstDescr

getService

public String getService()
Description copied from class: InstDescr
the method getService
Overrides:
getService in class InstDescr

createInstance

public XInterface createInstance(XMultiServiceFactory docMSF)
Overrides:
createInstance in class InstDescr

OOoRunner test harness