public class FakeModel3 extends AbstractFocalPlaneMapModel implements FocalPlaneMapModelFactory
listeners| Constructor and Description |
|---|
FakeModel3(String name) |
| Modifier and Type | Method and Description |
|---|---|
FocalPlaneMapModel |
getModel(Serializable descriptor)
Creates a model based on the specified descriptor.
|
FocalPlaneMapValue |
getValue()
Returns the default value for cells for which the value is not otherwise specified.
|
FocalPlaneMapValue |
getValue(int raftX,
int raftY)
Returns the value for the specified RAFT cell.
|
FocalPlaneMapValue |
getValue(int raftX,
int raftY,
int reb)
Returns the value for the specified REB cell.
|
FocalPlaneMapValue |
getValue(int raftX,
int raftY,
int reb,
int ccdY)
Returns the value for the specified CCD cell.
|
FocalPlaneMapValue |
getValue(int raftX,
int raftY,
int reb,
int ccdY,
int ampX,
int ampY)
Returns the value for the specified CCD cell.
|
String |
toString()
Returns a human-readable name of this factory.
|
addFocalPlaneMapModelListener, notifyListeners, removeFocalPlaneMapModelListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateModel, start, stopgetTitlepublic FakeModel3(String name)
public String toString()
FocalPlaneMapModelFactorytoString in interface FocalPlaneMapModelFactorytoString in class Objectpublic FocalPlaneMapModel getModel(Serializable descriptor)
FocalPlaneMapModelFactorygetModel in interface FocalPlaneMapModelFactorydescriptor - Model descriptor, or null if the default model should be created.public FocalPlaneMapValue getValue()
FocalPlaneMapModelgetValue(...) methods overrides it for a specific display cell.
The default implementation returns EMPTY.getValue in interface FocalPlaneMapModelnull if the default value should be used for this raft.public FocalPlaneMapValue getValue(int raftX, int raftY)
FocalPlaneMapModelNONE.getValue in interface FocalPlaneMapModelraftX - RAFT X index.raftY - RAFT Y index.null if the default value should be used for this raft.public FocalPlaneMapValue getValue(int raftX, int raftY, int reb)
FocalPlaneMapModelNONE.getValue in interface FocalPlaneMapModelraftX - RAFT X index.raftY - RAFT Y index.reb - REB index.null if the default value should be used for this REB.public FocalPlaneMapValue getValue(int raftX, int raftY, int reb, int ccdY)
FocalPlaneMapModelNONE.getValue in interface FocalPlaneMapModelraftX - RAFT X index.raftY - RAFT Y index.reb - REB index.ccdY - CCD Y index.null if the default value should be used for this CCD.public FocalPlaneMapValue getValue(int raftX, int raftY, int reb, int ccdY, int ampX, int ampY)
FocalPlaneMapModelnull.getValue in interface FocalPlaneMapModelraftX - RAFT X index.raftY - RAFT Y index.reb - REB index.ccdY - CCD Y index.ampX - Amplifier X index.ampY - Amplifier Y index.null if the default value should be used for this CCD.Copyright © 2018 LSST. All rights reserved.