public class FakeModel3 extends AbstractFocalPlaneMapModel
listeners| Constructor and Description |
|---|
FakeModel3(String name) |
| Modifier and Type | Method and Description |
|---|---|
FocalPlaneMapModel |
getModel(Serializable 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() |
addFocalPlaneMapModelListener, notifyListeners, removeFocalPlaneMapModelListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTitlepublic FakeModel3(String name)
public FocalPlaneMapModel getModel(Serializable descriptor)
public FocalPlaneMapValue getValue()
FocalPlaneMapModelgetValue(...) methods overrides it for a specific display cell.
The default implementation returns EMPTY.null if the default value should be used for this raft.public FocalPlaneMapValue getValue(int raftX, int raftY)
FocalPlaneMapModelNONE.raftX - RAFT X index. Range 0 to 4.raftY - RAFT Y index. Range 0 to 4.null if the default value should be used for this raft.public FocalPlaneMapValue getValue(int raftX, int raftY, int reb)
FocalPlaneMapModelNONE.raftX - RAFT X index. Range 0 to 4.raftY - RAFT Y index. Range 0 to 4.reb - REB index. Range 0 to 2.null if the default value should be used for this REB.public FocalPlaneMapValue getValue(int raftX, int raftY, int reb, int ccdY)
FocalPlaneMapModelNONE.raftX - RAFT X index. Range 0 to 4.raftY - RAFT Y index. Range 0 to 4.reb - REB index. Range 0 to 2.ccdY - CCD Y index. Range 0 to 2.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.raftX - RAFT X index. Range 0 to 4.raftY - RAFT Y index. Range 0 to 4.reb - REB index. Range 0 to 2.ccdY - CCD Y index. Range 0 to 2.ampX - Amplifier X index. Range 0 to 7.ampY - Amplifier Y index. Range 0 to 1.null if the default value should be used for this CCD.Copyright © 2019 LSST. All rights reserved.