|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmol.shape.Shape
org.jmol.shape.FontShape
org.jmol.shape.FontLineShape
public abstract class FontLineShape
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
TickInfo[] tickInfos
Constructor Detail |
---|
public FontLineShape()
Method Detail |
---|
public void setProperty(java.lang.String propertyName, java.lang.Object value, java.util.BitSet bs)
Shape
setProperty
in class FontShape
public java.lang.String getShapeState()
getShapeState
in class FontShape
private void appendTickInfo(java.lang.StringBuffer sb, java.lang.String type, int i)
public static void addTickInfo(java.lang.StringBuffer sb, TickInfo tickInfo, boolean addFirst)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |