List of usage examples for org.jfree.chart.plot CombinedDomainXYPlot subclass-usage
From source file org.jfree.chart.plot.StackedXYPlot.java
/** * An extension of {@link CombinedDomainXYPlot} that contains multiple subplots that have their own domain axis. */ public class StackedXYPlot extends CombinedDomainXYPlot { private static final long serialVersionUID = 3860487632916676808L;
From source file test.CombinedXYPlot.java
/** * A specialised form of {@link CombinedDomainCategoryPlot} where the * subplots share not only the same x-axis, but also the same y-axis. */ public class CombinedXYPlot extends CombinedDomainXYPlot {
From source file ChartUsingJava.CombinedXYPlot.java
/** * A specialised form of {@link CombinedDomainCategoryPlot} where the * subplots share not only the same x-axis, but also the same y-axis. */ public class CombinedXYPlot extends CombinedDomainXYPlot {
From source file org.jfree.experimental.chart.plot.CombinedXYPlot.java
/** * A specialised form of {@link CombinedDomainCategoryPlot} where the * subplots share not only the same x-axis, but also the same y-axis. */ public class CombinedXYPlot extends CombinedDomainXYPlot {