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

Quick Search    Search Deep

Uses of Class
org.jempeg.empeg.logoedit.Logo

Uses of Logo in org.jempeg.empeg.logoedit
 

Methods in org.jempeg.empeg.logoedit that return Logo
static Logo LogoFormatUtils.toLogo(java.io.InputStream _is, int[] _grayValues)
          Creates a Logo from a byte array.
protected  Logo LogoEdit.getLogo()
           
 

Methods in org.jempeg.empeg.logoedit with parameters of type Logo
static void LogoFormatUtils.fromLogo(java.io.OutputStream _os, Logo _logo, int[] _cutoffs)
          Creates a byte array in the format that the Empeg expects for home and car logos.