|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.display.DicomImageBlackout.BurnedInAnnotationFlagAction
public abstract class DicomImageBlackout.BurnedInAnnotationFlagAction
A class of values for the Burned in Annotation action argument of the DicomImageBlackout() constructor.
| Field Summary | |
|---|---|
static int |
ADD_AS_NO_IF_CHANGED
Always remove the Burned in Annotation attribute when the file is saved, only replacing it and using a value of NO when regions have been blacked out. |
static int |
ADD_AS_NO_IF_SAVED
Always remove the Burned in Annotation attribute when the file is saved, always replacing it with a value of NO, regardless of whether when regions have been blacked out, such as when visual inspection confirms that there is no burned in annotation. |
static int |
ALWAYS_REMOVE
Always remove the Burned in Annotation attribute when the file is saved, without replacing it. |
static int |
LEAVE_ALONE
Leave any existing Burned in Annotation attribute value alone. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LEAVE_ALONE
Leave any existing Burned in Annotation attribute value alone.
public static final int ALWAYS_REMOVE
Always remove the Burned in Annotation attribute when the file is saved, without replacing it.
public static final int ADD_AS_NO_IF_CHANGED
Always remove the Burned in Annotation attribute when the file is saved, only replacing it and using a value of NO when regions have been blacked out.
public static final int ADD_AS_NO_IF_SAVED
Always remove the Burned in Annotation attribute when the file is saved, always replacing it with a value of NO, regardless of whether when regions have been blacked out, such as when visual inspection confirms that there is no burned in annotation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||