Class PlotProperties
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.application.components.chart.PlotProperties
 
 
- 
public class PlotProperties extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description PlotProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlotPropertiescopy()java.awt.ColorgetBackground()intgetWeight()booleanisOverrideBackground()voidsetBackground(java.awt.Color color)voidsetOverrideBackground(boolean b)voidsetWeight(int i) 
 - 
 
- 
- 
Method Detail
- 
copy
public PlotProperties copy()
 
- 
getBackground
public java.awt.Color getBackground()
 
- 
isOverrideBackground
public boolean isOverrideBackground()
 
- 
getWeight
public int getWeight()
 
- 
setBackground
public void setBackground(java.awt.Color color)
 
- 
setOverrideBackground
public void setOverrideBackground(boolean b)
 
- 
setWeight
public void setWeight(int i)
 
 - 
 
 -