org.freehep.graphicsio.emf.gdi
Class TriVertex

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

public class TriVertex
extends 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, Color color)
           
 
Method Summary
 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,
                 Color color)

TriVertex

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

write

public void write(EMFOutputStream emf)
           throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.