Class PlotProperties
java.lang.Object
com.inductiveautomation.factorypmi.application.components.chart.PlotProperties
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncopy()intbooleanvoidsetBackground(Color color) voidsetOverrideBackground(boolean b) voidsetWeight(int i)  
- 
Constructor Details
- 
PlotProperties
public PlotProperties() 
 - 
 - 
Method Details
- 
copy
 - 
getBackground
 - 
isOverrideBackground
public boolean isOverrideBackground() - 
getWeight
public int getWeight() - 
setBackground
 - 
setOverrideBackground
public void setOverrideBackground(boolean b)  - 
setWeight
public void setWeight(int i)  
 -