public class ImageReadoutParametersEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageReadoutParametersEvent.CcdType |
| Constructor and Description |
|---|
ImageReadoutParametersEvent(int priority,
String imageName,
int imageIndex,
String ccdNames,
ImageReadoutParametersEvent.CcdType ccdType,
int overRows,
int overCols,
int readRows,
int readCols,
int readCols2,
int preCols,
int preRows,
int postCols) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCcdNames() |
ImageReadoutParametersEvent.CcdType |
getCcdType() |
int |
getImageIndex() |
String |
getImageName() |
int |
getOverCols() |
int |
getOverRows() |
int |
getPostCols() |
int |
getPreCols() |
int |
getPreRows() |
int |
getReadCols() |
int |
getReadCols2() |
int |
getReadRows() |
String |
toString() |
public ImageReadoutParametersEvent(int priority,
String imageName,
int imageIndex,
String ccdNames,
ImageReadoutParametersEvent.CcdType ccdType,
int overRows,
int overCols,
int readRows,
int readCols,
int readCols2,
int preCols,
int preRows,
int postCols)
public String getImageName()
public int getImageIndex()
public String getCcdNames()
public ImageReadoutParametersEvent.CcdType getCcdType()
public int getOverRows()
public int getOverCols()
public int getReadRows()
public int getReadCols()
public int getReadCols2()
public int getPreCols()
public int getPreRows()
public int getPostCols()
Copyright © 2019. All rights reserved.