com.ikokoon.serenity.hudson.modeller
Class JetChartModeller
java.lang.Object
com.ikokoon.serenity.hudson.modeller.JetChartModeller
- All Implemented Interfaces:
- IModeller
public class JetChartModeller
- extends java.lang.Object
- implements IModeller
This class takes a composite and produces a string base64 representation of the serialised model object for the composite. This modeller is for the
JetChart applet.
- Since:
- 09.11.09
- Version:
- 01.00
- Author:
- Michael Couck
|
Method Summary |
java.lang.String |
getModel()
Accesses the model in a base64 string representation. |
void |
visit(java.lang.Class<?> klass,
Composite<?,?>... composites)
Visits a composite and builds a model from the composite. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetChartModeller
public JetChartModeller()
getModel
public java.lang.String getModel()
- Accesses the model in a base64 string representation.
- Specified by:
getModel in interface IModeller
- Returns:
- the IModel serialised to a base 64 string
visit
public void visit(java.lang.Class<?> klass,
Composite<?,?>... composites)
- Visits a composite and builds a model from the composite.
- Specified by:
visit in interface IModeller
- Parameters:
klass - the class of the compositecomposites - the list of composites to generate the model from
Copyright © 2010. All Rights Reserved.