public class IFRadioButton extends Object
Constructor and Description |
---|
IFRadioButton(String newLabel,
int newX,
int newY,
IFRadioController newController) |
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 |
getWidth() |
int |
getX() |
int |
getY() |
void |
initWithParent() |
boolean |
isMouseOver(int mouseX,
int mouseY) |
boolean |
isSelected() |
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 |
setSelected() |
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 IFRadioButton(String newLabel, int newX, int newY, IFRadioController newController)
public void initWithParent()
public void mouseEvent(processing.event.MouseEvent e)
public void keyEvent(processing.event.KeyEvent e)
public void draw()
public boolean isSelected()
public void setSelected()
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 setLookAndFeel(IFLookAndFeel lf)
public IFLookAndFeel getLookAndFeel()
public String getLabel()
public void setLabel(String argLabel)
public boolean canReceiveFocus()
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 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