Package | Description |
---|---|
uk.ac.ebi.reactionblast.graphics.direct | |
uk.ac.ebi.reactionblast.graphics.direct.awtlayout |
Modifier and Type | Method and Description |
---|---|
LabelManager.AnnotationPosition |
LabelManager.alignmentToAnnotationPosition(int align) |
LabelManager.AnnotationPosition |
LabelManager.calculateBondPosition(org.openscience.cdk.interfaces.IAtom atomFrom,
org.openscience.cdk.interfaces.IAtom atomTo) |
LabelManager.AnnotationPosition |
LabelManager.calculateRelativePosition(javax.vecmath.Point2d fromPoint,
javax.vecmath.Point2d toPoint) |
LabelManager.AnnotationPosition |
LabelManager.getNextSparePosition(java.util.BitSet positions) |
LabelManager.AnnotationPosition |
LabelManager.getNextSparePosition(org.openscience.cdk.interfaces.IAtom atom) |
static LabelManager.AnnotationPosition |
LabelManager.AnnotationPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelManager.AnnotationPosition[] |
LabelManager.AnnotationPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
DirectAtomDrawer.drawImplicitHydrogens(org.openscience.cdk.interfaces.IAtom atom,
int implicitHydrogenCount,
LabelManager.AnnotationPosition pos,
java.awt.Graphics2D g) |
javax.vecmath.Vector2d |
LabelManager.getLeftPerpendicularFromPosition(LabelManager.AnnotationPosition position) |
javax.vecmath.Vector2d |
LabelManager.getRightPerpendicularFromPosition(LabelManager.AnnotationPosition position) |
javax.vecmath.Vector2d |
LabelManager.getVectorFromPosition(LabelManager.AnnotationPosition position) |
boolean |
LabelManager.isUsed(org.openscience.cdk.interfaces.IAtom atom,
LabelManager.AnnotationPosition suggestedPosition) |
void |
LabelManager.setUsedPosition(org.openscience.cdk.interfaces.IAtom atom,
LabelManager.AnnotationPosition position) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
AtomLayout.layoutImplicitHydrogens(org.openscience.cdk.interfaces.IAtom atom,
int implicitHydrogenCount,
LabelManager.AnnotationPosition pos,
java.awt.Graphics2D g) |