|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.iod.module.Module org.dcm4che2.iod.module.pr.DisplayShutterModule
public class DisplayShutterModule
C.7.6.11 Shutter to opaque areas. Also includes C.11.12 for the colour of the opaqued area, and C.7.6.15 for bitmap shutters.
Field Summary |
---|
Fields inherited from class org.dcm4che2.iod.module.Module |
---|
dcmobj |
Constructor Summary | |
---|---|
DisplayShutterModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
Method Summary | |
---|---|
static float[] |
convertToFloatLab(int[] lab)
This method converts integer DICOM encoded L*a*b* values to CIE L*a*b* regular float encoded values. |
int[] |
getCenterOfCircularShutter()
|
float[] |
getFloatLab()
This version of getShutterPresentationColorCIELabValue returns converted L*a*b* values on 0..100, -128..127, -128..127 respectively. |
int |
getRadiusOfCircularShutter()
|
int |
getShutterLeftVerticalEdge()
|
int |
getShutterLowerHorizontalEdge()
|
int[] |
getShutterPresentationColorCIELabValue()
Returns the CIELab value as PCS-Values for the shutter colour. |
int |
getShutterPresentationValue()
Returns asingle gray unsigned value to replace occluded parts of the imatge p-values form 0 to FFFFH (white). |
int |
getShutterRightVerticalEdge()
|
java.lang.String[] |
getShutterShapes()
|
int |
getShutterUpperHorizontalEdge()
|
int[] |
getVerticesOfThePolygonalShutter()
|
void |
setCenterOfCircularShutter(int[] center)
|
void |
setRadiusOfCircularShutter(int radius)
|
void |
setShutterLeftVerticalEdge(int value)
|
void |
setShutterLowerHorizontalEdge(int value)
|
void |
setShutterRightVerticalEdge(int value)
|
void |
setShutterShapes(java.lang.String[] shapes)
|
void |
setShutterUpperHorizontalEdge(int value)
|
Methods inherited from class org.dcm4che2.iod.module.Module |
---|
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayShutterModule(DicomObject dcmobj)
Method Detail |
---|
public java.lang.String[] getShutterShapes()
public void setShutterShapes(java.lang.String[] shapes)
public int[] getCenterOfCircularShutter()
public void setCenterOfCircularShutter(int[] center)
public int getRadiusOfCircularShutter()
public void setRadiusOfCircularShutter(int radius)
public int getShutterLeftVerticalEdge()
public int getShutterRightVerticalEdge()
public int getShutterUpperHorizontalEdge()
public int getShutterLowerHorizontalEdge()
public void setShutterLeftVerticalEdge(int value)
public void setShutterRightVerticalEdge(int value)
public void setShutterUpperHorizontalEdge(int value)
public void setShutterLowerHorizontalEdge(int value)
public int getShutterPresentationValue()
public int[] getShutterPresentationColorCIELabValue()
public float[] getFloatLab()
public static float[] convertToFloatLab(int[] lab)
lab
-
public int[] getVerticesOfThePolygonalShutter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |