org.jmol.shape
Class FontLineShape

java.lang.Object
  extended by org.jmol.shape.Shape
      extended by org.jmol.shape.FontLineShape
Direct Known Subclasses:
Axes, Bbcage, Frank, Uccage

public abstract class FontLineShape
extends Shape


Field Summary
(package private)  Font3D font3d
           
(package private)  java.lang.String myType
           
 
Fields inherited from class org.jmol.shape.Shape
g3d, isBioShape, modelSet, myVisibilityFlag, shapeID, translucentAllowed, translucentLevel, viewer
 
Constructor Summary
FontLineShape()
           
 
Method Summary
 java.lang.String getShapeState()
           
 void initShape()
           
 void setProperty(java.lang.String propertyName, java.lang.Object value, java.util.BitSet bs)
           
 
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, encodeColor, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getIndexFromName, getProperty, getShapeCommands, getShapeCommands, getShapeDetail, getViewer, initializeShape, initModelSet, remapColors, setColix, setColix, setModelClickability, setModelSet, setSize, setStateInfo, setStateInfo, setVisibilityFlags, wasClicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font3d

Font3D font3d

myType

java.lang.String myType
Constructor Detail

FontLineShape

public FontLineShape()
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 bs)
Overrides:
setProperty in class Shape

getShapeState

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