net.sourceforge.plantuml.ugraphic
Class UGradient

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UGradient

public class UGradient
extends java.lang.Object


Constructor Summary
UGradient(HtmlColor color1, HtmlColor color2)
           
 
Method Summary
 java.awt.Color getColor(ColorMapper mapper, double coeff)
           
 HtmlColor getColor1()
           
 HtmlColor getColor2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UGradient

public UGradient(HtmlColor color1,
                 HtmlColor color2)
Method Detail

getColor1

public final HtmlColor getColor1()

getColor2

public final HtmlColor getColor2()

getColor

public final java.awt.Color getColor(ColorMapper mapper,
                                     double coeff)


Copyright © 2011. All Rights Reserved.