Package org.jmol.shape
Class TextShape
- java.lang.Object
-
- org.jmol.shape.Shape
-
- org.jmol.shape.TextShape
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Object
currentBgColor
(package private) float
currentBgTranslucentLevel
(package private) Object
currentColor
(package private) Font
currentFont
(package private) Text
currentObject
(package private) float
currentTranslucentLevel
(package private) boolean
isAll
(package private) boolean
isHover
Map<String,Text>
objects
protected String
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 TextShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
checkObjectClicked(int x, int y, int modifiers, javajs.util.BS bsVisible, boolean drawPicking)
boolean
checkObjectHovered(int x, int y, javajs.util.BS bsVisible)
String
getShapeState()
protected void
initModelSet()
void
setModelVisibilityFlags(javajs.util.BS bsModels)
protected void
setPropTS(String propertyName, Object value, javajs.util.BS bsSelected)
-
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, setProperty, setPropS, setShapeSizeRD, setSize, setSizeRD, wasClicked
-
-
-
-
Field Detail
-
currentObject
Text currentObject
-
currentFont
Font currentFont
-
currentColor
Object currentColor
-
currentBgColor
Object currentBgColor
-
currentTranslucentLevel
float currentTranslucentLevel
-
currentBgTranslucentLevel
float currentBgTranslucentLevel
-
thisID
protected String thisID
-
isHover
boolean isHover
-
isAll
boolean isAll
-
-
Method Detail
-
getShapeState
public String getShapeState()
- Specified by:
getShapeState
in classShape
-
initModelSet
protected void initModelSet()
- Overrides:
initModelSet
in classShape
-
setModelVisibilityFlags
public void setModelVisibilityFlags(javajs.util.BS bsModels)
- Overrides:
setModelVisibilityFlags
in classShape
-
checkObjectClicked
public Map<String,Object> checkObjectClicked(int x, int y, int modifiers, javajs.util.BS bsVisible, boolean drawPicking)
- Overrides:
checkObjectClicked
in classShape
drawPicking
- TODO- Returns:
- Hashtable containing information about pt clicked
-
checkObjectHovered
public boolean checkObjectHovered(int x, int y, javajs.util.BS bsVisible)
- Overrides:
checkObjectHovered
in classShape
- Returns:
- T/F
-
-