Documentation of 'org.jfree.chart.renderer.WaferMapRenderer' Java class
WaferMapRenderer
org.jfree.chart.renderer

Class WaferMapRenderer

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class WaferMapRenderer
    extends AbstractRenderer
    A renderer for wafer map plots. Provides color managment facilities.
    See Also:
    Serialized Form
    • Field Detail

      • POSITION_INDEX

        public static final int POSITION_INDEX
        default multivalue paint calculation
        See Also:
        Constant Field Values
      • VALUE_INDEX

        public static final int VALUE_INDEX
        The default value index.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WaferMapRenderer

        public WaferMapRenderer()
        Creates a new renderer.
      • WaferMapRenderer

        public WaferMapRenderer(int paintLimit,
                                int paintIndexMethod)
        Creates a new renderer.
        Parameters:
        paintLimit - the paint limit.
        paintIndexMethod - the paint index method.
      • WaferMapRenderer

        public WaferMapRenderer(java.lang.Integer paintLimit,
                                java.lang.Integer paintIndexMethod)
        Creates a new renderer.
        Parameters:
        paintLimit - the paint limit.
        paintIndexMethod - the paint index method.
    • Method Detail

      • getPlot

        public WaferMapPlot getPlot()
        Returns the plot.
        Returns:
        The plot.
      • setPlot

        public void setPlot(WaferMapPlot plot)
        Sets the plot and build the paint index.
        Parameters:
        plot - the plot.
      • getChipColor

        public java.awt.Paint getChipColor(java.lang.Number value)
        Returns the paint for a given chip value.
        Parameters:
        value - the value.
        Returns:
        The paint.
      • getLegendCollection

        public LegendItemCollection getLegendCollection()
        Builds the list of legend entries. called by getLegendItems in WaferMapPlot to populate the plot legend.
        Returns:
        The legend items.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.