com.jpeterson.virtlcd.swing.ui
Class DotMatrixDisplayUI

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

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

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

Author:
Jesse Peterson

Constructor Summary
DotMatrixDisplayUI()
           
 
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

DotMatrixDisplayUI

public DotMatrixDisplayUI()


Copyright © 2008 Jesse Peterson. All Rights Reserved.