JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class JCChart3dNumberFormat

java.lang.Object
  |
  +--com.klg.jclass.chart3d.JCChart3dNumberFormat

public class JCChart3dNumberFormat
extends Object

JCChartNumberFormat provides a number of static methods used in numbers localization.


Constructor Summary
JCChart3dNumberFormat(com.klg.jclass.chart3d.ParentFormatter parent)
          Constructor that creates this object.
 
Method Summary
 String localize(String s)
          Localizes a String.
 void setNumberFormatterLocale(Locale l)
          Sets the number formatter to a given locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCChart3dNumberFormat

public JCChart3dNumberFormat(com.klg.jclass.chart3d.ParentFormatter parent)
Constructor that creates this object. The parent must be a ParentFormatter, which currently is a JCAxis or JCContourLevels object.

Parameters:
parent -
Method Detail

localize

public String localize(String s)
Localizes a String.

Parameters:
s - the String to be localized
Returns:

setNumberFormatterLocale

public void setNumberFormatterLocale(Locale l)
Sets the number formatter to a given locale.

Parameters:
l - the locale to set the number formatter to

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