Documentation of 'org.jfree.chart.fx.demo.BarChartFXDemo1' Java class
BarChartFXDemo1
org.jfree.chart.fx.demo

Class BarChartFXDemo1

  • All Implemented Interfaces:
    ChartMouseListenerFX


    public class BarChartFXDemo1
    extends javafx.application.Application
    implements ChartMouseListenerFX
    A demo showing the display of JFreeChart within a JavaFX application. For more information about the JFreeSVG vs Batik performance test, see this link: http://www.object-refinery.com/blog/blog-20140423.html
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.application.Application

        javafx.application.Application.Parameters
    • Field Summary

      • Fields inherited from class javafx.application.Application

        STYLESHEET_CASPIAN, STYLESHEET_MODENA
    • Constructor Summary

      Constructors 
      Constructor and Description
      BarChartFXDemo1() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void chartMouseClicked(ChartMouseEventFX event)
      Write the event to the console, just to illustrate.
      void chartMouseMoved(ChartMouseEventFX event)
      Write the event to the console, just to illustrate.
      static void main(java.lang.String[] args)
      Entry point.
      void start(javafx.stage.Stage stage)
      Adds a chart viewer to the stage and displays it.
      • Methods inherited from class javafx.application.Application

        getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BarChartFXDemo1

        public BarChartFXDemo1()
    • Method Detail

      • start

        public void start(javafx.stage.Stage stage)
                   throws java.lang.Exception
        Adds a chart viewer to the stage and displays it.
        Specified by:
        start in class javafx.application.Application
        Parameters:
        stage - the stage.
        Throws:
        java.lang.Exception - if something goes wrong.
      • main

        public static void main(java.lang.String[] args)
        Entry point.
        Parameters:
        args - the command line arguments

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.