|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.jenkinsci.plugins.cloverphp.Ratio
public final class Ratio
Represents x/y where x=numerator and y=denominator.
| フィールドの概要 | |
|---|---|
float |
denominator
|
float |
numerator
|
static NumberFormat |
PC_WIDTH_FORMAT
|
| メソッドの概要 | |
|---|---|
static Ratio |
create(float x,
float y)
Creates a new instance of Ratio. |
boolean |
equals(Object o)
|
String |
getHasData()
|
String |
getPcCovered()
|
String |
getPcUncovered()
|
String |
getPcWidth()
|
int |
getPercentage()
Gets the percentage in integer. |
String |
getPercentage1d()
Gets the percentage in integer. |
float |
getPercentageFloat()
Gets the percentage in float. |
String |
getPercentageStr()
|
int |
hashCode()
|
String |
toString()
Gets "x/y" representation. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final NumberFormat PC_WIDTH_FORMAT
public final float numerator
public final float denominator
| メソッドの詳細 |
|---|
public String toString()
Object 内の toStringpublic String getPercentage1d()
public String getPercentageStr()
public String getPcWidth()
CoverageBarProvider 内の getPcWidthpublic String getPcUncovered()
CoverageBarProvider 内の getPcUncoveredpublic String getPcCovered()
CoverageBarProvider 内の getPcCoveredpublic String getHasData()
CoverageBarProvider 内の getHasDatapublic int getPercentage()
public float getPercentageFloat()
public boolean equals(Object o)
Object 内の equalspublic int hashCode()
Object 内の hashCode
public static Ratio create(float x,
float y)
Ratio.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||