|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.pr.GraphicAnnotationModule
public class GraphicAnnotationModule
C.10.5 Graphic annotations provide information about lines and circles displayed on the image(s).
| Field Summary |
|---|
| Fields inherited from class org.dcm4che2.iod.module.Module |
|---|
dcmobj |
| Constructor Summary | |
|---|---|
GraphicAnnotationModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data. |
|
| Method Summary | |
|---|---|
java.lang.String |
getGraphicLayer()
This returns the name of hte graphic layer to use. |
GraphicObject[] |
getGraphicObjects()
|
ImageSOPInstanceReference[] |
getImageSOPInstanceReferences()
Gets the image sop instance references, null if none (means to apply everywhere). |
TextObject[] |
getTextObjects()
|
static GraphicAnnotationModule[] |
toGraphicAnnotationModules(DicomElement sq)
Gets all the graphic annotation modules associated with the sequence. |
static GraphicAnnotationModule[] |
toGraphicAnnotationModules(DicomObject dcmobj)
Return an array of the graphic annotation module instances in this GSPS, given an overall dicom object. |
| 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 GraphicAnnotationModule(DicomObject dcmobj)
| Method Detail |
|---|
public static GraphicAnnotationModule[] toGraphicAnnotationModules(DicomElement sq)
public static GraphicAnnotationModule[] toGraphicAnnotationModules(DicomObject dcmobj)
dcmobj -
public java.lang.String getGraphicLayer()
public ImageSOPInstanceReference[] getImageSOPInstanceReferences()
public GraphicObject[] getGraphicObjects()
public TextObject[] getTextObjects()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||