public class DefineBitsJPEG2 extends DefinitionTag
Modifier and Type | Field and Description |
---|---|
protected int |
character |
protected RenderedImage |
image |
protected Properties |
options |
CONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS
Modifier | Constructor and Description |
---|---|
|
DefineBitsJPEG2() |
|
DefineBitsJPEG2(int id,
Image image,
Properties options,
Color bkg,
ImageObserver observer) |
protected |
DefineBitsJPEG2(int tag,
int level) |
|
DefineBitsJPEG2(int id,
RenderedImage image,
Color bkg,
Properties options) |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
SWFTag |
read(int tagID,
SWFInputStream swf,
int len) |
String |
toString() |
void |
write(int tagID,
SWFOutputStream swf) |
getTagType
protected int character
protected RenderedImage image
protected Properties options
public DefineBitsJPEG2(int id, Image image, Properties options, Color bkg, ImageObserver observer)
public DefineBitsJPEG2(int id, RenderedImage image, Color bkg, Properties options)
public DefineBitsJPEG2()
protected DefineBitsJPEG2(int tag, int level)
public SWFTag read(int tagID, SWFInputStream swf, int len) throws IOException
read
in class SWFTag
IOException
public void write(int tagID, SWFOutputStream swf) throws IOException
write
in class SWFTag
IOException
public int getLength() throws IOException
IOException
public String toString()
toString
in class DefinitionTag
Copyright © 2014. All rights reserved.