org.jimageanalyst
Class Configuration

java.lang.Object
  extended by org.jimageanalyst.Configuration

public class Configuration
extends java.lang.Object

This class is used to hold the JImage-Analyst configuration.

Version:
$LastChangedRevision: 2 $
Author:
Oliver J. Siegmar

Constructor Summary
Configuration()
           
 
Method Summary
 boolean isCollectComments()
          Gets the collectComments property.
 boolean isDetermineNumberOfImages()
          Gets the determineNumberOfImages property.
 void setCollectComments(boolean collectComments)
          Sets the collectComments property.
 void setDetermineNumberOfImages(boolean determineNumberOfImages)
          Sets the determineNumberOfImages property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

isCollectComments

public boolean isCollectComments()
Gets the collectComments property.

Returns:
the collectComments property
See Also:
setCollectComments(boolean)

setCollectComments

public void setCollectComments(boolean collectComments)
Sets the collectComments property. If true and the graphic format has comments, the comments will be collected. To increase performance, this can be disabled (default).

Parameters:
collectComments - if true and the graphic format has comments, the comments will be collected
See Also:
isCollectComments()

isDetermineNumberOfImages

public boolean isDetermineNumberOfImages()
Gets the determineNumberOfImages property.

Returns:
the determineNumberOfImages property
See Also:
setDetermineNumberOfImages(boolean)

setDetermineNumberOfImages

public void setDetermineNumberOfImages(boolean determineNumberOfImages)
Sets the determineNumberOfImages property. If true and the graphic format supports multiple images, the number of contained images will be determined. To increase performance, this can be disabled (default). Note, that some graphic formats allow an easy way of determining the number of containing images without reading additional data - in those cases the number of images are determined, even if this is set to false.

Parameters:
determineNumberOfImages - if true and the graphic format supports multiple images, the number of contained images will be determined
See Also:
isDetermineNumberOfImages()


Copyright © 2006-2007. All Rights Reserved.