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) |
getTagType
protected 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 SWFTag
IOException
protected void read(int tagID, SWFInputStream swf, int len, boolean hasAlpha) throws IOException
IOException
public void write(int tagID, SWFOutputStream swf) throws IOException
write
in class SWFTag
IOException
protected void write(int tagID, SWFOutputStream swf, boolean hasAlpha) throws IOException
IOException
public int getLength() throws IOException
IOException
public String toString()
toString
in class DefinitionTag
Copyright © 2014. All rights reserved.