|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jimageanalyst.Configuration
public class Configuration
This class is used to hold the JImage-Analyst configuration.
| 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 |
|---|
public Configuration()
| Method Detail |
|---|
public boolean isCollectComments()
collectComments property.
collectComments propertysetCollectComments(boolean)public void setCollectComments(boolean collectComments)
collectComments property. If true
and the graphic format has comments, the comments will be collected.
To increase performance, this can be disabled (default).
collectComments - if true and the graphic format has
comments, the comments will be collectedisCollectComments()public boolean isDetermineNumberOfImages()
determineNumberOfImages property.
determineNumberOfImages propertysetDetermineNumberOfImages(boolean)public void setDetermineNumberOfImages(boolean determineNumberOfImages)
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.
determineNumberOfImages - if true and the graphic
format supports multiple images, the
number of contained images will be
determinedisDetermineNumberOfImages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||