com.izforge.izpack.panels.packs
Class PacksPanelBase.LFIndependentIcon

java.lang.Object
  extended by com.izforge.izpack.panels.packs.PacksPanelBase.LFIndependentIcon
All Implemented Interfaces:
Icon
Enclosing class:
PacksPanelBase

public static class PacksPanelBase.LFIndependentIcon
extends Object
implements Icon


Constructor Summary
PacksPanelBase.LFIndependentIcon()
           
 
Method Summary
protected  void drawCheck(Graphics graphics, int x, int y)
           
protected  int getControlSize()
           
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component component, Graphics graphics, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacksPanelBase.LFIndependentIcon

public PacksPanelBase.LFIndependentIcon()
Method Detail

getControlSize

protected int getControlSize()

paintIcon

public void paintIcon(Component component,
                      Graphics graphics,
                      int x,
                      int y)
Specified by:
paintIcon in interface Icon

drawCheck

protected void drawCheck(Graphics graphics,
                         int x,
                         int y)

getIconWidth

public int getIconWidth()
Specified by:
getIconWidth in interface Icon

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface Icon


Copyright © 2018. All rights reserved.