org.jmol.shape
Class Hover
java.lang.Object
org.jmol.shape.Shape
org.jmol.shape.Object2dShape
org.jmol.shape.TextShape
org.jmol.shape.Hover
public class Hover
- extends TextShape
Constructor Summary |
Hover()
|
Method Summary |
java.lang.String |
getShapeState()
|
void |
initShape()
|
void |
setProperty(java.lang.String propertyName,
java.lang.Object value,
java.util.BitSet bsSelected)
|
Methods inherited from class org.jmol.shape.Shape |
appendCmd, checkBoundsMinMax, checkObjectDragged, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getIndexFromName, getProperty, getProperty, getShapeCommands, getShapeCommands, getShapeDetail, getViewer, initializeShape, remapColors, setColix, setColix, setColix, setModelClickability, setModelSet, setSize, setSize, setStateInfo, setStateInfo, wasClicked |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FONTFACE
private static final java.lang.String FONTFACE
- See Also:
- Constant Field Values
FONTSTYLE
private static final java.lang.String FONTSTYLE
- See Also:
- Constant Field Values
FONTSIZE
private static final int FONTSIZE
- See Also:
- Constant Field Values
hoverText
Text hoverText
atomIndex
int atomIndex
xy
javax.vecmath.Point3i xy
text
java.lang.String text
labelFormat
java.lang.String labelFormat
atomFormats
java.lang.String[] atomFormats
specialLabel
java.lang.String specialLabel
Hover
public Hover()
initShape
public void initShape()
- Overrides:
initShape
in class Shape
setProperty
public void setProperty(java.lang.String propertyName,
java.lang.Object value,
java.util.BitSet bsSelected)
- Overrides:
setProperty
in class TextShape
getShapeState
public java.lang.String getShapeState()
- Overrides:
getShapeState
in class Shape