org.wicketstuff.flot
Class BarGraphType

java.lang.Object
  extended by org.wicketstuff.flot.GraphType
      extended by org.wicketstuff.flot.BarGraphType
All Implemented Interfaces:
java.io.Serializable

public class BarGraphType
extends GraphType

Author:
Michael Würtinger (mwuertinger@users.sourceforge.net)
See Also:
Serialized Form

Nested Class Summary
static class BarGraphType.Align
           
 
Constructor Summary
BarGraphType(java.lang.Double lineWidth, java.lang.Boolean fill, Color fillColor, java.lang.Double barWidth, BarGraphType.Align align)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BarGraphType

public BarGraphType(java.lang.Double lineWidth,
                    java.lang.Boolean fill,
                    Color fillColor,
                    java.lang.Double barWidth,
                    BarGraphType.Align align)
Method Detail

toString

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


Copyright © 2010. All Rights Reserved.