fr.upd.jby
Class AquaSpeedometerUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by fr.upd.jby.SpeedometerUI
          extended by fr.upd.jby.BasicSpeedometerUI
              extended by fr.upd.jby.AquaSpeedometerUI

public class AquaSpeedometerUI
extends BasicSpeedometerUI

Source code here.

Author:
Jean-Baptiste Yunès
Date
03/2011

Field Summary
 
Fields inherited from class fr.upd.jby.SpeedometerUI
arrowColor
 
Constructor Summary
AquaSpeedometerUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void paint(Graphics og, JComponent co)
           
 
Methods inherited from class fr.upd.jby.SpeedometerUI
contains, getAccessible, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimuSize, getPreferredSize
 
Methods inherited from class javax.swing.plaf.ComponentUI
getAccessibleChild, getMinimumSize, installUI, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaSpeedometerUI

public AquaSpeedometerUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paint

public void paint(Graphics og,
                  JComponent co)
Overrides:
paint in class SpeedometerUI