|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchemaxon.util.HitColoringAndAlignmentOptions
Class for specifying coloring and alignment options for
JChemSearch
| 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
Specifies if markush structures should be hit enumerated according to the query structure. |
java.awt.Color |
hitColor
Determines the color of the substructure hit. |
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. |
| Constructor Summary | |
HitColoringAndAlignmentOptions()
|
|
| 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 boolean coloring
public boolean enumerateMarkush
public 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 | |||||||||