ca.nanometrics.gflot.client.util
Class JSONWrapper

java.lang.Object
  extended by ca.nanometrics.gflot.client.util.JSONWrapper
Direct Known Subclasses:
JSONArrayWrapper, JSONObjectWrapper

public abstract class JSONWrapper
extends java.lang.Object

A JSONWrapper wraps a JSONValue and provides convenient access using Java types.

Author:
AlexanderDeleon

Constructor Summary
JSONWrapper()
           
 
Method Summary
protected abstract  com.google.gwt.json.client.JSONValue getWrappedObj()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONWrapper

public JSONWrapper()
Method Detail

getWrappedObj

protected abstract com.google.gwt.json.client.JSONValue getWrappedObj()


Copyright © 2009. All Rights Reserved.