Class FlowPlot

    • Field Detail

      • m_NodeLabelColor

        protected Color m_NodeLabelColor
        the color for the node labels.
      • m_ColorProvider

        protected ColorProvider m_ColorProvider
        the color provider.
    • Constructor Detail

      • FlowPlot

        public FlowPlot()
    • Method Detail

      • setNodeLabelColor

        public void setNodeLabelColor​(Color value)
        Sets the color for the node labels.
        Parameters:
        value - the color
      • getNodeLabelColor

        public Color getNodeLabelColor()
        Returns the color for the node labels.
        Returns:
        the color
      • nodeLabelColorTipText

        public String nodeLabelColorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setColorProvider

        public void setColorProvider​(ColorProvider value)
        Sets the color provider for the plot.
        Parameters:
        value - the provider
      • getColorProvider

        public ColorProvider getColorProvider()
        Returns the color provider for the plot.
        Returns:
        the provider
      • colorProviderTipText

        public String colorProviderTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doGenerate

        protected org.jfree.chart.JFreeChart doGenerate​(org.jfree.data.general.Dataset data)
        Performs the actual generation of the chart.
        Specified by:
        doGenerate in class AbstractChartGenerator
        Parameters:
        data - the data to use
        Returns:
        the chart