Package org.netxms.client.maps.configs
Class DciContainerConfiguration
java.lang.Object
org.netxms.client.maps.configs.DciContainerConfiguration
Base class for all DCI configuration for line
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintintbooleanvoidsetBackgroundColor(int backgroundColor) voidsetBorderColor(int borderColor) voidsetBorderRequired(boolean borderRequired) voidsetDciList(MapDataSource[] dciList) voidsetTextColor(int textColor) 
- 
Constructor Details- 
DciContainerConfigurationpublic DciContainerConfiguration()
 
- 
- 
Method Details- 
getDciList- Returns:
- the dciList
 
- 
setDciList- Parameters:
- dciList- the dciList to set
 
- 
getBackgroundColorpublic int getBackgroundColor()- Returns:
- the backgroundColor
 
- 
setBackgroundColorpublic void setBackgroundColor(int backgroundColor) - Parameters:
- backgroundColor- the backgroundColor to set
 
- 
getTextColorpublic int getTextColor()- Returns:
- the textColor
 
- 
setTextColorpublic void setTextColor(int textColor) - Parameters:
- textColor- the textColor to set
 
- 
getBorderColorpublic int getBorderColor()- Returns:
- the borderColor
 
- 
setBorderColorpublic void setBorderColor(int borderColor) - Parameters:
- borderColor- the borderColor to set
 
- 
isBorderRequiredpublic boolean isBorderRequired()- Returns:
- the borderRequired
 
- 
setBorderRequiredpublic void setBorderRequired(boolean borderRequired) - Parameters:
- borderRequired- the borderRequired to set
 
 
-