public class NCreatePrintImageOverlayBoxAttribute extends Attributes
| Constructor and Description |
|---|
NCreatePrintImageOverlayBoxAttribute()
This is default Constructor for NCreatePrintImageOverlayBoxAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
short |
getMagnifyToNumberOfColumns()
Retrives number of columns of the overlay or image after magnification.
|
java.lang.String |
getOverlayBackgroundDensity()
Retrives Overlay Background Density.
|
java.lang.String |
getOverlayForegroundDensity()
Retrives the density for pixels which correspond with overlay bit = 1.
|
java.lang.String |
getOverlayMagnificationType()
Retrives Overlay Magnification Type.
|
java.lang.String |
getOverlayOrImageMagnification()
Retrives magnification of the overlay or image before they are superimposed.
|
OverlayPixelDataSequence |
getOverlayPixelDataSequence()
Retrieves pre-initialized object of Overlay Pixel Data Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String |
getOverlaySmoothingType()
Retrives Overlay Smoothing Type.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
void |
setMagnifyToNumberOfColumns(short shMagnifyToNumberOfColumns)
Sets the number of columns of the overlay or image after magnification.
|
void |
setOverlayBackgroundDensity(EnumOverlayBackgroundDensity enumOverlayBackgroundDensity)
Sets tthe density for pixels which correspond with overlay bit = 0 that are not superimposed on the image
and Combined Print Image pixels that are not part of the overlay or image
Defined Terms:
BLACK
WHITE.
|
void |
setOverlayForegroundDensity(EnumOverlayForegroundDensity enumOverlayForegroundDensity)
Sets the density for pixels which correspond with overlay bit = 1.
|
void |
setOverlayMagnificationType(EnumOverlayMagnificationType enumOverlayMagnificationType)
Sets magnification type if the overlay is magnified before being superimposed on the image.
|
void |
setOverlayOrImageMagnification(EnumOverlayOrImageMagnification enumOverlayOrImageMagnification)
Sets magnification of the overlay or image before they are superimposed.
|
void |
setOverlaySmoothingType(java.lang.String strOverlaySmoothingType)
Sets the type of interpolation function; only valid for Overlay Magnification Type 2010,0060 = CUBIC.
|
public NCreatePrintImageOverlayBoxAttribute()
public OverlayPixelDataSequence getOverlayPixelDataSequence()
public void setOverlayOrImageMagnification(EnumOverlayOrImageMagnification enumOverlayOrImageMagnification)
enumOverlayOrImageMagnification - Enum value of Overlay or Image Magnification.public java.lang.String getOverlayOrImageMagnification()
public void setMagnifyToNumberOfColumns(short shMagnifyToNumberOfColumns)
shMagnifyToNumberOfColumns - short value of Magnify To Number Of Columns.public short getMagnifyToNumberOfColumns()
public void setOverlayForegroundDensity(EnumOverlayForegroundDensity enumOverlayForegroundDensity)
enumOverlayForegroundDensity - Enum value of Overlay Foreground Density.public java.lang.String getOverlayForegroundDensity()
public void setOverlayBackgroundDensity(EnumOverlayBackgroundDensity enumOverlayBackgroundDensity)
enumOverlayBackgroundDensity - Enum value of Overlay Background Density.public java.lang.String getOverlayBackgroundDensity()
public void setOverlayMagnificationType(EnumOverlayMagnificationType enumOverlayMagnificationType)
enumOverlayMagnificationType - Enum value of Overlay Magnification Type.public java.lang.String getOverlayMagnificationType()
public void setOverlaySmoothingType(java.lang.String strOverlaySmoothingType)
strOverlaySmoothingType - the str overlay smoothing typepublic java.lang.String getOverlaySmoothingType()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet