|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.util.HitColoringAndAlignmentOptions
public class HitColoringAndAlignmentOptions
Class for specifying coloring and alignment options.
| Field Summary | |
|---|---|
static int |
ALIGNMENT_OFF
The structure is displayed with the original coordinates. |
static int |
ALIGNMENT_PARTIAL_CLEAN
The substructure part of the target will get the exact coordinates of the query, and new coordinates will be generated for the remainder of the structure. |
static int |
ALIGNMENT_ROTATE
The structure is rotated according to the substructure. |
int |
alignmentMode
Specifies what form of alignment to use for hit display. |
boolean |
coloring
Specifies if substructure hit coloring should be used. |
boolean |
enumerateMarkush
Deprecated. use markushDisplayMode |
java.awt.Color |
hitColor
Determines the color of the substructure hit. |
static int |
MARKUSH_REDUCTION
Constant value specifying, that in case of markush searching the markush structure is expanded according to the query structure. |
static int |
MARKUSH_REDUCTION_HGEXPANSION
Constant value specifying, that in case of markush searching the markush structure is expanded according to the query structure and homology groups are also replaced by the query structure matching on them. |
int |
markushDisplayMode
Specifies the display of markush hits. |
java.awt.Color |
nonHitColor
Determines the color of the target which is not part of the substructure. |
java.awt.Color |
nonHitColor3D
Determines the color of the 3D target which is not part of the substructure. |
static int |
ORIGINAL_MARKUSH
Constant value specifying, that in case of markush searching hit is displayed on the markush structure. |
| Constructor Summary | |
|---|---|
HitColoringAndAlignmentOptions()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ALIGNMENT_OFF
public static final int ALIGNMENT_ROTATE
public static final int ALIGNMENT_PARTIAL_CLEAN
public static final int ORIGINAL_MARKUSH
public static final int MARKUSH_REDUCTION
public static final int MARKUSH_REDUCTION_HGEXPANSION
public boolean coloring
public boolean enumerateMarkush
markushDisplayMode
public int markushDisplayMode
ORIGINAL_MARKUSH,
MARKUSH_REDUCTION,
MARKUSH_REDUCTION_HGEXPANSIONpublic int alignmentMode
public java.awt.Color hitColor
Color.BLUE
public java.awt.Color nonHitColor
Color.BLACK
nonHitColor3Dpublic java.awt.Color nonHitColor3D
Color.GRAY
nonHitColor| Constructor Detail |
|---|
public HitColoringAndAlignmentOptions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||