DESY ACOP Beans Home

de.desy.acop.video
Class Definitions

java.lang.Object
  extended by de.desy.acop.video.Definitions

public class Definitions
extends java.lang.Object

This class provides the definitions of numerical constants and colors used in AcopVideo and SideProfileDisplayer to draw analysis elements.

Author:
Tilen Kusterle, Cosylab

Field Summary
static int A_IMAGE_MAX_SIZE
           
static int IMAGE_SIZE
           
static int MAX_HEIGHT
           
static int MAX_WIDTH
           
 
Constructor Summary
Definitions()
           
 
Method Summary
static java.awt.Color getBackgroundColor()
           
static java.awt.Color getCanvasColor()
           
static java.awt.Color getDataColor()
           
static java.awt.Color getFitColor()
          Color for drawing fitting results.
static java.awt.Color getRoiColor()
          Color for marking the region of interest.
static java.awt.Color getRoiSelectingColor()
           
static java.awt.Color getStatisticsColor()
          Color for drawing statistical results.
static java.awt.Color getThresholdRoiColor()
          Color for threshold region of interest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_WIDTH

public static final int MAX_WIDTH
See Also:
Constant Field Values

MAX_HEIGHT

public static final int MAX_HEIGHT
See Also:
Constant Field Values

IMAGE_SIZE

public static final int IMAGE_SIZE

A_IMAGE_MAX_SIZE

public static final int A_IMAGE_MAX_SIZE
Constructor Detail

Definitions

public Definitions()
Method Detail

getBackgroundColor

public static java.awt.Color getBackgroundColor()

getCanvasColor

public static java.awt.Color getCanvasColor()

getRoiColor

public static java.awt.Color getRoiColor()
Color for marking the region of interest.

Returns:

getThresholdRoiColor

public static java.awt.Color getThresholdRoiColor()
Color for threshold region of interest.

Returns:

getRoiSelectingColor

public static java.awt.Color getRoiSelectingColor()

getDataColor

public static java.awt.Color getDataColor()

getFitColor

public static java.awt.Color getFitColor()
Color for drawing fitting results.

Returns:

getStatisticsColor

public static java.awt.Color getStatisticsColor()
Color for drawing statistical results.

Returns:


Copyright © 2010. All Rights Reserved.