org.dcm4che2.iod.module.pr
Class SpatialTransformationModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.pr.SpatialTransformationModule

public class SpatialTransformationModule
extends Module

C.10.6 Define the spatial transformation - rotate and flip for an image.

Since:
July 19, 2007
Version:
$Revision$ $Date$
Author:
Bill Wallace

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
SpatialTransformationModule(DicomObject dcmobj)
          Create a display shutter IOD instance on the given dicom object data.
 
Method Summary
 int getRotation()
          This gets the regular rotation of the object
 boolean isHorizontalFlip()
           
 void setHorizontalFlip(boolean flip)
           
 void setRotation(int rotation)
           
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialTransformationModule

public SpatialTransformationModule(DicomObject dcmobj)
Create a display shutter IOD instance on the given dicom object data.

Method Detail

getRotation

public int getRotation()
This gets the regular rotation of the object


setRotation

public void setRotation(int rotation)

isHorizontalFlip

public boolean isHorizontalFlip()

setHorizontalFlip

public void setHorizontalFlip(boolean flip)


Copyright © 2011 dcm4che. All Rights Reserved.