Operation |
Details |
public getColorDepth():int |
Sequential Notes: | Delivers the color depth of the digital image in bits. Only 1,4,16,24 and 32 are allowed. | |
public getCreationDate():String |
Sequential Notes: | Delivers the creation date of the image, i. e. the date when the image was taken. | |
public getCreators():java.util.List |
Sequential Notes: | Delivers the list of creators of the image. | |
public getImageAcquisitionDevice():ImageAcquisitionDeviceVO |
Sequential Notes: | Delivers the image acquisition device, i. e. information about the technology used in the process of producing the digital image. | |
public getImageInfo():ImageInfoVO |
Sequential Notes: | Delivers information for all image types which are scans from original material. | |
public getImageType():ImageType |
Sequential Notes: | Delivers the image type, i. e. the type of the image content. | |
public getLocation():String |
Sequential Notes: | Delivers the location of the image, e.g. the place where the photographed object(s) were or are located, described in common words. | |
public getPageNumber():int |
Sequential Notes: | Delivers the page number of the image, i. e. the Number of the original page. Constraint: PageNumber is only required for ImageType 'page'. | |
public getShortDescription():String |
Sequential Notes: | Delivers the short description of the image, i. e. a short description about the image. | |
public setColorDepth( int newVal):void |
Sequential Notes: | Sets the color depth of the digital image in bits. Only 1,4,16,24 and 32 are allowed. | |
public setCreationDate( String newVal):void |
Sequential Notes: | Sets the creation date of the image, i. e. the date when the image was taken. | |
public setImageAcquisitionDevice( ImageAcquisitionDeviceVO newVal):void |
Sequential Notes: | Sets the image acquisition device, i. e. information about the technology used in the process of producing the digital image. | |
public setImageInfo( ImageInfoVO newVal):void |
Sequential Notes: | Sets information for all image types which are scans from original material. | |
public setImageType( ImageType newVal):void |
Sequential Notes: | Sets the image type, i. e. the type of the image content. | |
public setLocation( String newVal):void |
Sequential Notes: | Sets the location of the image, e.g. the place where the photographed object(s) were or are located, described in common words. | |
public setPageNumber( int newVal):void |
Sequential Notes: | Sets the page number of the image, i. e. the Number of the original page. Constraint: PageNumber is only required for ImageType 'page'. | |
public setShortDescription( String newVal):void |
Sequential Notes: | Sets the short description of the image, i. e. a short description about the image. | |