Ontimize 5.2072EN

com.ontimize.util.swing
Class MenuButton.MenuButtonBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended bycom.ontimize.util.swing.MenuButton.MenuButtonBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable
Enclosing class:
MenuButton

public static class MenuButton.MenuButtonBorder
extends javax.swing.border.AbstractBorder

See Also:
Serialized Form

Constructor Summary
MenuButton.MenuButtonBorder()
           
 
Method Summary
 void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuButton.MenuButtonBorder

public MenuButton.MenuButtonBorder()
Method Detail

paintBorder

public void paintBorder(java.awt.Component c,
                        java.awt.Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)

Ontimize