|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.desy.acop.video.Definitions
public class Definitions
This class provides the definitions of numerical constants and colors used in AcopVideo and SideProfileDisplayer to draw analysis elements.
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 |
---|
public static final int MAX_WIDTH
public static final int MAX_HEIGHT
public static final int IMAGE_SIZE
public static final int A_IMAGE_MAX_SIZE
Constructor Detail |
---|
public Definitions()
Method Detail |
---|
public static java.awt.Color getBackgroundColor()
public static java.awt.Color getCanvasColor()
public static java.awt.Color getRoiColor()
public static java.awt.Color getThresholdRoiColor()
public static java.awt.Color getRoiSelectingColor()
public static java.awt.Color getDataColor()
public static java.awt.Color getFitColor()
public static java.awt.Color getStatisticsColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |