public class IFLabel extends Object
Constructor and Description |
---|
IFLabel(String argLabel,
int argX,
int argY) |
IFLabel(String newLabel,
int newX,
int newY,
int size) |
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() |
int |
getTextSize() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
initWithParent() |
boolean |
isMouseOver(int mouseX,
int mouseY) |
void |
keyEvent(processing.event.KeyEvent 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 |
setSize(int newWidth,
int newHeight) |
void |
setTextSize(int size) |
void |
setWidth(int newWidth) |
void |
setX(int newX) |
void |
setY(int newY) |
void |
update(int argX,
int argY) |
public IFLabel(String argLabel, int argX, int argY)
public IFLabel(String newLabel, int newX, int newY, int size)
public boolean canReceiveFocus()
public void setTextSize(int size)
public int getTextSize()
public void draw()
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