Class XYTickLabelDemo

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.jfree.ui.ApplicationFrame
org.jfree.chart.demo.XYTickLabelDemo
All Implemented Interfaces:
ActionListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class XYTickLabelDemo
extends org.jfree.ui.ApplicationFrame
implements ActionListener
An example which shows some bugs with tick labels in version 0.9.13
Author:
Matthias Rose
See Also:
Serialized Form
  • Constructor Details

    • XYTickLabelDemo

      public XYTickLabelDemo​(String title)
      A demonstration application showing some bugs with tick labels in version 0.9.13
      Parameters:
      title - the frame title.
  • Method Details

    • actionPerformed

      public void actionPerformed​(ActionEvent event)
      When a checkbox is changed ...
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      event - the event.
    • main

      public static void main​(String[] args)
      Starting point for the demonstration application.
      Parameters:
      args - ignored.