org.jmol.shape
Class Echo

java.lang.Object
  extended by org.jmol.shape.Shape
      extended by org.jmol.shape.Object2dShape
          extended by org.jmol.shape.TextShape
              extended by org.jmol.shape.Echo

public class Echo
extends TextShape


Field Summary
private static short COLOR
           
private static java.lang.String FONTFACE
           
private static int FONTSIZE
           
 
Fields inherited from class org.jmol.shape.Object2dShape
currentBgColor, currentBgTranslucentLevel, currentColor, currentFont, currentObject, currentTranslucentLevel, isAll, isHover, objects, thisID
 
Fields inherited from class org.jmol.shape.Shape
g3d, isBioShape, modelSet, myVisibilityFlag, shapeID, translucentAllowed, translucentLevel, viewer
 
Constructor Summary
Echo()
           
 
Method Summary
 java.lang.Object getProperty(java.lang.String property, int index)
           
 java.lang.String getShapeState()
           
 void initShape()
           
 void setProperty(java.lang.String propertyName, java.lang.Object value, java.util.BitSet bsSelected)
           
 
Methods inherited from class org.jmol.shape.Object2dShape
checkObjectClicked, checkObjectHovered, initModelSet, setVisibilityFlags
 
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectDragged, encodeColor, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getIndexFromName, getShapeCommands, getShapeCommands, getShapeDetail, getViewer, initializeShape, remapColors, setColix, setColix, setModelClickability, setModelSet, setSize, setStateInfo, setStateInfo, wasClicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FONTFACE

private static final java.lang.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
Constructor Detail

Echo

public Echo()
Method Detail

initShape

public void initShape()
Overrides:
initShape in class Shape

setProperty

public void setProperty(java.lang.String propertyName,
                        java.lang.Object value,
                        java.util.BitSet bsSelected)
Overrides:
setProperty in class TextShape

getProperty

public java.lang.Object getProperty(java.lang.String property,
                                    int index)
Overrides:
getProperty in class Shape

getShapeState

public java.lang.String getShapeState()
Overrides:
getShapeState in class Shape