Uses of Class
com.jxcell.ShapeObj

Packages that use ShapeObj
com.jxcell   
 

Uses of ShapeObj in com.jxcell
 

Subclasses of ShapeObj in com.jxcell
 class ChartShape
          This class contains the chart model API.
 class FormControlShape
          This class represents a Form control object.
 class PictureShape
          This class represents a picture shape object.
 

Methods in com.jxcell that return ShapeObj
 ShapeObj View.getFirstShapeObj()
           
 ShapeObj View.getSelectedShapeObj(int selection)
           
 ShapeObj ShapeObj.getNextShapeObj()
           
 

Methods in com.jxcell with parameters of type ShapeObj
 void View.removeShapeObj(ShapeObj grobject)