public class PinholePivot extends PropertyContainer implements Pivoting, Initializable
| Modifier and Type | Field and Description |
|---|---|
private Vector2D |
dpix |
static String |
KEY_DIRECTPINHOLE
The pinhole position on the CCD.
|
KEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASS| Constructor and Description |
|---|
PinholePivot(Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
Point2D |
getPivotalPoint()
Returns the pixel on the acquisition CCD that is the pivotal point, or,
which supplies the acquisition center.
|
void |
init() |
void |
setPivotalOffset(double dx,
double dy)
Sets an offset to the pivotal point of the acquisition CCD.
|
augment, augment, augment, augment, augment, clone, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, initProperties, isNew, parseObject, parseObject, reload, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringpublic static final String KEY_DIRECTPINHOLE
private Vector2D dpix
public void init()
init in interface Initializablepublic Point2D getPivotalPoint()
PivotinggetPivotalPoint in interface Pivotingpublic void setPivotalOffset(double dx,
double dy)
PivotingsetPivotalOffset in interface Pivoting