|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.evccit.utils.QImageSize
Constructor Summary | |
QImageSize()
|
Method Summary | |
static java.util.Vector |
getDimensions(net.xfra.qizxopen.xquery.dm.Node[] fileNameList)
Create a Vector giving information about a file or files given in a node list. |
static java.util.Vector |
getDimensions(net.xfra.qizxopen.xquery.dm.Node[] basePathList,
net.xfra.qizxopen.xquery.dm.Node[] fileNameList)
Create a Vector giving image Information from a base path name and file list given as arrays of Node[]. |
static java.util.Vector |
getDimensions(net.xfra.qizxopen.xquery.dm.Node[] basePathList,
java.lang.String fileName)
Create a Vector giving information about a file from a base path in a Node[] and fileName in a String. |
static java.util.Vector |
getDimensions(java.lang.String fileName)
Create a Vector giving information about an image given its file name. |
static java.util.Vector |
getDimensions(java.lang.String basePath,
net.xfra.qizxopen.xquery.dm.Node[] fileNameList)
Create a Vector of image information from a base path String and fileName Node[] array. |
static java.util.Vector |
getDimensions(java.lang.String pathName,
java.lang.String fileName)
Create a Vector giving information about a file given its path and file name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QImageSize()
Method Detail |
public static java.util.Vector getDimensions(java.lang.String fileName)
fileName
- Complete path and file name
public static java.util.Vector getDimensions(java.lang.String pathName, java.lang.String fileName)
pathName
- Base path name for the filefileName
- File name (without path)
public static java.util.Vector getDimensions(net.xfra.qizxopen.xquery.dm.Node[] basePathList, java.lang.String fileName)
basePathList
- An array of nodes, the first of which contains the base path
for all the filesfileName
- A String containing a file name
<imageSize>
elementpublic static java.util.Vector getDimensions(net.xfra.qizxopen.xquery.dm.Node[] fileNameList)
fileNameList
- A list of nodes, each of whose text content is a file name
public static java.util.Vector getDimensions(net.xfra.qizxopen.xquery.dm.Node[] basePathList, net.xfra.qizxopen.xquery.dm.Node[] fileNameList)
basePathList
- A Node[] array, the first of which contains the base path
for all the filesfileNameList
- A Node[] array, each of whose text content is a file name
public static java.util.Vector getDimensions(java.lang.String basePath, net.xfra.qizxopen.xquery.dm.Node[] fileNameList)
basePath
- A String containing the base path for all the filesfileNameList
- A list of nodes, each of whose text content is a file name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |