org.dcm4che2.iod.module.pr
Class GraphicObject
java.lang.Object
   org.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.Module
       org.dcm4che2.iod.module.pr.GraphicObject
org.dcm4che2.iod.module.pr.GraphicObject
- public class GraphicObject 
- extends Module
Represents a part of the Graphic Annotation Module, the graphic object 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 | 
 
POINT
public static final java.lang.String POINT
- See Also:
- Constant Field Values
POLYLINE
public static final java.lang.String POLYLINE
- See Also:
- Constant Field Values
INTERPOLATED
public static final java.lang.String INTERPOLATED
- See Also:
- Constant Field Values
CIRCLE
public static final java.lang.String CIRCLE
- See Also:
- Constant Field Values
ELLIPSE
public static final java.lang.String ELLIPSE
- See Also:
- Constant Field Values
GraphicObject
public GraphicObject(DicomObject dcmobj)
toGraphicObjects
public static GraphicObject[] toGraphicObjects(DicomElement sq)
- Create graphic objects from the sub-sequence
 
- 
 
getGraphicType
public java.lang.String getGraphicType()
- Gets the graphic type associated with this object.
 
- 
- Returns:
- One of POINT, POLYLINE, INTERPOLATED, CIRCLE and ELLIPSE
 
getGraphicFilled
public boolean getGraphicFilled()
- Indicate if the graphic is to be filled in
 
- 
 
getGraphicAnnotationUnits
public java.lang.String getGraphicAnnotationUnits()
- 
 
getGraphicDimensions
public int getGraphicDimensions()
- 
 
getNumberOfGraphicPoints
public int getNumberOfGraphicPoints()
- 
 
getGraphicData
public float[] getGraphicData()
- 
 
Copyright © 2011 dcm4che. All Rights Reserved.