Package org.jmol.shape
Class TextShape
java.lang.Object
org.jmol.shape.Shape
org.jmol.shape.TextShape
-
Field Summary
FieldsFields inherited from class org.jmol.shape.Shape
bsColixSet, bsSizeSet, isBioShape, ms, myType, RADIUS_MAX, shapeID, translucentAllowed, translucentLevel, vf, vwr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckObjectClicked
(int x, int y, int modifiers, BS bsVisible, boolean drawPicking) boolean
checkObjectHovered
(int x, int y, BS bsVisible) protected void
void
setModelVisibilityFlags
(BS bsModels) protected void
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, initShape, replaceGroup, setAtomClickability, setModelSet, setProperties, setProperty, setPropS, setShapeSizeRD, setSize, setSizeRD, wasClicked
-
Field Details
-
objects
-
thisID
-
-
Constructor Details
-
TextShape
public TextShape()
-
-
Method Details
-
setPropTS
-
getShapeState
- Specified by:
getShapeState
in classShape
-
initModelSet
protected void initModelSet()- Overrides:
initModelSet
in classShape
-
setModelVisibilityFlags
- Overrides:
setModelVisibilityFlags
in classShape
- Parameters:
bsModels
-
-
checkObjectClicked
public Map<String,Object> checkObjectClicked(int x, int y, int modifiers, BS bsVisible, boolean drawPicking) - Overrides:
checkObjectClicked
in classShape
- Parameters:
x
-y
-modifiers
-bsVisible
-drawPicking
- TODO- Returns:
- Hashtable containing information about pt clicked
-
checkObjectHovered
- Overrides:
checkObjectHovered
in classShape
- Parameters:
x
-y
-bsVisible
-- Returns:
- T/F
-