public class DefineBitsLossless extends DefinitionTag
| Modifier and Type | Field and Description | 
|---|---|
| protected Color | bkg | 
| protected int | character | 
| protected RenderedImage | image | 
CONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS| Modifier | Constructor and Description | 
|---|---|
|   | DefineBitsLossless() | 
|   | DefineBitsLossless(int id,
                  Image image,
                  Color bkg,
                  ImageObserver observer) | 
| protected  | DefineBitsLossless(int tagID,
                  int version) | 
|   | DefineBitsLossless(int id,
                  RenderedImage image,
                  Color bkg) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getLength() | 
| SWFTag | read(int tagID,
    SWFInputStream swf,
    int len) | 
| protected void | read(int tagID,
    SWFInputStream swf,
    int len,
    boolean hasAlpha) | 
| String | toString() | 
| void | write(int tagID,
     SWFOutputStream swf) | 
| protected void | write(int tagID,
     SWFOutputStream swf,
     boolean hasAlpha) | 
getTagTypeprotected int character
protected RenderedImage image
protected Color bkg
public DefineBitsLossless(int id,
                  Image image,
                  Color bkg,
                  ImageObserver observer)
public DefineBitsLossless(int id,
                  RenderedImage image,
                  Color bkg)
public DefineBitsLossless()
protected DefineBitsLossless(int tagID,
                  int version)
public SWFTag read(int tagID, SWFInputStream swf, int len) throws IOException
read in class SWFTagIOExceptionprotected void read(int tagID,
        SWFInputStream swf,
        int len,
        boolean hasAlpha)
             throws IOException
IOExceptionpublic void write(int tagID,
         SWFOutputStream swf)
           throws IOException
write in class SWFTagIOExceptionprotected void write(int tagID,
         SWFOutputStream swf,
         boolean hasAlpha)
              throws IOException
IOExceptionpublic int getLength()
              throws IOException
IOExceptionpublic String toString()
toString in class DefinitionTagCopyright © 2014. All rights reserved.