Java Code Examples for org.jfree.chart.event.PlotChangeEvent#setChart()

The following examples show how to use org.jfree.chart.event.PlotChangeEvent#setChart() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: Cardumen_00141_t.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 2
Source File: JGenProg2017_00127_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 3
Source File: JGenProg2017_003_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 4
Source File: JGenProg2015_000_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 5
Source File: JGenProg2017_00104_t.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 6
Source File: jKali_0052_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 7
Source File: JGenProg2017_00106_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 8
Source File: JGenProg2017_00106_t.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 9
Source File: jKali_0052_t.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 10
Source File: Cardumen_003_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 11
Source File: JFreeChart.java    From openstock with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
@Override
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 12
Source File: Cardumen_00141_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 13
Source File: Cardumen_0077_t.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 14
Source File: Cardumen_0077_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 15
Source File: JGenProg2015_000_t.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 16
Source File: Cardumen_00241_t.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 17
Source File: Cardumen_00193_t.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 18
Source File: Cardumen_00193_s.java    From coming with MIT License 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 19
Source File: JFreeChart.java    From SIMVA-SoS with Apache License 2.0 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
@Override
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}
 
Example 20
Source File: JFreeChart.java    From ccu-historian with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Receives notification that the plot has changed, and passes this on to
 * registered listeners.
 *
 * @param event  information about the plot change.
 */
@Override
public void plotChanged(PlotChangeEvent event) {
    event.setChart(this);
    notifyListeners(event);
}