Docmosis API 4.8.0

com.docmosis.template.analysis
Class ImageAnalysis.ImageDetail

java.lang.Object
  extended by 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

Constructor Summary
ImageAnalysis.ImageDetail(String name, long size, int width, int height, int depth)
           
 
Method Summary
 int getDepth()
           
 int getHeight()
           
 String getName()
           
 int getWidth()
           
 long memSize()
          Computed mem size (w*h*d) in bytes.
 long size()
          The size of the image as a file or stream in bytes.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageAnalysis.ImageDetail

public ImageAnalysis.ImageDetail(String name,
                                 long size,
                                 int width,
                                 int height,
                                 int depth)
Method Detail

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

Docmosis API 4.8.0

Copyright © 2014–2024 Docmosis Pty Ltd. All rights reserved.