|
Vector Graphics, 2.4 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.freehep.util.io.Tag
org.freehep.graphicsio.swf.SWFTag
org.freehep.graphicsio.swf.DefinitionTag
org.freehep.graphicsio.swf.DefineText
public class DefineText
DefineText TAG.
| Nested Class Summary | |
|---|---|
static class |
DefineText.GlyphEntry
|
static class |
DefineText.Record
Abstract Superclass for Text Records. |
static class |
DefineText.RecordType0
Text0 Record, for the actual glyphs. |
static class |
DefineText.RecordType1
Text1 Record, for the attributes of the text. |
| Field Summary | |
|---|---|
protected Rectangle2D |
bounds
|
protected int |
character
|
protected AffineTransform |
matrix
|
protected Vector<DefineText.Record> |
text
|
| Fields inherited from class org.freehep.util.io.Tag |
|---|
DEFAULT_TAG |
| Fields inherited from interface org.freehep.graphicsio.swf.SWFConstants |
|---|
CONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS |
| Constructor Summary | |
|---|---|
|
DefineText()
|
protected |
DefineText(int tagID,
int version)
|
|
DefineText(int id,
Rectangle2D bounds,
AffineTransform matrix,
Vector<DefineText.Record> text)
|
| Method Summary | |
|---|---|
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(SWFOutputStream swf,
boolean hasAlpha)
|
| Methods inherited from class org.freehep.graphicsio.swf.DefinitionTag |
|---|
getTagType |
| Methods inherited from class org.freehep.graphicsio.swf.SWFTag |
|---|
read, write |
| Methods inherited from class org.freehep.util.io.Tag |
|---|
getName, getTag, getVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int character
protected Rectangle2D bounds
protected AffineTransform matrix
protected Vector<DefineText.Record> text
| Constructor Detail |
|---|
public DefineText(int id,
Rectangle2D bounds,
AffineTransform matrix,
Vector<DefineText.Record> text)
public DefineText()
protected DefineText(int tagID,
int version)
| Method Detail |
|---|
public SWFTag read(int tagID,
SWFInputStream swf,
int len)
throws IOException
read in class SWFTagIOException
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 SWFTagIOException
protected void write(SWFOutputStream swf,
boolean hasAlpha)
throws IOException
IOExceptionpublic String toString()
toString in class DefinitionTag
|
Vector Graphics, 2.4 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||