org.jfree.data.general.DatasetGroup Java Examples

The following examples show how to use org.jfree.data.general.DatasetGroup. 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: CyclicXYItemRenderer.java    From openstock with GNU General Public License v3.0 4 votes vote down vote up
/**
 * Returns the dataset group.
 *
 * @return The dataset group.
 */
@Override
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #2
Source File: CyclicXYItemRenderer.java    From ccu-historian with GNU General Public License v3.0 4 votes vote down vote up
/**
 * Returns the dataset group.
 *
 * @return The dataset group.
 */
@Override
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #3
Source File: CyclicXYItemRenderer.java    From buffer_bci with GNU General Public License v3.0 4 votes vote down vote up
/**
 * Returns the dataset group.
 *
 * @return The dataset group.
 */
@Override
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #4
Source File: CyclicXYItemRenderer.java    From SIMVA-SoS with Apache License 2.0 4 votes vote down vote up
/**
 * Returns the dataset group.
 *
 * @return The dataset group.
 */
@Override
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #5
Source File: CyclicXYItemRenderer.java    From buffer_bci with GNU General Public License v3.0 4 votes vote down vote up
/**
 * Returns the dataset group.
 *
 * @return The dataset group.
 */
@Override
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #6
Source File: CyclicXYItemRenderer.java    From ECG-Viewer with GNU General Public License v2.0 4 votes vote down vote up
/**
 * Returns the dataset group.
 *
 * @return The dataset group.
 */
@Override
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #7
Source File: CyclicXYItemRenderer.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Does nothing.
 * 
 * @param group  ignored.
 */
public void setGroup(DatasetGroup group) {
    // unused in parent
}
 
Example #8
Source File: Plot.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns the dataset group for the plot (not currently used).
 *
 * @return The dataset group.
 *
 * @see #setDatasetGroup(DatasetGroup)
 */
public DatasetGroup getDatasetGroup() {
    return this.datasetGroup;
}
 
Example #9
Source File: Plot.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns the dataset group for the plot (not currently used).
 *
 * @return The dataset group.
 * 
 * @see #setDatasetGroup(DatasetGroup)
 */
public DatasetGroup getDatasetGroup() {
    return this.datasetGroup;
}
 
Example #10
Source File: Plot.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Sets the dataset group (not currently used).
 *
 * @param group  the dataset group (<code>null</code> permitted).
 * 
 * @see #getDatasetGroup()
 */
protected void setDatasetGroup(DatasetGroup group) {
    this.datasetGroup = group;
}
 
Example #11
Source File: CyclicXYItemRenderer.java    From opensim-gui with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the dataset group.
 * 
 * @return The dataset group.
 */
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #12
Source File: CyclicXYItemRenderer.java    From opensim-gui with Apache License 2.0 2 votes vote down vote up
/**
 * Does nothing.
 * 
 * @param group  ignored.
 */
public void setGroup(DatasetGroup group) {
    // unused in parent
}
 
Example #13
Source File: Plot.java    From opensim-gui with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the dataset group for the plot (not currently used).
 *
 * @return The dataset group.
 * 
 * @see #setDatasetGroup(DatasetGroup)
 */
public DatasetGroup getDatasetGroup() {
    return this.datasetGroup;
}
 
Example #14
Source File: Plot.java    From opensim-gui with Apache License 2.0 2 votes vote down vote up
/**
 * Sets the dataset group (not currently used).
 *
 * @param group  the dataset group (<code>null</code> permitted).
 * 
 * @see #getDatasetGroup()
 */
protected void setDatasetGroup(DatasetGroup group) {
    this.datasetGroup = group;
}
 
Example #15
Source File: CyclicXYItemRenderer.java    From buffer_bci with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Does nothing.
 *
 * @param group  ignored.
 */
@Override
public void setGroup(DatasetGroup group) {
    // unused in parent
}
 
Example #16
Source File: Plot.java    From buffer_bci with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the dataset group for the plot (not currently used).
 *
 * @return The dataset group.
 *
 * @see #setDatasetGroup(DatasetGroup)
 */
public DatasetGroup getDatasetGroup() {
    return this.datasetGroup;
}
 
Example #17
Source File: Plot.java    From buffer_bci with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Sets the dataset group (not currently used).
 *
 * @param group  the dataset group (<code>null</code> permitted).
 *
 * @see #getDatasetGroup()
 */
protected void setDatasetGroup(DatasetGroup group) {
    this.datasetGroup = group;
}
 
Example #18
Source File: CyclicXYItemRenderer.java    From buffer_bci with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Does nothing.
 *
 * @param group  ignored.
 */
@Override
public void setGroup(DatasetGroup group) {
    // unused in parent
}
 
Example #19
Source File: Plot.java    From buffer_bci with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the dataset group for the plot (not currently used).
 *
 * @return The dataset group.
 *
 * @see #setDatasetGroup(DatasetGroup)
 */
public DatasetGroup getDatasetGroup() {
    return this.datasetGroup;
}
 
Example #20
Source File: Plot.java    From buffer_bci with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Sets the dataset group (not currently used).
 *
 * @param group  the dataset group (<code>null</code> permitted).
 *
 * @see #getDatasetGroup()
 */
protected void setDatasetGroup(DatasetGroup group) {
    this.datasetGroup = group;
}
 
Example #21
Source File: CyclicXYItemRenderer.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns the dataset group.
 * 
 * @return The dataset group.
 */
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #22
Source File: Plot.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Sets the dataset group (not currently used).
 *
 * @param group  the dataset group (<code>null</code> permitted).
 *
 * @see #getDatasetGroup()
 */
protected void setDatasetGroup(DatasetGroup group) {
    this.datasetGroup = group;
}
 
Example #23
Source File: CyclicXYItemRenderer.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Does nothing.
 *
 * @param group  ignored.
 */
public void setGroup(DatasetGroup group) {
    // unused in parent
}
 
Example #24
Source File: CyclicXYItemRenderer.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns the dataset group.
 *
 * @return The dataset group.
 */
public DatasetGroup getGroup() {
    // unused but must return something, so while we are at it...
    return this.delegateSet.getGroup();
}
 
Example #25
Source File: Plot.java    From ECG-Viewer with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Sets the dataset group (not currently used).
 *
 * @param group  the dataset group (<code>null</code> permitted).
 *
 * @see #getDatasetGroup()
 */
protected void setDatasetGroup(DatasetGroup group) {
    this.datasetGroup = group;
}
 
Example #26
Source File: Plot.java    From ECG-Viewer with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns the dataset group for the plot (not currently used).
 *
 * @return The dataset group.
 *
 * @see #setDatasetGroup(DatasetGroup)
 */
public DatasetGroup getDatasetGroup() {
    return this.datasetGroup;
}
 
Example #27
Source File: CyclicXYItemRenderer.java    From ECG-Viewer with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Does nothing.
 *
 * @param group  ignored.
 */
@Override
public void setGroup(DatasetGroup group) {
    // unused in parent
}
 
Example #28
Source File: Plot.java    From SIMVA-SoS with Apache License 2.0 2 votes vote down vote up
/**
 * Sets the dataset group (not currently used).
 *
 * @param group  the dataset group (<code>null</code> permitted).
 *
 * @see #getDatasetGroup()
 */
protected void setDatasetGroup(DatasetGroup group) {
    this.datasetGroup = group;
}
 
Example #29
Source File: Plot.java    From SIMVA-SoS with Apache License 2.0 2 votes vote down vote up
/**
 * Returns the dataset group for the plot (not currently used).
 *
 * @return The dataset group.
 *
 * @see #setDatasetGroup(DatasetGroup)
 */
public DatasetGroup getDatasetGroup() {
    return this.datasetGroup;
}
 
Example #30
Source File: CyclicXYItemRenderer.java    From SIMVA-SoS with Apache License 2.0 2 votes vote down vote up
/**
 * Does nothing.
 *
 * @param group  ignored.
 */
@Override
public void setGroup(DatasetGroup group) {
    // unused in parent
}