Class DciContainerConfiguration

java.lang.Object
org.netxms.client.maps.configs.DciContainerConfiguration

public class DciContainerConfiguration extends Object
Base class for all DCI configuration for line
  • Constructor Details

    • DciContainerConfiguration

      public DciContainerConfiguration()
  • Method Details

    • getDciList

      public MapDataSource[] getDciList()
      Returns:
      the dciList
    • setDciList

      public void setDciList(MapDataSource[] dciList)
      Parameters:
      dciList - the dciList to set
    • getBackgroundColor

      public int getBackgroundColor()
      Returns:
      the backgroundColor
    • setBackgroundColor

      public void setBackgroundColor(int backgroundColor)
      Parameters:
      backgroundColor - the backgroundColor to set
    • getTextColor

      public int getTextColor()
      Returns:
      the textColor
    • setTextColor

      public void setTextColor(int textColor)
      Parameters:
      textColor - the textColor to set
    • getBorderColor

      public int getBorderColor()
      Returns:
      the borderColor
    • setBorderColor

      public void setBorderColor(int borderColor)
      Parameters:
      borderColor - the borderColor to set
    • isBorderRequired

      public boolean isBorderRequired()
      Returns:
      the borderRequired
    • setBorderRequired

      public void setBorderRequired(boolean borderRequired)
      Parameters:
      borderRequired - the borderRequired to set