public class NSetFilmBoxAttribute extends Attributes
| Constructor and Description |
|---|
NSetFilmBoxAttribute()
This is default Constructor for NSetFilmBoxAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
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.
|
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 |
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.
|
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 |
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 |
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 |
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 |
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 |
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 NSetFilmBoxAttribute()
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 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 populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet