org.dcm4che2.hp
Class HPImageBox
java.lang.Object
org.dcm4che2.hp.HPImageBox
public class HPImageBox
- extends java.lang.Object
- Since:
- Aug 8, 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 |
HPImageBox
public HPImageBox(DicomObject item,
int tot)
HPImageBox
public HPImageBox()
getDicomObject
public DicomObject getDicomObject()
- Returns the DicomObject that backs this HPImageBox.
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 HPImageBox
getImageBoxNumber
public int getImageBoxNumber()
setImageBoxNumber
public void setImageBoxNumber(int value)
getDisplayEnvironmentSpatialPosition
public double[] getDisplayEnvironmentSpatialPosition()
setDisplayEnvironmentSpatialPosition
public void setDisplayEnvironmentSpatialPosition(double[] values)
getImageBoxLayoutType
public java.lang.String getImageBoxLayoutType()
setImageBoxLayoutType
public void setImageBoxLayoutType(java.lang.String type)
getImageBoxTileHorizontalDimension
public int getImageBoxTileHorizontalDimension()
setImageBoxTileHorizontalDimension
public void setImageBoxTileHorizontalDimension(int value)
getImageBoxTileVerticalDimension
public int getImageBoxTileVerticalDimension()
setImageBoxTileVerticalDimension
public void setImageBoxTileVerticalDimension(int value)
getImageBoxScrollDirection
public java.lang.String getImageBoxScrollDirection()
setImageBoxScrollDirection
public void setImageBoxScrollDirection(java.lang.String value)
getImageBoxSmallScrollType
public java.lang.String getImageBoxSmallScrollType()
setImageBoxSmallScrollType
public void setImageBoxSmallScrollType(java.lang.String value)
getImageBoxSmallScrollAmount
public int getImageBoxSmallScrollAmount()
setImageBoxSmallScrollAmount
public void setImageBoxSmallScrollAmount(int value)
getImageBoxLargeScrollType
public java.lang.String getImageBoxLargeScrollType()
setImageBoxLargeScrollType
public void setImageBoxLargeScrollType(java.lang.String value)
getImageBoxOverlapPriority
public int getImageBoxOverlapPriority()
setImageBoxOverlapPriority
public void setImageBoxOverlapPriority(int value)
getPreferredPlaybackSequencing
public int getPreferredPlaybackSequencing()
setPreferredPlaybackSequencing
public void setPreferredPlaybackSequencing(int value)
getRecommendedDisplayFrameRate
public int getRecommendedDisplayFrameRate()
setRecommendedDisplayFrameRate
public void setRecommendedDisplayFrameRate(int value)
getCineRelativeToRealTime
public double getCineRelativeToRealTime()
setCineRelativeToRealTime
public void setCineRelativeToRealTime(double value)
Copyright © 2011 dcm4che. All Rights Reserved.