public class FakeModel1 extends AbstractFocalPlaneMapModel implements FocalPlaneMapModelFactory
listeners| Constructor and Description |
|---|
FakeModel1(String name) |
| Modifier and Type | Method and Description |
|---|---|
FocalPlaneMapModel |
getModel(Serializable descriptor)
Creates a model based on the specified descriptor.
|
FocalPlaneMapValue |
getValue(int raftX,
int raftY)
Returns the value for the specified RAFT cell.
|
FocalPlaneMapValue |
getValue(int raftX,
int raftY,
int ccdX,
int ccdY)
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, stopgetTitle, getValue, getValue, getValuepublic FakeModel1(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(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 ccdX, int ccdY)
FocalPlaneMapModelNONE.getValue in interface FocalPlaneMapModelraftX - RAFT X index.raftY - RAFT Y index.ccdX - REB index.ccdY - CCD Y index.null if the default value should be used for this CCD.Copyright © 2018 LSST. All rights reserved.