com.docmosis.template.analysis
Class ImageAnalysis.ImageDetail
java.lang.Object
com.docmosis.template.analysis.ImageAnalysis.ImageDetail
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ImageAnalysis
public static class ImageAnalysis.ImageDetail
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ImageAnalysis.ImageDetail
public ImageAnalysis.ImageDetail(String name,
long size,
int width,
int height,
int depth)
memSize
public long memSize()
- Computed mem size (w*h*d) in bytes.
- Returns:
- the computed size.
size
public long size()
- The size of the image as a file or stream in bytes.
- Returns:
getName
public String getName()
getWidth
public int getWidth()
getHeight
public int getHeight()
getDepth
public int getDepth()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.