Top Fields Constructors Methods
sun.tools.jconsole.inspector

public Class XPlotter

extends Plotter
Class Inheritance
Annotations
@SuppressWarnings:serial
Imports
sun.tools.jconsole.Plotter, javax.swing.JTable

Field Summary

Modifier and TypeField and Description
pack-priv JTable

Constructor Summary

AccessConstructor and Description
public
XPlotter(JTable table, Plotter.Unit unit)

Method Summary

Modifier and TypeMethod and Description
public void
addValues(long time, long... values)

Overrides sun.tools.jconsole.Plotter.addValues.

Inherited from sun.tools.jconsole.Plotter:
actionPerformedcreateSequencegetAccessibleContextgetComponentPopupMenugetViewRangepaintComponentpropertyChangesetDecimalssetIsPlottedsetUnitsetUseDashedTransitionssetViewRange

Field Detail

tableback to summary
pack-priv JTable table

Constructor Detail

XPlotterback to summary
public XPlotter(JTable table, Plotter.Unit unit)

Method Detail

addValuesback to summary
public void addValues(long time, long... values)

Overrides sun.tools.jconsole.Plotter.addValues.

Annotations
@Override