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
-
convLogBase
-
-
ENG_FORMAT
-
-
minIncrement
-
-
SCI_FORMAT
-
- SCI_FORMAT
-
-
STD_FORMAT
-
-
stdMult
-
-
DoubleFormat()
-
-
DoubleFormat(int, int)
-
-
getFormattedString(double)
-
-
getFormatType()
- Get the value of formatType.
-
getFracLength()
- Get the value of fracLength.
-
getPrecision()
- Get the value of precision.
-
getStdFormattedValue(double)
-
-
getZeroString()
-
-
setFormatType(int)
- Set the value of formatType.
-
setFracLength(int)
- Set the value >(int)
- Set the value of fracLength.
-
setPrecision(int)
- Set the value of precision.
-
setSpec(int, int)
-
STD_FORMAT
public static final int STD_FORMAT
SCI_FORMAT
public static final int SCI_FORMAT
ENG_FORMAT
public static final int ENG_FORMAT
stdMult
protected double stdMult
minIncrement
protected double minIncrement
convLogBase
protected double convLogBase
DoubleFormat
public DoubleFormat()
DoubleFormat
public DoubleFormat(int formatType,
int spec)
getStdFormattedValue
public double getStdFormattedValue(double v)
getFormattedString
public String getFormattedString(double v)
getZeroString
public String getZeroString()
setSpec
public boolean setSpec(int format,
int spec)
)
getFormatType
public int getFormatType()
- Get the value of formatType.
- Returns:
- Value of formatType.
setFormatType
public void setFormatType(int v)
- Set the value of formatType.
- Parameters:
- v - Value to assign to formatType.
getPrecision
public int getPrecision()
- Get the value of precision.
- Returns:
- Value of precision.
setPrecision
public void setPrecision(int v)
- Set the value of precision.
- Parameters:
- v - Value to assign to precision.
getFracLength
public int getFracLength()
FracLength
public int getFracLength()
- Get the value of fracLength.
- Returns:
- Value of fracLength.
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