DESY ACOP Beans Home

de.desy.acop.video
Class AcopVideoParameters

java.lang.Object
  extended by com.cosylab.gui.displayers.DisplayerParameters
      extended by de.desy.acop.displayers.tools.AcopDisplayerParameters
          extended by de.desy.acop.video.AcopVideoParameters
All Implemented Interfaces:
java.io.Serializable

public class AcopVideoParameters
extends AcopDisplayerParameters

AcopVideoParameters are parameters used by the AcopVideo.

They hold information about the ConnectionParameters and the specific AcopVideo features.

Version:
$Id: Templates.xml,v 1.10 2004/01/13 16:17:13 jbobnar Exp $
Author:
Jaka Bobnar
See Also:
Serialized Form

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

AcopVideoParameters

public AcopVideoParameters(ConnectionParameters parameters)
Constructs a new AcopVideoParameters with all properties false and grayscale color map.

Parameters:
parameters -

AcopVideoParameters

public 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.

Parameters:
parameters -
aoiZoom -
imageZoom -
overlayState -
keepAspectRatio -
histogramEqualisation -
colorMap -
Method Detail

isAOIZoom

public boolean isAOIZoom()
Returns the value of aoiZoom property.

Returns:

getImageZoom

public ImageZoom getImageZoom()
Returns the value of the overlay state. mdavid

Returns:

getOverlayState

public OverlayState getOverlayState()
Returns the value of the overlay state. mdavid

Returns:

isKeepAspectRatio

public boolean isKeepAspectRatio()
Returns the value of the keep aspect ratio property.

Returns:

isHistogramEqualisation

public boolean isHistogramEqualisation()
Returns the value of the histogram equalization.

Returns:

getHistogramMin

public int getHistogramMin()
Returns min value of the histogram.

Returns:

getHistogramMax

public int getHistogramMax()
Returns max value of the histogram.

Returns:

getColorMap

public ColorMap getColorMap()
Returns the color map.

Returns:

isDisplayClutHeader

public boolean isDisplayClutHeader()
Returns the value of the visible CLUT header property.

Returns:
true if the CLUT header is visible, otherwise false


Copyright © 2010. All Rights Reserved.