|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OverlayState | |
|---|---|
| de.desy.acop.video | |
| de.desy.acop.video.displayer | |
| Uses of OverlayState in de.desy.acop.video |
|---|
| Methods in de.desy.acop.video that return OverlayState | |
|---|---|
OverlayState |
AcopVideoParameters.getOverlayState()
Returns the value of the overlay state. |
OverlayState |
AcopVideo.getOverlayState()
Returns overlay information state. |
| Methods in de.desy.acop.video with parameters of type OverlayState | |
|---|---|
void |
AcopVideo.setOverlayState(OverlayState newValue)
|
| Constructors in de.desy.acop.video with parameters of type OverlayState | |
|---|---|
AcopVideoParameters(ConnectionParameters parameters,
boolean aoiZoom,
ImageZoom imageZoom,
OverlayState overlayState,
boolean keepAspectRatio,
boolean histogramEqualisation,
int histogramMin,
int histogramMax,
ColorMap colorMap,
boolean displayClutHeader)
Constructs a new AcopVideoParameters. |
|
| Uses of OverlayState in de.desy.acop.video.displayer |
|---|
| Methods in de.desy.acop.video.displayer that return OverlayState | |
|---|---|
OverlayState |
ImageDisplayer.getOverlayState()
Returns overlay information state. |
static OverlayState |
OverlayState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OverlayState[] |
OverlayState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in de.desy.acop.video.displayer with parameters of type OverlayState | |
|---|---|
void |
ImageDisplayer.setOverlayState(OverlayState newValue)
Sets overlay state mode |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||