java.lang.Object
com.inductiveautomation.factorypmi.application.components.util.ColorStateTable
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SimpleBoundColorAdapter.ColorStateTable

public class ColorStateTable extends Object implements Serializable
See Also:
  • Constructor Details

    • ColorStateTable

      public ColorStateTable()
    • ColorStateTable

      public ColorStateTable(ColorStateTable clone)
    • ColorStateTable

      public ColorStateTable(TreeMap<Number,ColorState> clonestates, ColorState fallback)
      This constructor is used for serialization, to overcome a concurrentmodificationexception that occures when using default serialization. We copy the states passed in to make sure that the treemap has OUR comparator
  • Method Details