API V2.0

repast.simphony.relogo.factories
[Java] Class ToggleButtonIcon

java.lang.Object
  repast.simphony.relogo.factories.ToggleButtonIcon
All Implemented Interfaces:
Icon

public class ToggleButtonIcon

Method Summary
int getIconHeight()

int getIconWidth()

void paintIcon(Component c, Graphics g, int x, int y)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getIconHeight

de
	public
public int getIconHeight()


getIconWidth

de
	public
public int getIconWidth()


paintIcon

de
	public
public void paintIcon(Component c, Graphics g, int x, int y)


 

ReLogo API V2.0