public class Hover extends TextShape
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String[] |
atomFormats |
(package private) int |
atomIndex |
private static java.lang.String |
FONTFACE |
private static int |
FONTSIZE |
private static java.lang.String |
FONTSTYLE |
(package private) Text |
hoverText |
(package private) java.lang.String |
labelFormat |
(package private) java.lang.String |
specialLabel |
(package private) java.lang.String |
text |
(package private) javax.vecmath.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 |
---|---|
java.lang.String |
getShapeState() |
void |
initShape() |
void |
setProperty(java.lang.String propertyName,
java.lang.Object value,
java.util.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 java.lang.String FONTFACE
private static final java.lang.String FONTSTYLE
private static final int FONTSIZE
Text hoverText
int atomIndex
javax.vecmath.Point3i xy
java.lang.String text
java.lang.String labelFormat
java.lang.String[] atomFormats
java.lang.String specialLabel
public void setProperty(java.lang.String propertyName, java.lang.Object value, java.util.BitSet bsSelected)
Shape
setProperty
in class TextShape
public java.lang.String getShapeState()
getShapeState
in class Shape