org.freehep.graphicsio.emf.gdi
Class Gradient

java.lang.Object
  extended by org.freehep.graphicsio.emf.gdi.Gradient
Direct Known Subclasses:
GradientRectangle, GradientTriangle

public abstract class Gradient
extends java.lang.Object

EMF Gradient

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

Constructor Summary
Gradient()
           
 
Method Summary
abstract  void write(EMFOutputStream emf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gradient

public Gradient()
Method Detail

write

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.