org.jmol.shape
public class Hover extends TextShape
Modifier and Type | Field and Description |
---|---|
(package private) String[] |
atomFormats |
(package private) int |
atomIndex |
private static String |
FONTFACE |
private static int |
FONTSIZE |
private static String |
FONTSTYLE |
(package private) Text |
hoverText |
(package private) String |
labelFormat |
(package private) String |
specialLabel |
(package private) String |
text |
(package private) Point3i |
xy |
currentBgColor, currentBgTranslucentLevel, currentColor, currentFont, currentObject, currentTranslucentLevel, isAll, isHover, objects, thisID
g3d, isBioShape, modelSet, myVisibilityFlag, RADIUS_MAX, shapeID, translucentAllowed, translucentLevel, viewer, xmlProperties
Constructor and Description |
---|
Hover() |
Modifier and Type | Method and Description |
---|---|
String |
getShapeState() |
void |
initShape() |
void |
setProperty(String propertyName,
Object value,
BitSet bsSelected)
may come from any source -- executed AFTER a shape's own setProperty method
|
checkObjectClicked, checkObjectHovered, initModelSet, setVisibilityFlags
appendCmd, checkBoundsMinMax, checkObjectDragged, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getIndexFromName, getProperty, getProperty, getShapeCommands, getShapeCommands, getShapeDetail, getSize, getSize, getTranslucentLabel, getViewer, initializeShape, merge, setColix, setColix, setColix, setModelClickability, setModelSet, setShapeProperty, setShapeSize, setSize, setSize, setStateInfo, setStateInfo, wasClicked
private static final String FONTFACE
private static final String FONTSTYLE
private static final int FONTSIZE
Text hoverText
int atomIndex
Point3i xy
String text
String labelFormat
String[] atomFormats
String specialLabel
public void setProperty(String propertyName, Object value, BitSet bsSelected)
Shape
setProperty
in class TextShape
public String getShapeState()
getShapeState
in class Shape