org.dcm4che2.hp
Class HPScrollingGroup
java.lang.Object
org.dcm4che2.hp.HPScrollingGroup
public class HPScrollingGroup
- extends java.lang.Object
- Since:
- Oct 23, 2005
- Version:
- $Revision: 6735 $ $Date: 2008-08-04 11:43:58 +0200 (Mon, 04 Aug 2008) $
- Author:
- gunter zeilinger(gunterze@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HPScrollingGroup
public HPScrollingGroup()
HPScrollingGroup
public HPScrollingGroup(DicomObject dcmobj,
java.util.List<HPDisplaySet> totDisplaySets)
getDicomObject
public final DicomObject getDicomObject()
- Returns the DicomObject that backs this HPScrollingGroup.
Direct modifications of the returned DicomObject is strongly
discouraged as it may cause inconsistencies in the internal state
of this object.
- Returns:
- the DicomObject that backs this HPScrollingGroup
getDisplaySets
public java.util.List<HPDisplaySet> getDisplaySets()
addDisplaySet
public void addDisplaySet(HPDisplaySet displaySet)
removeDisplaySet
public boolean removeDisplaySet(HPDisplaySet displaySet)
updateDicomObject
public void updateDicomObject()
isValid
public boolean isValid()
Copyright © 2011 dcm4che. All Rights Reserved.