Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.dja
Class DjaLoadSaveImage  view DjaLoadSaveImage download DjaLoadSaveImage.java

java.lang.Object
  extended bycom.memoire.dja.DjaLoadSaveImage
All Implemented Interfaces:
DjaLoadSaveInterface
Direct Known Subclasses:
DjaLoadSaveGif, DjaLoadSaveJpg, DjaLoadSavePpm

public abstract class DjaLoadSaveImage
extends java.lang.Object
implements DjaLoadSaveInterface


Field Summary
private  java.lang.String format_
           
 
Constructor Summary
DjaLoadSaveImage(java.lang.String _format)
           
 
Method Summary
 boolean canLoad()
           
 boolean canSave()
           
 com.memoire.bu.BuFileFilter getFilter()
           
 DjaVector load(java.io.File _file)
           
 void save(java.io.File _file, DjaVector _vector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format_

private java.lang.String format_
Constructor Detail

DjaLoadSaveImage

public DjaLoadSaveImage(java.lang.String _format)
Method Detail

canLoad

public final boolean canLoad()
Specified by:
canLoad in interface DjaLoadSaveInterface

canSave

public final boolean canSave()
Specified by:
canSave in interface DjaLoadSaveInterface

load

public final DjaVector load(java.io.File _file)
                     throws java.lang.Exception
Specified by:
load in interface DjaLoadSaveInterface

save

public final void save(java.io.File _file,
                       DjaVector _vector)
                throws java.lang.Exception
Specified by:
save in interface DjaLoadSaveInterface

getFilter

public final com.memoire.bu.BuFileFilter getFilter()
Specified by:
getFilter in interface DjaLoadSaveInterface