org.jmol.shape
Class FontLineShape

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

public abstract class FontLineShape
extends FontShape


Field Summary
(package private)  TickInfo[] tickInfos
           
 
Fields inherited from class org.jmol.shape.FontShape
font3d, myType
 
Fields inherited from class org.jmol.shape.Shape
g3d, isBioShape, modelSet, myVisibilityFlag, RADIUS_MAX, shapeID, translucentAllowed, translucentLevel, viewer, xmlProperties
 
Constructor Summary
FontLineShape()
           
 
Method Summary
static void addTickInfo(java.lang.StringBuffer sb, TickInfo tickInfo, boolean addFirst)
           
private  void appendTickInfo(java.lang.StringBuffer sb, java.lang.String type, int i)
           
 java.lang.String getShapeState()
           
 void setProperty(java.lang.String propertyName, java.lang.Object value, java.util.BitSet bs)
          may come from any source -- executed AFTER a shape's own setProperty method
 
Methods inherited from class org.jmol.shape.FontShape
initShape
 
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getIndexFromName, getProperty, getProperty, getShapeCommands, getShapeCommands, getShapeDetail, getSize, getSize, getViewer, initializeShape, initModelSet, merge, setColix, setColix, setColix, setModelClickability, setModelSet, setShapeProperty, setShapeSize, setSize, 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

tickInfos

TickInfo[] tickInfos
Constructor Detail

FontLineShape

public FontLineShape()
Method Detail

setProperty

public void setProperty(java.lang.String propertyName,
                        java.lang.Object value,
                        java.util.BitSet bs)
Description copied from class: Shape
may come from any source -- executed AFTER a shape's own setProperty method

Overrides:
setProperty in class FontShape

getShapeState

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

appendTickInfo

private void appendTickInfo(java.lang.StringBuffer sb,
                            java.lang.String type,
                            int i)

addTickInfo

public static void addTickInfo(java.lang.StringBuffer sb,
                               TickInfo tickInfo,
                               boolean addFirst)