org.freehep.graphicsio.emf
Class CreateBrushIndirect
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.emf.EMFTag
org.freehep.graphicsio.emf.CreateBrushIndirect
- public class CreateBrushIndirect
- extends EMFTag
CreateBrushIndirect TAG.
- Version:
- $Id: CreateBrushIndirect.java,v 1.2 2003/09/29 22:05:53 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- CreateBrushIndirect.java
CreateBrushIndirect
public CreateBrushIndirect(int index,
LogBrush32 brush)
read
public EMFTag read(int tagID,
EMFInputStream emf,
int len)
throws IOException
- Specified by:
read
in class EMFTag
- Throws:
IOException
write
public void write(int tagID,
EMFOutputStream emf)
throws IOException
- Description copied from class:
EMFTag
- Writes the extra tag information to the outputstream in binary format.
This implementation writes nothing, but concrete tags
may override this method.
This method is called just after the TagHeader is written.
- Overrides:
write
in class EMFTag
- Parameters:
tagID
- id of the tagemf
- Binary CGM output stream
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class EMFTag
- Returns:
- a description of the tagName and tagID
getIndex
public int getIndex()
getBrush
public LogBrush32 getBrush()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.