org.freehep.graphicsio.emf.gdi
Class GradientRectangle

java.lang.Object
  extended by org.freehep.graphicsio.emf.gdi.Gradient
      extended by org.freehep.graphicsio.emf.gdi.GradientRectangle

public class GradientRectangle
extends Gradient

EMF GradientRectangle

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

Constructor Summary
GradientRectangle(EMFInputStream emf)
           
GradientRectangle(int upperLeft, int lowerRight)
           
 
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

GradientRectangle

public GradientRectangle(int upperLeft,
                         int lowerRight)

GradientRectangle

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

write

public void write(EMFOutputStream emf)
           throws java.io.IOException
Specified by:
write in class Gradient
Throws:
java.io.IOException

toString

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.