Class PointsFromObjects

Object
AnchorBean<MarkCollectionProvider>
InitializableBean<MarkCollectionProvider, MarksInitialization>
MarksBean<MarkCollectionProvider>
MarksBaseProvider<MarkCollectionProvider, MarkCollection>
MarkCollectionProvider
PointsFromObjects
All Implemented Interfaces:
Provider<MarkCollection>

public class PointsFromObjects extends MarkCollectionProvider
Creates a MarkCollection of point marks from an ObjectCollection.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    MarkCollection
    get()
     
    ObjectCollectionProvider
    Provider for the object collection from which to create point marks.
    void
    setObjects(ObjectCollectionProvider objects)
    Provider for the object collection from which to create point marks.

    Methods inherited from class org.anchoranalysis.mpp.bean.MarksBean

    initializerForMarksBeans

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

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

    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

    • PointsFromObjects

      public PointsFromObjects()
  • Method Details

    • get

      public MarkCollection get() throws ProvisionFailedException
      Throws:
      ProvisionFailedException
    • getObjects

      public ObjectCollectionProvider getObjects()
      Provider for the object collection from which to create point marks.
    • setObjects

      public void setObjects(ObjectCollectionProvider objects)
      Provider for the object collection from which to create point marks.