| org.jfree.experimental.chart.demo.LogAxisDemo1
LogAxisDemo1 | public class LogAxisDemo1 extends ApplicationFrame (Code) | | A simple demo showing the use of the
LogAxis class.
|
Method Summary | |
public static JPanel | createDemoPanel() Creates a panel for the demo (used by SuperDemo.java). | public static void | main(String[] args) Starting point for the demonstration application. |
LogAxisDemo1 | public LogAxisDemo1(String title)(Code) | | Creates a new instance of the demo.
Parameters: title - the frame title. |
createDemoPanel | public static JPanel createDemoPanel()(Code) | | Creates a panel for the demo (used by SuperDemo.java).
A panel. |
main | public static void main(String[] args)(Code) | | Starting point for the demonstration application.
Parameters: args - ignored. |
|
|