|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.gui.displayers.DisplayerParameters
de.desy.acop.displayers.tools.AcopDisplayerParameters
de.desy.acop.video.AcopVideoParameters
public class AcopVideoParameters
AcopVideoParameters are parameters used by the AcopVideo.
They hold information about the ConnectionParameters and the specific
AcopVideo features.
| Field Summary |
|---|
| Fields inherited from class com.cosylab.gui.displayers.DisplayerParameters |
|---|
name, names, values |
| Constructor Summary | |
|---|---|
AcopVideoParameters(ConnectionParameters parameters)
Constructs a new AcopVideoParameters with all properties false and grayscale color map. |
|
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. |
|
| Method Summary | |
|---|---|
ColorMap |
getColorMap()
Returns the color map. |
int |
getHistogramMax()
Returns max value of the histogram. |
int |
getHistogramMin()
Returns min value of the histogram. |
ImageZoom |
getImageZoom()
Returns the value of the overlay state. |
OverlayState |
getOverlayState()
Returns the value of the overlay state. |
boolean |
isAOIZoom()
Returns the value of aoiZoom property. |
boolean |
isDisplayClutHeader()
Returns the value of the visible CLUT header property. |
boolean |
isHistogramEqualisation()
Returns the value of the histogram equalization. |
boolean |
isKeepAspectRatio()
Returns the value of the keep aspect ratio property. |
| Methods inherited from class de.desy.acop.displayers.tools.AcopDisplayerParameters |
|---|
compareTo, deriveWith, getArrayIndex, getConnectionParameters, getConverter, hashCode |
| Methods inherited from class com.cosylab.gui.displayers.DisplayerParameters |
|---|
addParameter, count, equals, getBool, getDouble, getFormat, getInt, getMaximum, getMinimum, getName, getNames, getParameter, getUnits, getValues, putParameter, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AcopVideoParameters(ConnectionParameters parameters)
parameters -
public AcopVideoParameters(ConnectionParameters parameters,
boolean aoiZoom,
ImageZoom imageZoom,
OverlayState overlayState,
boolean keepAspectRatio,
boolean histogramEqualisation,
int histogramMin,
int histogramMax,
ColorMap colorMap,
boolean displayClutHeader)
parameters - aoiZoom - imageZoom - overlayState - keepAspectRatio - histogramEqualisation - colorMap - | Method Detail |
|---|
public boolean isAOIZoom()
public ImageZoom getImageZoom()
public OverlayState getOverlayState()
public boolean isKeepAspectRatio()
public boolean isHistogramEqualisation()
public int getHistogramMin()
public int getHistogramMax()
public ColorMap getColorMap()
public boolean isDisplayClutHeader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||