Class ReferenceFactory
Object
ReferenceFactory
Creates reference (i.e. Providers that reference an existing object) of different types.
This is particularly useful to avoid referring to multiple identically named Reference
classes in the same file, necessitating the use of the fully qualified class name.
- Author:
- Owen Feehan
-
Method Summary
-
Method Details
-
stack
Creates a reference to a stack.- Parameters:
id
- the identifier of the stack- Returns:
- a new
Reference
-
channel
Creates a reference to a channel.- Parameters:
id
- the identifier of the channel- Returns:
- a new
Reference
-
objects
Creates a reference to objects.- Parameters:
id
- the identifier of the objects- Returns:
- a new
Reference
-
mask
Creates a reference to a mask.- Parameters:
id
- the identifier of the mask- Returns:
- a new
Reference
-
histogram
Creates a reference to a histogram.- Parameters:
id
- the identifier of the histogram- Returns:
- a new
Reference
-