hsgame
接口 ProgressBar

所有超级接口:
Control

public interface ProgressBar
extends Control

ProgressBar。

作者:
HsGame

方法摘要
 void setClipRect(int left, int top, int width, int height)
          设置进度条裁剪范围。
 void setValues(int minimum, int maximum, int value)
           
 void setValues(int minimum, int maximum, int value, int times)
           
 
从接口 hsgame.Control 继承的方法
addActionScale, addActivated, addAlpha, addBackColorChanged, addControl, addControlAdded, addControlRemoved, addDisabledMouseDown, addDisabledMouseMove, addDisabledMouseUp, addDisabledMouseUpDown, addDisabledMouseUpDownMove, addEnabledChanged, addFilledRectangle, addFrameFlagChecked, addFrameFlagChecked, addGotFocus, addInvalidated, addKeyDown, addKeyUp, addLeft, addLine, addLinearMove, addLoad, addLocationChanged, addLoseFocus, addMouseDown, addMouseDown, addMouseMove, addMouseMove, addMouseUp, addMouseUp, addMouseUpDown, addMouseUpDownMove, addMove, addPaint, addPaint, addParentChanged, addParticleEffect, addPathMove, addRectangle, addResize, addRunnable, addRunnable, addScale, addSizeChanged, addTextAlpha, addTimer, addTop, addUIAction, addUIAction, addUIAction, addUIAction, addUIAction, addUIPainter, addUIPainter, addUIPainter, addUIPainter, addUISpineAction, addUISpineAction, addUISpineAction, addUISpineAction, addUISpineAction, addUISpineAction, addUISpineAction, addUISpineAction, addVisibleChanged, clearAlpha, clearScales, clearShape, clearShapes, clearUIAction, clearUIActions, clearUIPainter, clearUIPainters, clone, contains, createWebViewClient, getBackColor, getBorderColor, getClientRectangle, getControl, getControlRectangleToScreen, getControls, getFontSize, getForeBorderColor, getForeColor, getHeight, getLeft, getLeftToForm, getLeftToScreen, getParent, getParentForm, getTag, getText, getTextAlign, getTextWidth, getTextWithoutTagsWidth, getTop, getTopToForm, getTopToScreen, getUISpineActionRotation, getWidth, insertControl, isChecked, isContainer, isCreated, isEnabled, isFlipX, isPaint, isVisible, playAction, playSpineAction, playSpineAction, playSpineAction, playSpineAction, removeActivated, removeAllControls, removeBackColorChanged, removeBasePaintEvent, removeControl, removeControl, removeControlAdded, removeControlRemoved, removeDisabledMouseDown, removeDisabledMouseMove, removeDisabledMouseUp, removeEnabledChanged, removeFilledRectangle, removeFrameFlagChecked, removeGotFocus, removeInvalidated, removeKeyDown, removeKeyUp, removeLine, removeLinearMove, removeLoad, removeLocationChanged, removeLoseFocus, removeMouseDown, removeMouseMove, removeMouseUp, removeMove, removePaint, removeParentChanged, removeParticleEffect, removePathMove, removeRectangle, removeResize, removeRunnable, removeSizeChanged, removeTimer, removeUIAction, removeUIPainter, removeUISpineAction, removeVisibleChanged, replaceUIActionMLG, resetAsc, setActionScale, setAlpha, setAnchor, setBackColor, setBorderColor, setChecked, setCustomBackgroundThemeLength, setDigitalText, setEnabled, setEnabled, setFlipX, setFontSize, setForeBorderColor, setForeColor, setHeight, setLeft, setPaint, setParent, setScale, setShader, setShader, setTag, setText, setText, setTextAlign, setTheme, setTop, setUIActionLoopCount, setUIPainterAction, setUIPainterLoopCount, setUISpineActionLoopCount, setUISpineActionRotation, setUISpineActionSkin, setUITextHandlerDigitFormat, setVisible, setWidth
 

方法详细信息

setValues

void setValues(int minimum,
               int maximum,
               int value)

setValues

void setValues(int minimum,
               int maximum,
               int value,
               int times)

setClipRect

void setClipRect(int left,
                 int top,
                 int width,
                 int height)
设置进度条裁剪范围。

参数:
left -
top -
width -
height -