
public class MetrologyConfigurable
extends org.lsst.ccs.framework.ConfigurableComponent
| Constructor and Description |
|---|
MetrologyConfigurable(String name,
double startx,
double stopx,
double dx,
double starty,
double stopy,
double dy,
double rotation,
double cornerang,
int nsamples,
int measmode,
double acceleration,
double speed) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAcceleration(Object acceleration) |
void |
setCornerang(Object cornerang) |
void |
setdX(Object dX) |
void |
setdY(Object dY) |
void |
setMeasmode(Object measmode) |
void |
setNSamples(Object nSamples) |
void |
setRotation(Object rotation) |
void |
setSpeed(Object speed) |
void |
setStartX(Object StartX) |
void |
setStartY(Object StartY) |
void |
setStopX(Object StopX) |
void |
setStopY(Object StopY) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchange, dropSubmittedChanges, getChildren, getComponentByName, getEnvironment, getParent, getParentObject, getSubmittedChanges, init, isParameterConfigurable, postStart, printConfigurableParameters, setBulkParameter, shutdownNow, start, submitChange, submitChanges, validateBulkChangepublic MetrologyConfigurable(String name, double startx, double stopx, double dx, double starty, double stopy, double dy, double rotation, double cornerang, int nsamples, int measmode, double acceleration, double speed)
public void setStartX(Object StartX)
public void setStopX(Object StopX)
public void setdX(Object dX)
public void setStartY(Object StartY)
public void setStopY(Object StopY)
public void setdY(Object dY)
public void setNSamples(Object nSamples)
public void setRotation(Object rotation)
public void setCornerang(Object cornerang)
public void setMeasmode(Object measmode)
public void setAcceleration(Object acceleration)
public void setSpeed(Object speed)
Copyright © 2016 LSST. All rights reserved.