org.wicketstuff.artwork.liquidcanvas.graphics
Class Graphics

java.lang.Object
  extended by org.wicketstuff.artwork.liquidcanvas.graphics.Graphics
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Border, Fill, Gradient, Image, Rect, RoundedRect, Shadow

public abstract class Graphics
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Graphics()
           
 
Method Summary
 Graphics getChainedGraphics()
           
abstract  java.lang.String getStringForJS()
           
 boolean isChained()
           
 Graphics setChainedGraphics(Graphics chainedGraphics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graphics

public Graphics()
Method Detail

getChainedGraphics

public Graphics getChainedGraphics()

isChained

public boolean isChained()

setChainedGraphics

public Graphics setChainedGraphics(Graphics chainedGraphics)

getStringForJS

public abstract java.lang.String getStringForJS()


Copyright © 2011. All Rights Reserved.