All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.arcsinc.ui.plot.DoubleFormat

java.lang.Object
   |
   +----com.arcsinc.ui.plot.DoubleFormat

public class DoubleFormat
extends Object

Variable Index

 o convLogBase
 o ENG_FORMAT
 o minIncrement
 o SCI_FORMAT
SCI_FORMAT
 o STD_FORMAT
 o stdMult

Constructor Index

 o DoubleFormat()
 o DoubleFormat(int, int)

Method Index

 o getFormattedString(double)
 o getFormatType()
Get the value of formatType.
 o getFracLength()
Get the value of fracLength.
 o getPrecision()
Get the value of precision.
 o getStdFormattedValue(double)
 o getZeroString()
 o setFormatType(int)
Set the value of formatType.
 o setFracLength(int)
Set the value >(int)
Set the value of fracLength.
 o setPrecision(int)
Set the value of precision.
 o setSpec(int, int)

Variables

 o STD_FORMAT
 public static final int STD_FORMAT
 o SCI_FORMAT
 public static final int SCI_FORMAT
 o ENG_FORMAT
 public static final int ENG_FORMAT
 o stdMult
 protected double stdMult
 o minIncrement
 protected double minIncrement
 o convLogBase
 protected double convLogBase

Constructors

 o DoubleFormat
 public DoubleFormat()
 o DoubleFormat
 public DoubleFormat(int formatType,
                     int spec)

Methods

 o getStdFormattedValue
 public double getStdFormattedValue(double v)
 o getFormattedString
 public String getFormattedString(double v)
 o getZeroString
 public String getZeroString()
 o setSpec
 public boolean setSpec(int format,
                        int spec)
 o getFormatType
 public int getFormatType()
Get the value of formatType.

Returns:
Value of formatType.
 o setFormatType
 public void setFormatType(int v)
Set the value of formatType.

Parameters:
v - Value to assign to formatType.
 o getPrecision
 public int getPrecision()
Get the value of precision.

Returns:
Value of precision.
 o setPrecision
 public void setPrecision(int v)
Set the value of precision.

Parameters:
v - Value to assign to precision.
 o getFracLength
 public int getFracLength()
FracLength
 public int getFracLength()
Get the value of fracLength.

Returns:
Value of fracLength.
 o setFracLength
 publipre>
 public void setFracLength(int v)
Set the value of fracLength.

Parameters:
v - Value to assign to fracLength.

All Packages  Class Hierarchy  This Package  Previous  Next  Index
ody>