|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.pr.SpatialTransformationModule
public class SpatialTransformationModule
C.10.6 Define the spatial transformation - rotate and flip for an image.
| 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 |
|---|
public SpatialTransformationModule(DicomObject dcmobj)
| Method Detail |
|---|
public int getRotation()
public void setRotation(int rotation)
public boolean isHorizontalFlip()
public void setHorizontalFlip(boolean flip)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||