org.freehep.graphicsio.swf
Class DefineBitsLossless
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.swf.SWFTag
org.freehep.graphicsio.swf.DefinitionTag
org.freehep.graphicsio.swf.DefineBitsLossless
- All Implemented Interfaces:
- SWFConstants
- Direct Known Subclasses:
- DefineBitsLossless2
- public class DefineBitsLossless
- extends DefinitionTag
DefineBitsLossless TAG.
- Version:
- $Id: DefineBitsLossless.java,v 1.8 2003/05/27 22:35:49 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- DefineBitsLossless.java
character
protected int character
image
protected RenderedImage image
bkg
protected Color bkg
DefineBitsLossless
public DefineBitsLossless(int id,
Image image,
Color bkg,
ImageObserver observer)
DefineBitsLossless
public DefineBitsLossless(int id,
RenderedImage image,
Color bkg)
DefineBitsLossless
public DefineBitsLossless()
DefineBitsLossless
protected DefineBitsLossless(int tagID,
int version)
read
public SWFTag read(int tagID,
SWFInputStream swf,
int len)
throws IOException
- Specified by:
read
in class SWFTag
- Throws:
IOException
read
protected void read(int tagID,
SWFInputStream swf,
int len,
boolean hasAlpha)
throws IOException
- Throws:
IOException
write
public void write(int tagID,
SWFOutputStream swf)
throws IOException
- Overrides:
write
in class SWFTag
- Throws:
IOException
write
protected void write(int tagID,
SWFOutputStream swf,
boolean hasAlpha)
throws IOException
- Throws:
IOException
getLength
public int getLength()
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class DefinitionTag
Copyright © 2000-2004 FreeHEP, All Rights Reserved.