org.freehep.graphicsio.emf.gdi
Class TriVertex

java.lang.Object
  extended by org.freehep.graphicsio.emf.gdi.TriVertex

public class TriVertex
extends java.lang.Object

EMF TriVertex

Version:
$Id: TriVertex.java 10140 2006-12-07 07:50:41Z duns $
Author:
Mark Donszelmann

Constructor Summary
TriVertex(EMFInputStream emf)
           
TriVertex(int x, int y, java.awt.Color color)
           
 
Method Summary
 java.lang.String toString()
           
 void write(EMFOutputStream emf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TriVertex

public TriVertex(int x,
                 int y,
                 java.awt.Color color)

TriVertex

public TriVertex(EMFInputStream emf)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

write

public void write(EMFOutputStream emf)
           throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.