Package org.jmol.shape
Class Hover
- java.lang.Object
-
- org.jmol.shape.Shape
-
- org.jmol.shape.TextShape
-
- org.jmol.shape.Hover
-
public class Hover extends TextShape
-
-
Field Summary
Fields Modifier and Type Field Description String[]atomFormatsintatomIndexprivate static StringFONTFACEprivate static intFONTSIZEprivate static StringFONTSTYLETexthoverTextStringlabelFormatStringspecialLabelStringtextjavajs.util.P3ixy-
Fields inherited from class org.jmol.shape.TextShape
currentBgColor, currentBgTranslucentLevel, currentColor, currentFont, currentObject, currentTranslucentLevel, isAll, isHover, objects, thisID
-
Fields inherited from class org.jmol.shape.Shape
bsColixSet, bsSizeSet, isBioShape, ms, myType, RADIUS_MAX, shapeID, translucentAllowed, translucentLevel, vf, vwr
-
-
Constructor Summary
Constructors Constructor Description Hover()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitShape()voidsetProperty(String propertyName, Object value, javajs.util.BS bsSelected)-
Methods inherited from class org.jmol.shape.TextShape
checkObjectClicked, checkObjectHovered, getShapeState, initModelSet, setModelVisibilityFlags, setPropTS
-
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectDragged, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColixA, getColixB, getColixI, getColorCommand, getColorCommandUnk, getFontCommand, getIndexFromName, getProperty, getPropertyData, getPropShape, getShapeDetail, getSize, getSizeG, getTranslucentLabel, initializeShape, replaceGroup, setAtomClickability, setModelSet, setPropS, setShapeSizeRD, setSize, setSizeRD, wasClicked
-
-
-
-
Field Detail
-
FONTFACE
private static final String FONTFACE
- See Also:
- Constant Field Values
-
FONTSTYLE
private static final String FONTSTYLE
- See Also:
- Constant Field Values
-
FONTSIZE
private static final int FONTSIZE
- See Also:
- Constant Field Values
-
hoverText
public Text hoverText
-
atomIndex
public int atomIndex
-
xy
public javajs.util.P3i xy
-
text
public String text
-
labelFormat
public String labelFormat
-
atomFormats
public String[] atomFormats
-
specialLabel
public String specialLabel
-
-