org.dcm4che2.iod.module.pr
Class TextObject
java.lang.Object
   org.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.Module
       org.dcm4che2.iod.module.pr.TextObject
org.dcm4che2.iod.module.pr.TextObject
- public class TextObject 
- extends Module
Defines the text object sequence from C.10.5
- Author:
- bwallace
 
| Fields inherited from class org.dcm4che2.iod.module.Module | 
| dcmobj | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TextObject
public TextObject(DicomObject dcmobj)
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.