Package org.jmol.shape
Class Echo
- java.lang.Object
-
- org.jmol.shape.Shape
-
- org.jmol.shape.TextShape
-
- org.jmol.shape.Echo
-
public class Echo extends TextShape
-
-
Field Summary
Fields Modifier and Type Field Description private static short
COLOR
private static String
FONTFACE
private static int
FONTSIZE
-
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 Echo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getPropertyData(String property, Object[] data)
Object
getShapeDetail()
void
initShape()
void
setProperty(String propertyName, Object value, javajs.util.BS bs)
-
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, getPropShape, getSize, getSizeG, getTranslucentLabel, initializeShape, replaceGroup, setAtomClickability, setModelSet, setPropS, setShapeSizeRD, setSize, setSizeRD, wasClicked
-
-
-
-
Field Detail
-
FONTFACE
private static final String FONTFACE
- See Also:
- Constant Field Values
-
FONTSIZE
private static final int FONTSIZE
- See Also:
- Constant Field Values
-
COLOR
private static final short COLOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
setProperty
public void setProperty(String propertyName, Object value, javajs.util.BS bs)
- Specified by:
setProperty
in classShape
-
getPropertyData
public boolean getPropertyData(String property, Object[] data)
- Overrides:
getPropertyData
in classShape
- Returns:
- true if serviced
-
getShapeDetail
public Object getShapeDetail()
- Overrides:
getShapeDetail
in classShape
-
-