Uses of Class
net.sf.jxls.tag.Point

Packages that use Point
net.sf.jxls.tag   
net.sf.jxls.transformation   
 

Uses of Point in net.sf.jxls.tag
 

Methods in net.sf.jxls.tag that return Point
 Point Point.shift(int rowOffset, int colOffset)
           
 

Methods in net.sf.jxls.tag with parameters of type Point
 boolean Block.contains(Point p)
           
 boolean Block.isAbove(Point p)
           
 boolean Block.isBelow(Point p)
           
 boolean Block.isToLeft(Point p)
           
 

Uses of Point in net.sf.jxls.transformation
 

Methods in net.sf.jxls.transformation with parameters of type Point
 java.util.List ShiftTransformation.transformCell(Point p)
           
 java.util.List RemoveTransformation.transformCell(Point p)
           
 java.util.List DuplicateTransformationByColumns.transformCell(Point p)
           
 java.util.List DuplicateTransformation.transformCell(Point p)
           
abstract  java.util.List BlockTransformation.transformCell(Point p)
          Transforms given spreadsheet cell
 



Copyright © 2005-2013 jXLS Team. All Rights Reserved.