public class IFProgressBar extends Object
Constructor and Description |
---|
IFProgressBar(int newX,
int newY,
int newWidth) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(GUIEvent e) |
void |
addActionListener(Object newListener) |
boolean |
canReceiveFocus() |
void |
draw() |
void |
fireEventNotification(interfascia.GUIComponent argComponent,
String argMessage) |
int |
getAbsoluteX() |
int |
getAbsoluteY() |
GUIController |
getController() |
int |
getHeight() |
int |
getIndex() |
String |
getLabel() |
IFLookAndFeel |
getLookAndFeel() |
float |
getProgress() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
initWithParent() |
boolean |
isMouseOver(int mouseX,
int mouseY) |
void |
keyEvent(processing.event.KeyEvent e) |
void |
mouseEvent(MouseEvent e) |
void |
mouseEvent(processing.event.MouseEvent e) |
void |
setController(GUIController c) |
void |
setHeight(int newHeight) |
void |
setIndex(int i) |
void |
setLabel(String argLabel) |
void |
setLookAndFeel(IFLookAndFeel lf) |
void |
setPosition(int newX,
int newY) |
void |
setProgress(float argProgress) |
void |
setSize(int newWidth,
int newHeight) |
void |
setWidth(int newWidth) |
void |
setX(int newX) |
void |
setY(int newY) |
void |
update(int argX,
int argY) |
public void mouseEvent(MouseEvent e)
public boolean canReceiveFocus()
public void draw()
public void setProgress(float argProgress)
public float getProgress()
public void setIndex(int i)
public int getIndex()
public void update(int argX, int argY)
public void setController(GUIController c)
public GUIController getController()
public void initWithParent()
public void setLookAndFeel(IFLookAndFeel lf)
public IFLookAndFeel getLookAndFeel()
public String getLabel()
public void setLabel(String argLabel)
public int getWidth()
public void setWidth(int newWidth)
public int getHeight()
public void setHeight(int newHeight)
public void addActionListener(Object newListener)
public void setSize(int newWidth, int newHeight)
public void setPosition(int newX, int newY)
public void setX(int newX)
public int getX()
public int getAbsoluteX()
public void setY(int newY)
public int getY()
public int getAbsoluteY()
public void mouseEvent(processing.event.MouseEvent e)
public void keyEvent(processing.event.KeyEvent e)
public void actionPerformed(GUIEvent e)
public void fireEventNotification(interfascia.GUIComponent argComponent, String argMessage)
public boolean isMouseOver(int mouseX, int mouseY)
Processing Library interfascia by Brendan Berg. (c) 2015