FreeHEP API
Version current

org.freehep.graphicsio.emf
Class TriVertex

java.lang.Object
  extended byorg.freehep.graphicsio.emf.TriVertex

public class TriVertex
extends Object

EMF TriVertex

Version:
$Id: TriVertex.java,v 1.1 2002/02/27 22:05:05 duns Exp $
Author:
Mark Donszelmann
Source Code:
TriVertex.java

Constructor Summary
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)
Method Detail

write

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

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.