public class Memory_Chart_UI extends Memory_ChartUI
Memory_Chart,
Memory_History| Modifier and Type | Field and Description |
|---|---|
static String |
ID
Class identification name with source code version and date.
|
| Constructor and Description |
|---|
Memory_Chart_UI()
Construct a Memory_Chart_UI object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI, updatepublic static final String ID
public static ComponentUI createUI(JComponent component)
component - The JComponent for which ComponentUI delegation
is to be provided.public void paint(Graphics graphics, JComponent component)
paint in class ComponentUIgraphics - The Graphics on which to paint the component.component - The JComponent to be painted.