org.dcm4che2.hp
Class HPScreenDefinition

java.lang.Object
  extended by 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)

Constructor Summary
HPScreenDefinition()
           
HPScreenDefinition(DicomObject item)
           
 
Method Summary
 int getApplicationMaximumRepaintTime()
           
 DicomObject getDicomObject()
          Returns the DicomObject that backs this HPScreenDefinition.
 double[] getDisplayEnvironmentSpatialPosition()
           
 int getNumberOfHorizontalPixels()
           
 int getNumberOfVerticalPixels()
           
 int getScreenMinimumColorBitDepth()
           
 int getScreenMinimumGrayscaleBitDepth()
           
 void setApplicationMaximumRepaintTime(int value)
           
 void setDisplayEnvironmentSpatialPosition(double[] values)
           
 void setNumberOfHorizontalPixels(int value)
           
 void setNumberOfVerticalPixels(int value)
           
 void setScreenMinimumColorBitDepth(int value)
           
 void setScreenMinimumGrayscaleBitDepth(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HPScreenDefinition

public HPScreenDefinition(DicomObject item)

HPScreenDefinition

public HPScreenDefinition()
Method Detail

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.