JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
stella.command
Interface InitializerDepending
All Known Implementing Classes:
AcquireAdapter
,
AcquireAuxiliary
,
AcquisitionCommand
,
AutoFocusCcd
,
DerotatorOffsetTelescope
,
DerotatorTelescope
,
DitherAcquireAuxiliary
,
DitherStarCommand
,
ExposeAdapter
,
ExposeAuxiliary
,
FocusAdapter
,
FocusOffsetAdapter
,
FocusOffsetTelescope
,
FocusTelescope
,
GeometryAcquire
,
GeometryAdapter
,
GeometryAuxiliary
,
GeometryCcd
,
HotPixelOffsetAdapter
,
InitialOffsetTelescope
,
MoveTelescope
,
PinholeOffsetAdapter
,
PitchAuxiliary
,
PointingModelAdd
,
PointingModelTelescope
,
PositionTelescope
,
RandomDitherAuxiliary
,
RandomOffsetTelescope
,
ScientificCcd
,
SelectClearFilterCalibration
,
SelectFilterCalibration
,
SelectInitFilterCalibration
,
SequenceDitherAuxiliary
,
StartExposingAuxiliary
,
StartGuidingAdapter
,
StartGuidingAuxiliary
,
StartGuidingCommand
,
TotalOffsetTelescope
public interface
InitializerDepending
A command that needs a statis string initializer to become valid.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
initWith
(
String
init)
Supplies a static string to the command that renders it valid.
Method Detail
initWith
void initWith(
String
init)
Supplies a static string to the command that renders it valid. The format and interpretation of the initializer is within the command's responsibility.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method