public class SequenceDitherAuxiliary extends DitherAuxiliary implements InitializerDepending, TargetDependingCommand, SequencerDepending
AuxiliaryMasterCommandEvent.Create| Modifier and Type | Field and Description |
|---|---|
private int |
current
Current active filter.
|
private List<Vector2D> |
offsets
The desired offsets.
|
WIFSIPSCALECOMMANDPACKAGE, JVIEWPACKAGE, TYPESEPARATORSEPCHARlocalHost, sourceNamesource| Constructor and Description |
|---|
SequenceDitherAuxiliary(Object src)
Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time.
|
SequenceDitherAuxiliary(Object src,
String id,
long time)
Constructs a new offset telescope command.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getLine()
Returns the command line of the select filter command.
|
double |
getOffsetDe()
Returns the current offset in de.
|
double |
getOffsetRa()
Returns the current offset in ra.
|
void |
initWith(String init)
Registers an initializer which is a sequence of filter names, separated
by a colon.
|
boolean |
parseLine(String[] all)
Parse the command line into filter name of the select filter command.
|
void |
registerSequencingParameters(Map<String,Object> loop)
Sets the sequence loop, but subtracts one from it as the first loop index
is 1.
|
void |
registerTargetProperties(Object dither)
Calculates the command line from the mapping delivered in the
DTDConstants.SETUP DOM-element. |
parseDitherList, parseDitherList, parseDitherSingle, parseDitherSingle, setOffsetclassNameToTemplate, createCommand, createCommand, createJCommand, extractType, getExpectedAcknowledgeNumber, parseForStrings, templateToClassNamecheckType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toSkippedString, toStringgetHost, getSourceName, setSourceNamegetSourcepublic SequenceDitherAuxiliary(Object src)
public SequenceDitherAuxiliary(Object src, String id, long time)
parseLine(java.lang.String[]) or the DitherAuxiliary.setOffset(double, double) method are
called.public void initWith(String init)
initWith in interface InitializerDependingpublic String[] getLine()
getLine in class DitherAuxiliarypublic boolean parseLine(String[] all)
parseLine in class DitherAuxiliarypublic void registerTargetProperties(Object dither)
DTDConstants.SETUP DOM-element. It uses the filter
name stored in the setup section handed over.registerTargetProperties in interface TargetDependingCommandpublic void registerSequencingParameters(Map<String,Object> loop)
registerSequencingParameters in interface SequencerDependingpublic double getOffsetRa()
getOffsetRa in class DitherAuxiliarypublic double getOffsetDe()
getOffsetDe in class DitherAuxiliary