JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.beans
Class BeanTextParser

java.lang.Object
  |
  +--com.klg.jclass.chart3d.beans.BeanTextParser

public class BeanTextParser
extends Object

This class serves as a parser for bean setAsText() strings.


Constructor Summary
BeanTextParser()
           
 
Method Summary
static Vector parse(String beanText)
          Parses the setAsText() string from the chart beans.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanTextParser

public BeanTextParser()
Method Detail

parse

public static Vector parse(String beanText)
Parses the setAsText() string from the chart beans. This string looks exactly like the list of parameters you'd pass to the constructor of a wrapper. Some parameters may be encased in quotes, which are removed. All parameters are separated by a comma. Escaped quotes and commas that are within quote blocks are kept as is.

Parameters:
beanText -

Copyright © 2004 Quest Software Inc..
All rights reserved.