org.freehep.graphicsio.swf
Class DefineText
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.swf.SWFTag
org.freehep.graphicsio.swf.DefinitionTag
org.freehep.graphicsio.swf.DefineText
- All Implemented Interfaces:
- SWFConstants
- Direct Known Subclasses:
- DefineText2
public class DefineText
- extends DefinitionTag
DefineText TAG.
- Version:
- $Id: DefineText.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Mark Donszelmann, Charles Loomis
Fields inherited from class org.freehep.util.io.Tag |
DEFAULT_TAG |
Methods inherited from class org.freehep.util.io.Tag |
getName, getTag, getVersion |
character
protected int character
bounds
protected Rectangle2D bounds
matrix
protected AffineTransform matrix
text
protected Vector text
DefineText
public DefineText(int id,
Rectangle2D bounds,
AffineTransform matrix,
Vector text)
DefineText
public DefineText()
DefineText
protected DefineText(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(SWFOutputStream swf,
boolean hasAlpha)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class DefinitionTag
Copyright © 2012. All Rights Reserved.