org.wicketstuff.flot
Class GraphType

java.lang.Object
  extended by org.wicketstuff.flot.GraphType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BarGraphType, LineGraphType, PointsGraphType

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

See Also:
Serialized Form

Constructor Summary
GraphType(java.lang.Double lineWidth, java.lang.Boolean fill, Color fillColor)
           
 
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

GraphType

public GraphType(java.lang.Double lineWidth,
                 java.lang.Boolean fill,
                 Color fillColor)
Method Detail

toString

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


Copyright © 2010. All Rights Reserved.