ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearRasterPage Class |
The following tables list the members exposed by ImGearRasterPage.
Name | Description | |
---|---|---|
ImGearRasterPage Constructor | Overloaded. |
Name | Description | |
---|---|---|
orientation | Specifies the image orientation attribute which allows for viewing the image flipped and/or rotated by a factor of 90 degrees.
This field defines the orientation of an com.accusoft.imagegear.formats.xmp.pagedtext.ImGearPagedTextXMPMetadata instance. It works on the image representation and thus allows the manipulation of page orientation without modifying the pixel data. (Inherited from com.accusoft.imagegear.core.ImGearPage) | |
transparency | Specifies image transparency attributes like transparent color for display.
|
Name | Description | |
---|---|---|
clone | Creates new object that is an exact copy of the current instance. | |
createFromDIB | Creates new page with same image data as given DIB. | |
createFromImage | Creates a new ImGearRasterPage using the image data from incoming Image . | |
duplicateRect | Returns a new raster page object representing a part of the ImGearRasterPage object limited by the specified rectangle. | |
getColorProfile | Returns a local color profile associated with the image.
If a color profile is set here, and profiles are enabled in ImGearColorProfileManager class, the local color profile will be used for color space conversions (instead of a global color profile). The default value is null. | |
getDIB | Gets a reference to the ImGearDIB class object. This object contains the page's pixel data.
Provides access to image properties and image pixel data. The | |
getDICOMDisplaySettings | Returns DICOM specific display contrast settings.
IImGearDICOMDisplaySettings interface. The DICOM specification defines several contrast transformations including Modality LUT, VOI LUT... When ImageGear loads a DICOM image, it initializes DICOMDisplaySettings can be attached to an ImGearRasterPage class or to a com.accusoft.imagegear.display.ImGearPageDisplay class. If IImGearDICOMDisplaySettings property is not null, ImageGear uses it for display. If ImGearRasterPage method returns null, ImageGear checks setDICOMDisplaySettings/setDICOMDisplaySettings methods can be also used if the image was not loaded from a DICOM file. It can be useful for non-medical images. This property affects grayscale images with bit depths from 2 to 31. The type of this method is an interface with only the members necessary for displaying the page with specific DICOM display settings. If the application needs to retrieve or modify DICOM Display Settings, it shall cast IImGearDICOMDisplaySettings interface to the actual com.accusoft.imagegear.formats.dicom.ImGearDICOMDisplaySettings class. The default value is null.IImGearDICOMDisplaySettings For more information about multiple JAR components, see 'Using Multiple Packages'. | |
getDocument | Gets the document to which the page belongs, or null if the page is stand-alone.
| |
getMetadata | Gets the head, ImGearMetadataHead, of the page's metadata tree.
| |
getROI | Returns region of interest.
The region of interest may have either rectangular or non-rectangular shape. If the ROI is null the region of interest is assumed to be the entire image area. | |
setColorProfile | Sets a local color profile associated with the image.
If a color profile is set here, and profiles are enabled in ImGearColorProfileManager class, the local color profile will be used for color space conversions (instead of a global color profile). The default value is null. | |
setDICOMDisplaySettings | Sets DICOM specific display contrast settings.
IImGearDICOMDisplaySettings interface. The DICOM specification defines several contrast transformations including Modality LUT, VOI LUT... When ImageGear loads a DICOM image, it initializes DICOMDisplaySettings property of ImGearRasterPage class with the settings found in the file. During display, ImageGear checks for the presence of DICOMDisplaySettings can be attached to an ImGearRasterPage class or to a com.accusoft.imagegear.display.ImGearPageDisplay class. If com.accusoft.imagegear.display.ImGearPageDisplay.getDICOMDisplaySettings property is not null, ImageGear uses it for display. If DICOMDisplaySettings property can be also used if the image was not loaded from a DICOM file. It can be useful for non-medical images. This property affects grayscale images with bit depths from 2 to 31. The type of this property is an interface with only the members necessary for displaying the page with specific DICOM display settings. If the application needs to retrieve or modify DICOM Display Settings, it shall cast IImGearDICOMDisplaySettings interface to the actual com.accusoft.imagegear.formats.dicom.ImGearDICOMDisplaySettings class. The default value is null. | |
setROI | Sets region of interest.
The region of interest may have either rectangular or non-rectangular shape. If the ROI is null the region of interest is assumed to be the entire image area. |