All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface Shared.RemoteImageHeader

public interface interface RemoteImageHeader
extends Remote
Module ID: RemoteImageHeader.java
Utilite : Interface RMI pour la classe ImageHeader
Date : 10 Avril 1997

Version:
1.000
Author:
Olivier Langlois

Method Index

 o getDataFileName()
 o getEndianFlag()
 o getmatrixSize_X()
 o getmatrixSize_Y()
 o getnumBytesPerPix()
 o getnumImages()

Methods

 o getnumImages
 public abstract int getnumImages() throws RemoteException
 o getmatrixSize_X
 public abstract int getmatrixSize_X() throws RemoteException
 o getmatrixSize_Y
 public abstract int getmatrixSize_Y() throws RemoteException
 o getnumBytesPerPix
 public abstract int getnumBytesPerPix() throws RemoteException
 o getEndianFlag
 public abstract boolean getEndianFlag() throws RemoteException
 o getDataFileName
 public abstract String getDataFileName() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index