프로퍼티 | 타입 | 설명 | |
---|---|---|---|
disabled | bool | ||
shiftIgnoresSnap | bool | ||
snapThreshold | float | ||
snapValues | float[] |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_min | float | ||
_value | float | ||
_vertical | bool | ||
position | float |
메소드 | 설명 | |
---|---|---|
ProgressBar ( Skin skin, string styleName = null ) : System | ||
ProgressBar ( float min, float max, float stepSize, bool vertical, |
||
draw ( Graphics graphics, float parentAlpha ) : void | ||
getStyle ( ) : |
Returns the progress bar's style. Modifying the returned style may not have an effect until {@link #setStyle(ProgressBarStyle)} is called.
|
|
getVisualPercent ( ) : float | ||
setStepSize ( float stepSize ) : |
||
setStyle ( |
||
setValue ( float value ) : void |
Sets the progress bar position, rounded to the nearest step size and clamped to the minimum and maximum values.
|
메소드 | 설명 | |
---|---|---|
getKnobDrawable ( ) : IDrawable |
메소드 | 설명 | |
---|---|---|
snap ( float value ) : float |
Returns a snapped value
|
public ProgressBar ( Skin skin, string styleName = null ) : System | ||
skin | Skin | |
styleName | string | |
리턴 | System |
public ProgressBar ( float min, float max, float stepSize, bool vertical, |
||
min | float | |
max | float | |
stepSize | float | |
vertical | bool | |
style | ||
리턴 | System |
public draw ( Graphics graphics, float parentAlpha ) : void | ||
graphics | Graphics | |
parentAlpha | float | |
리턴 | void |
public setStepSize ( float stepSize ) : |
||
stepSize | float | |
리턴 |