class: ImageInfoVO

public class: ImageInfoVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:13:41; Modified: 16.07.2009 15:13:41;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {57D1441D-D930-4c9f-B815-215EE13ADB44}
Scanned images contain information about the physical parameters of the original media and the resolution of the scan.
@revised by MuJ: 29.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: SizeUnit, ValueObject, MdsImageVO

Appears in: metadata

Connections
 
Custom Properties
 
ImageInfoVO Attributes
Attribute Details
private int
  displayPixelX
Notes: The desired presentation width of the image in pixels.
private int
  displayPixelY
Notes: The desired presentation height of the image in pixels.
private int
  displayPpi
Notes: The desired presentation resolution in its widths and height in pixels per inch.
private int
  displayPpiX
Notes: The desired presentation resolution in its widths in pixels per inch.
private int
  displayPpiY
Notes: The desired presentation resolution in its heights in pixels per inch.
private int
  originalPixelX
Notes: The width of the scan in pixels.
private int
  originalPixelY
Notes: The height of the scan in pixels.
private int
  originalPpi
Notes: The resolution of the scan in its widths and height in pixels per inch.
private int
  originalPpiX
Notes: The resolution of the scan in its widths in pixels per inch.
private int
  originalPpiY
Notes: The resolution of the scan in its heights in pixels per inch.
private SizeUnit
  originalSizeUnit
Notes: The unit of the original size parameters.
private int
  originalSizeX
Notes: The width of the original scanned area. Without a specified unit, the value is given in meter.
private int
  originalSizeY
Notes: The height of the original scanned area. Without a specified unit, the value is given in meter.
private static const long
  serialVersionUID
Initial: 1L
Notes: Fixed serialVersionUID to prevent java.io.InvalidClassExceptions like 'de.mpg.escidoc.services.common.valueobjects.ItemVO; local class incompatible: stream classdesc serialVersionUID = 8587635524303981401, local class serialVersionUID = -2285753348501257286' that occur after JiBX enhancement of VOs. Without the fixed serialVersionUID, the VOs have to be compiled twice for testing (once for the Application Server, once for the local test).
@author Johannes Mueller
 
ImageInfoVO Methods
Operation Details
public
getDisplayPixelX():int
Sequential
Notes: Delivers the presentation width of the image in pixels.
public
getDisplayPixelY():int
Sequential
Notes: Delivers the presentation height of the image in pixels.
public
getDisplayPpi():int
Sequential
Notes: Delivers the desired presentation resolution in its width and height in pixels per inch. Constraint: DisplayPpi is required, if neither the DisplaySizeX/Y nor the DisplayPpiX/Y is given.
public
getDisplayPpiX():int
Sequential
Notes: Delivers the desired presentation resolution in its width in pixels per inch. Constraint: DisplayPpiX is required, if neither the DisplaySizeX/Y nor the DisplayPpi is given.
public
getDisplayPpiY():int
Sequential
Notes: Delivers the desired presentation resolution in its height in pixels per inch. Constraint: DisplayPpiY is required, if neither the DisplaySizeX/Y nor the DisplayPpi is given.
public
getOriginalPixelX():int
Sequential
Notes: Delivers the width of the scan in pixels.
public
getOriginalPixelY():int
Sequential
Notes: Delivers the height of the scan in pixels.
public
getOriginalPpi():int
Sequential
Notes: Delivers the resolution of the scan in its widths and height in pixels per inch. Constraint: OriginalPpi is required, if neither the OriginalSizeX/Y nor the OriginalPpiX/Y is given.
public
getOriginalPpiX():int
Sequential
Notes: Delivers the resolution of the scan in its width in pixels per inch. Constraint: OriginalPpiX is required, if neither the OriginalSizeX/Y nor the OriginalPpi is given.
public
getOriginalPpiY():int
Sequential
Notes: Delivers the resolution of the scan in its height in pixels per inch. Constraint: OriginalPpiY is required, if neither the OriginalSizeX/Y nor the OriginalPpi is given.
public
getOriginalSizeUnit():SizeUnit
Sequential
Notes: Delivers the possible units of the original size parameters.
public
getOriginalSizeX():int
Sequential
Notes: Delivers the original size of the image in the direction of the X-axis, i. e. the width of the original scanned area. Without a specified unit, the value is given in meter.
public
getOriginalSizeY():int
Sequential
Notes: Delivers the original size of the image in the direction of the Y-axis, i. e. the height of the original scanned area. Without a specified unit, the value is given in meter.
public
setDisplayPixelX(
   int newVal):void
Sequential
Notes: Sets the presentation width of the image in pixels.
public
setDisplayPixelY(
   int newVal):void
Sequential
Notes: Sets the presentation height of the image in pixels.
public
setDisplayPpi(
   int newVal):void
Sequential
Notes: Sets the desired presentation resolution in its width and height in pixels per inch. Constraint: DisplayPpi is required, if neither the DisplaySizeX/Y nor the DisplayPpiX/Y is given.
public
setDisplayPpiX(
   int newVal):void
Sequential
Notes: Sets the desired presentation resolution in its width in pixels per inch. Constraint: DisplayPpiX is required, if neither the DisplaySizeX/Y nor the DisplayPpi is given.
public
setDisplayPpiY(
   int newVal):void
Sequential
Notes: Sets the desired presentation resolution in its height in pixels per inch. Constraint: DisplayPpiY is required, if neither the DisplaySizeX/Y nor the DisplayPpi is given.
public
setOriginalPixelX(
   int newVal):void
Sequential
Notes: Sets the width of the scan in pixels.
public
setOriginalPixelY(
   int newVal):void
Sequential
Notes: Sets the height of the scan in pixels.
public
setOriginalPpi(
   int newVal):void
Sequential
Notes: Sets the resolution of the scan in its widths and height in pixels per inch. Constraint: OriginalPpi is required, if neither the OriginalSizeX/Y nor the OriginalPpiX/Y is given.
public
setOriginalPpiX(
   int newVal):void
Sequential
Notes: Sets the resolution of the scan in its width in pixels per inch. Constraint: OriginalPpiX is required, if neither the OriginalSizeX/Y nor the OriginalPpi is given.
public
setOriginalPpiY(
   int newVal):void
Sequential
Notes: Sets the resolution of the scan in its height in pixels per inch. Constraint: OriginalPpiY is required, if neither the OriginalSizeX/Y nor the OriginalPpi is given.
public
setOriginalSizeUnit(
   SizeUnit newVal):void
Sequential
Notes: Sets the possible units of the original size parameters.
public
setOriginalSizeX(
   int newVal):void
Sequential
Notes: Sets the original size of the image in the direction of the X-axis, i. e. the width of the original scanned area. Without a specified unit, the value is given in meter.
public
setOriginalSizeY(
   int newVal):void
Sequential
Notes: Sets the original size of the image in the direction of the Y-axis, i. e. the height of the original scanned area. Without a specified unit, the value is given in meter.