java.lang.Object
com.inductiveautomation.factorypmi.application.components.chart.PlotProperties

public class PlotProperties extends Object
  • Constructor Details

    • PlotProperties

      public PlotProperties()
  • Method Details

    • copy

      public PlotProperties copy()
    • getBackground

      public Color getBackground()
    • isOverrideBackground

      public boolean isOverrideBackground()
    • getWeight

      public int getWeight()
    • setBackground

      public void setBackground(Color color)
    • setOverrideBackground

      public void setOverrideBackground(boolean b)
    • setWeight

      public void setWeight(int i)