jlink.flowchart.vertexUI
Class VertexUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by jlink.flowchart.vertexUI.VertexUI
Direct Known Subclasses:
JLVertexUI

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

Author:
jasonkb

Field Summary
static java.lang.String UI_CLASS_ID
           
 
Constructor Summary
VertexUI()
           
 
Method Summary
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, 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
 

Field Detail

UI_CLASS_ID

public static final java.lang.String UI_CLASS_ID
See Also:
Constant Field Values
Constructor Detail

VertexUI

public VertexUI()