slate
Class Slate.UI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--slate.Slate.UI

public static class Slate.UI
extends javax.swing.plaf.ComponentUI

Nested class with the role of UI delegate for Slate component.


Constructor Summary
Slate.UI()
           
 
Method Summary
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
          Override paint in ComponentUI.
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slate.UI

public Slate.UI()
Method Detail

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Override paint in ComponentUI. Draw all the shapes in model associated with delegating view on graphics object supplied
Parameters:
g - graphics object to draw shapes on.
c - delegeting component.
Overrides:
paint in class javax.swing.plaf.ComponentUI