PIRL

PIRL.Viewers
Class Memory_Chart_UI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by PIRL.Viewers.Memory_ChartUI
          extended by PIRL.Viewers.Memory_Chart_UI

public class Memory_Chart_UI
extends Memory_ChartUI

A Memory_Chart_UI provides a ComponentUI delegate for the Memory_Chart component.

Version:
1.5
See Also:
Memory_Chart, Memory_History

Field Summary
static String ID
          Class identification name with source code version and date.
 
Constructor Summary
Memory_Chart_UI()
          Construct a Memory_Chart_UI object.
 
Method Summary
static ComponentUI createUI(JComponent component)
          Construct a Memory_Chart_UI object for the specified JComponent.
 void paint(Graphics graphics, JComponent component)
          Paint the component on the graphics display device.
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
Class identification name with source code version and date.

See Also:
Constant Field Values
Constructor Detail

Memory_Chart_UI

public Memory_Chart_UI()
Construct a Memory_Chart_UI object.

Method Detail

createUI

public static ComponentUI createUI(JComponent component)
Construct a Memory_Chart_UI object for the specified JComponent.

Parameters:
component - The JComponent for which ComponentUI delegation is to be provided.
Returns:
A Memory_Chart_UI object.

paint

public void paint(Graphics graphics,
                  JComponent component)
Paint the component on the graphics display device.

Overrides:
paint in class ComponentUI
Parameters:
graphics - The Graphics on which to paint the component.
component - The JComponent to be painted.

PIRL

Copyright (C) \ 2003-2009 Bradford Castalia, University of Arizona