Class GenerateToMatchObjects

Object
AnchorBean<ColorProvider>
InitializableBean<ColorProvider, NullInitialization>
NullParametersBean<ColorProvider>
ColorProvider
GenerateToMatchObjects
All Implemented Interfaces:
Provider<ColorList>

public class GenerateToMatchObjects extends ColorProvider
Generates colors to match the size of an object-collection.
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ColorList
    get()
     
    ColorScheme
     
    ObjectCollectionProvider
     
    void
    setColorScheme(ColorScheme colorScheme)
     
    void
    setObjects(ObjectCollectionProvider objects)
     

    Methods inherited from class org.anchoranalysis.bean.NullParametersBean

    initializeRecursive, onInitialization, onInitialization

    Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean

    getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GenerateToMatchObjects

      public GenerateToMatchObjects()
  • Method Details

    • get

      public ColorList get() throws ProvisionFailedException
      Throws:
      ProvisionFailedException
    • getColorScheme

      public ColorScheme getColorScheme()
    • setColorScheme

      public void setColorScheme(ColorScheme colorScheme)
    • getObjects

      public ObjectCollectionProvider getObjects()
    • setObjects

      public void setObjects(ObjectCollectionProvider objects)