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 java.lang.String[]atomFormatsintatomIndexprivate static java.lang.StringFONTFACEprivate static intFONTSIZEprivate static java.lang.StringFONTSTYLETexthoverTextjava.lang.StringlabelFormatjava.lang.StringspecialLabeljava.lang.Stringtextjavajs.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(java.lang.String propertyName, java.lang.Object value, 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 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
public Text hoverText
-
atomIndex
public int atomIndex
-
xy
public javajs.util.P3i xy
-
text
public java.lang.String text
-
labelFormat
public java.lang.String labelFormat
-
atomFormats
public java.lang.String[] atomFormats
-
specialLabel
public java.lang.String specialLabel
-
-
Method Detail
-
setProperty
public void setProperty(java.lang.String propertyName, java.lang.Object value, BS bsSelected)- Specified by:
setPropertyin classShape
-
-