Class PlotProperties
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.components.chart.PlotProperties
 
- 
 public class PlotProperties extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description PlotProperties()
 - 
Method SummaryAll 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- 
copypublic PlotProperties copy() 
 - 
getBackgroundpublic java.awt.Color getBackground() 
 - 
isOverrideBackgroundpublic boolean isOverrideBackground() 
 - 
getWeightpublic int getWeight() 
 - 
setBackgroundpublic void setBackground(java.awt.Color color) 
 - 
setOverrideBackgroundpublic void setOverrideBackground(boolean b) 
 - 
setWeightpublic void setWeight(int i) 
 
- 
 
-