com.jpeterson.virtlcd.swing.ui
Class DotMatrixSixByEightUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.jpeterson.virtlcd.swing.ui.DotMatrixSixByEightUI
Direct Known Subclasses:
BasicDotMatrixSixByEightUI

public abstract class DotMatrixSixByEightUI
extends javax.swing.plaf.ComponentUI

Defines the "view" portion of the MVC pattern for Swing component.

Author:
Jesse Peterson

Constructor Summary
DotMatrixSixByEightUI()
           
 
Method Summary
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotMatrixSixByEightUI

public DotMatrixSixByEightUI()


Copyright © 2008 Jesse Peterson. All Rights Reserved.