org.dcm4che2.iod.module.pr
Class TextObject

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.pr.TextObject

public class TextObject
extends Module

Defines the text object sequence from C.10.5

Author:
bwallace

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
TextObject(DicomObject dcmobj)
           
 
Method Summary
 float[] getAnchorPoint()
           
 java.lang.String getAnchorPointAnnotationUnits()
           
 boolean getAnchorPointVisibility()
           
 java.lang.String getBoundingBoxAnnotationUnits()
           
 float[] getBoundingBoxBottomRightHandCorner()
           
 java.lang.String getBoundingBoxTextHorizontalJustification()
           
 float[] getBoundingBoxTopLeftHandCorner()
           
 java.lang.String getUnformattedTextValue()
           
 void setBoundingBoxTextHorizontalJustification(java.lang.String justification)
           
static TextObject[] toTextObjects(DicomElement sq)
          Create graphic objects from the sub-sequence
 
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

TextObject

public TextObject(DicomObject dcmobj)
Method Detail

toTextObjects

public static TextObject[] toTextObjects(DicomElement sq)
Create graphic objects from the sub-sequence


getUnformattedTextValue

public java.lang.String getUnformattedTextValue()

getBoundingBoxTopLeftHandCorner

public float[] getBoundingBoxTopLeftHandCorner()

getBoundingBoxBottomRightHandCorner

public float[] getBoundingBoxBottomRightHandCorner()

getAnchorPoint

public float[] getAnchorPoint()

getAnchorPointVisibility

public boolean getAnchorPointVisibility()

getAnchorPointAnnotationUnits

public java.lang.String getAnchorPointAnnotationUnits()

getBoundingBoxAnnotationUnits

public java.lang.String getBoundingBoxAnnotationUnits()

getBoundingBoxTextHorizontalJustification

public java.lang.String getBoundingBoxTextHorizontalJustification()

setBoundingBoxTextHorizontalJustification

public void setBoundingBoxTextHorizontalJustification(java.lang.String justification)


Copyright © 2011 dcm4che. All Rights Reserved.