org.dcm4che2.hp
Class HPScreenDefinition
java.lang.Object
   org.dcm4che2.hp.HPScreenDefinition
org.dcm4che2.hp.HPScreenDefinition
- public class HPScreenDefinition 
- 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 | 
 
HPScreenDefinition
public HPScreenDefinition(DicomObject item)
HPScreenDefinition
public HPScreenDefinition()
getDicomObject
public DicomObject getDicomObject()
- Returns the DicomObject that backs this HPScreenDefinition.
 
 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 HPScreenDefinition
 
getNumberOfVerticalPixels
public int getNumberOfVerticalPixels()
- 
 
setNumberOfVerticalPixels
public void setNumberOfVerticalPixels(int value)
- 
 
getNumberOfHorizontalPixels
public int getNumberOfHorizontalPixels()
- 
 
setNumberOfHorizontalPixels
public void setNumberOfHorizontalPixels(int value)
- 
 
getDisplayEnvironmentSpatialPosition
public double[] getDisplayEnvironmentSpatialPosition()
- 
 
setDisplayEnvironmentSpatialPosition
public void setDisplayEnvironmentSpatialPosition(double[] values)
- 
 
getScreenMinimumColorBitDepth
public int getScreenMinimumColorBitDepth()
- 
 
setScreenMinimumColorBitDepth
public void setScreenMinimumColorBitDepth(int value)
- 
 
getScreenMinimumGrayscaleBitDepth
public int getScreenMinimumGrayscaleBitDepth()
- 
 
setScreenMinimumGrayscaleBitDepth
public void setScreenMinimumGrayscaleBitDepth(int value)
- 
 
getApplicationMaximumRepaintTime
public int getApplicationMaximumRepaintTime()
- 
 
setApplicationMaximumRepaintTime
public void setApplicationMaximumRepaintTime(int value)
- 
 
Copyright © 2011 dcm4che. All Rights Reserved.