A B C D I K P S V 

A

ANNULAR_DETERMINATE - com.kaopiz.kprogresshud.KProgressHUD.Style
 

B

BAR_DETERMINATE - com.kaopiz.kprogresshud.KProgressHUD.Style
 

C

com.kaopiz.kprogresshud - パッケージ com.kaopiz.kprogresshud
 
create(Context) - クラス のstaticメソッドcom.kaopiz.kprogresshud.KProgressHUD
Create a new HUD.
create(Context, KProgressHUD.Style) - クラス のstaticメソッドcom.kaopiz.kprogresshud.KProgressHUD
Create a new HUD. specify the HUD style (if you use a custom view, you need KProgressHUD.create(Context context)).

D

Determinate - com.kaopiz.kprogresshudのインタフェース
If a view implements this interface passed to the HUD as a custom view, its progress can be updated by calling setMax() and setProgress() on the HUD.
dismiss() - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
 

I

Indeterminate - com.kaopiz.kprogresshudのインタフェース
If a view implements this interface passed to the HUD as a custom view, its animation speed can be change by calling setAnimationSpeed() on the HUD.
isShowing() - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
 

K

KProgressHUD - com.kaopiz.kprogresshudのクラス
 
KProgressHUD(Context) - クラス のコンストラクタcom.kaopiz.kprogresshud.KProgressHUD
 
KProgressHUD.Style - com.kaopiz.kprogresshudの列挙型
 

P

PIE_DETERMINATE - com.kaopiz.kprogresshud.KProgressHUD.Style
 

S

setAnimationSpeed(float) - インタフェース のメソッドcom.kaopiz.kprogresshud.Indeterminate
 
setAnimationSpeed(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Change animation speed relative to default.
setAutoDismiss(boolean) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Specify whether this HUD closes itself if progress reaches max.
setBackgroundColor(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Specify the HUD background color
setCancellable(boolean) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Specify whether this HUD can be cancelled by using back button (default is false) Setting a cancelable to true with this method will set a null callback, clearing any callback previously set with KProgressHUD.setCancellable(DialogInterface.OnCancelListener)
setCancellable(DialogInterface.OnCancelListener) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Specify a callback to run when using the back button (default is null)
setCornerRadius(float) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Specify corner radius of the HUD (default is 10)
setCustomView(View) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Provide a custom view to be displayed.
setDetailsLabel(String) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Optional detail description to be displayed on the HUD
setDetailsLabel(String, int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Optional detail description to be displayed
setDimAmount(float) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Specify the dim area around the HUD, like in Dialog
setGraceTime(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Grace period is the time (in milliseconds) that the invoked method may be run without showing the HUD.
setLabel(String) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Optional label to be displayed.
setLabel(String, int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Optional label to be displayed
setMax(int) - インタフェース のメソッドcom.kaopiz.kprogresshud.Determinate
 
setMaxProgress(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Max value for use in one of the determinate styles
setProgress(int) - インタフェース のメソッドcom.kaopiz.kprogresshud.Determinate
 
setProgress(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Set current progress.
setSize(int, int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Set HUD size.
setStyle(KProgressHUD.Style) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
Specify the HUD style (not needed if you use a custom view)
setWindowColor(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
推奨されていません。
As of release 1.1.0, replaced by KProgressHUD.setBackgroundColor(int)
show() - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
 
SPIN_INDETERMINATE - com.kaopiz.kprogresshud.KProgressHUD.Style
 

V

valueOf(String) - 列挙 のstaticメソッドcom.kaopiz.kprogresshud.KProgressHUD.Style
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 のstaticメソッドcom.kaopiz.kprogresshud.KProgressHUD.Style
この列挙型の定数を含む配列を宣言されている順序で返します。
A B C D I K P S V 
ナビゲーション・リンクをスキップ