public class NCreateFilmBoxAttribute extends Attributes
| Constructor and Description |
|---|
NCreateFilmBoxAttribute()
This is default Constructor for NCreateFilmBoxAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
java.lang.String |
getAnnotationDisplayFormatID()
Return identification of annotation display format.
|
java.lang.String |
getBorderDensity()
Return density of the film areas surrounding and between images on the film.
|
java.lang.String |
getConfigurationInformation()
Return character string that contains either the ID of the printer configuration table that contains a set of
values for implementation specific print parameters (e.g.
|
java.lang.String |
getEmptyImageDensity()
Return density of the image box area on the film that contains no image.
|
java.lang.String |
getFilmOrientation()
Return Film orientation.
|
java.lang.String |
getFilmSizeID()
Return Film size identification.
|
short |
getIllumination()
Return luminance of lightbox illuminating a piece of transmissive film, or for the case of reflective media,
luminance obtainable from diffuse reflection of the illumination present.
|
java.lang.String |
getImageDisplayFormat()
Return Type of image display format.
|
java.lang.String |
getMagnificationType()
Return interpolation type by which the printer magnifies or decimates the image in order to fit the image in the
image box on film.
|
short |
getMaxDensity()
Return maximum density of the images on the film, expressed in hundredths of OD.
|
short |
getMinDensity()
Return minimum density of the images on the film, expressed in hundredths of OD.
|
ReferencedFilmSessionSequence |
getReferencedFilmSessionSequence()
Retrieves a sequence which provides references to a Film Session SOP Class/Instance pairs.
|
ReferencedPresentationLUTSequence |
getReferencedPresentationLUTSequence()
Retrieves a sequence which provides references to a Presentation LUT related SOP Class/Instance pairs.
|
short |
getReflectedAmbientLight()
Return luminance contribution due to reflected ambient light.
|
java.lang.String |
getRequestedResolutionID()
Return the resolution at which images in this Film Box are to be printed.
|
java.lang.String |
getSmoothingType()
Return value that specifies the type of the interpolation function.
|
java.lang.String |
getTrim()
Return whether a trim box shall be printed surrounding each image on the film.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
void |
setAnnotationDisplayFormatID(java.lang.String strAnnotationDisplayFormatID)
Sets identification of annotation display format.
|
void |
setBorderDensity(EnumBorderDensity enumBorderDensity)
Sets density of the film areas surrounding and between images on the film.
|
void |
setConfigurationInformation(java.lang.String strConfigurationInformation)
Sets character string that contains either the ID of the printer configuration table that contains a set of
values for implementation specific print parameters (e.g.
|
void |
setEmptyImageDensity(EnumEmptyImageDensity enumEmptyImageDensity)
Sets density of the image box area on the film that contains no image.
|
void |
setFilmOrientation(EnumFilmOrientation enumFilmOrientation)
Sets Film orientation.
|
void |
setFilmSizeID(EnumFilmSizeID enumFilmSizeID)
Sets Film size identification.
|
void |
setIllumination(short shIllumination)
Sets luminance of lightbox illuminating a piece of transmissive film, or for the case of reflective media,
luminance obtainable from diffuse reflection of the illumination present.
|
void |
setImageDisplayFormat(EnumImageDisplayFormat enumImageDisplayFormat)
Sets Type of image display format.
|
void |
setMagnificationType(EnumMagnificationType enumMagnificationType)
Sets interpolation type by which the printer magnifies or decimates the image in order to fit the image in the
image box on film.
|
void |
setMaxDensity(short shMaxDensity)
Sets maximum density of the images on the film, expressed in hundredths of OD.
|
void |
setMinDensity(short shMinDensity)
Sets minimum density of the images on the film, expressed in hundredths of OD.
|
void |
setReflectedAmbientLight(short shReflectedAmbientLight)
Sets luminance contribution due to reflected ambient light.
|
void |
setRequestedResolutionID(EnumRequestedResolutionID enumRequestedResolutionID)
Sets the resolution at which images in this Film Box are to be printed.
|
void |
setSmoothingType(java.lang.String strSmoothingType)
Sets value that specifies the type of the interpolation function.
|
void |
setTrim(EnumTrim enumTrim)
Sets whether a trim box shall be printed surrounding each image on the film.
|
public NCreateFilmBoxAttribute()
public void setImageDisplayFormat(EnumImageDisplayFormat enumImageDisplayFormat)
enumImageDisplayFormat - the enum image display formatpublic java.lang.String getImageDisplayFormat()
public ReferencedFilmSessionSequence getReferencedFilmSessionSequence()
ReferencedFilmSessionSequencepublic void setFilmOrientation(EnumFilmOrientation enumFilmOrientation)
enumFilmOrientation - String value of Film Orientation.public java.lang.String getFilmOrientation()
public void setFilmSizeID(EnumFilmSizeID enumFilmSizeID)
enumFilmSizeID - String value of Film Size ID.public java.lang.String getFilmSizeID()
public void setMagnificationType(EnumMagnificationType enumMagnificationType)
enumMagnificationType - String value of Magnification Type.public java.lang.String getMagnificationType()
public void setMaxDensity(short shMaxDensity)
shMaxDensity - - short value of Max Density.public short getMaxDensity()
public void setConfigurationInformation(java.lang.String strConfigurationInformation)
strConfigurationInformation - - String value of Configuration Information.public java.lang.String getConfigurationInformation()
public ReferencedPresentationLUTSequence getReferencedPresentationLUTSequence()
ReferencedPresentationLUTSequencepublic void setAnnotationDisplayFormatID(java.lang.String strAnnotationDisplayFormatID)
strAnnotationDisplayFormatID - String value of Annotation Display Format ID.public java.lang.String getAnnotationDisplayFormatID()
public void setSmoothingType(java.lang.String strSmoothingType)
strSmoothingType - String value of Smoothing Type.public java.lang.String getSmoothingType()
public void setBorderDensity(EnumBorderDensity enumBorderDensity)
enumBorderDensity - the enum border densitypublic java.lang.String getBorderDensity()
public void setEmptyImageDensity(EnumEmptyImageDensity enumEmptyImageDensity)
enumEmptyImageDensity - the enum empty image densitypublic java.lang.String getEmptyImageDensity()
public void setMinDensity(short shMinDensity)
shMinDensity - - short value of Min Density.public short getMinDensity()
public void setTrim(EnumTrim enumTrim)
enumTrim - the enum trimpublic java.lang.String getTrim()
public void setIllumination(short shIllumination)
shIllumination - - short value of Illumination.public short getIllumination()
public void setReflectedAmbientLight(short shReflectedAmbientLight)
shReflectedAmbientLight - the sh reflected ambient lightpublic short getReflectedAmbientLight()
public void setRequestedResolutionID(EnumRequestedResolutionID enumRequestedResolutionID)
enumRequestedResolutionID - the enum requested resolution idpublic java.lang.String getRequestedResolutionID()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet