Overview | Package | Class | Tree | Index | Help NetCharts 4.5
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class netcharts.graphics.
NFRadialAxis

java.lang.Object
  |
  +--netcharts.graphics.NFRadialAxis

public class NFRadialAxis

Field Summary
char decSymbol
          The decimal symbol.
int groupSize
          Size of number grouping.
char groupSymbol
          The number grouping symbol.
 
Method Summary
char getDecimalSymbol()
          Returns the current decimal symbol
int getGroupSize()
          Returns the current grouping size
char getGroupSymbol()
          Returns the current grouping symbol
void setNumberFormat(int groupSize, char groupSymbol, char decSymbol)
          This method can be used to set the group size, symbol and decimal symbol to be used when formatting whole numbers.
 

Field Detail

groupSize

protected int groupSize
Size of number grouping.

groupSymbol

protected char groupSymbol
The number grouping symbol.

decSymbol

protected char decSymbol
The decimal symbol.
Method Detail

setNumberFormat

public void setNumberFormat(int groupSize,
                            char groupSymbol,
                            char decSymbol)
This method can be used to set the group size, symbol and decimal symbol to be used when formatting whole numbers. By default, no grouping is done. Common values are a groupSize of 3 and a groupSymbol of ','
Parameters:
groupSize - The grouping size.
groupSymbol - The grouping symbol.
decSymbol - The decimal symbol.

getGroupSymbol

public char getGroupSymbol()
Returns the current grouping symbol
Returns:
The symbol.

getGroupSize

public int getGroupSize()
Returns the current grouping size
Returns:
The size.

getDecimalSymbol

public char getDecimalSymbol()
Returns the current decimal symbol
Returns:
The symbol.

Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2004
All Rights Reserved.

NetCharts TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Feb 20, 2004