javax.media.pim
Class PlugInInfo

java.lang.Object
  |
  +--javax.media.pim.PlugInInfo

class PlugInInfo
extends java.lang.Object


Field Summary
 java.lang.String className
           
 long hashValue
           
 Format[] inputFormats
           
 Format[] outputFormats
           
 int type
           
 
Constructor Summary
PlugInInfo(int type, java.lang.String className, long hashValue, Format[] inputFormats, Format[] outputFormats)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

className

public java.lang.String className

hashValue

public long hashValue

inputFormats

public Format[] inputFormats

outputFormats

public Format[] outputFormats
Constructor Detail

PlugInInfo

public PlugInInfo(int type,
                  java.lang.String className,
                  long hashValue,
                  Format[] inputFormats,
                  Format[] outputFormats)