org.wicketstuff.artwork.liquidcanvas.graphics
Class Gradient

java.lang.Object
  extended by org.wicketstuff.artwork.liquidcanvas.graphics.Graphics
      extended by org.wicketstuff.artwork.liquidcanvas.graphics.Gradient
All Implemented Interfaces:
java.io.Serializable

public class Gradient
extends Graphics

See Also:
Serialized Form

Constructor Summary
Gradient()
           
Gradient(java.lang.String from, java.lang.String to)
          Specify in any web color from and to gradient (rgb hex etc)
 
Method Summary
 java.lang.String getStringForJS()
           
 
Methods inherited from class org.wicketstuff.artwork.liquidcanvas.graphics.Graphics
getChainedGraphics, isChained, setChainedGraphics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gradient

public Gradient()

Gradient

public Gradient(java.lang.String from,
                java.lang.String to)
Specify in any web color from and to gradient (rgb hex etc)

Parameters:
from -
to -
Method Detail

getStringForJS

public java.lang.String getStringForJS()
Specified by:
getStringForJS in class Graphics


Copyright © 2011. All Rights Reserved.