org.jmol.shape
public abstract class MeshCollection extends Shape
| Field Summary | |
|---|---|
| protected boolean | allowMesh |
| short | colix |
| Mesh | currentMesh |
| boolean | explicitID |
| protected boolean | iHaveModelIndex |
| boolean | isFixed |
| protected Mesh | linkedMesh |
| int | meshCount |
| Mesh[] | meshes |
| int | modelCount |
| protected int | modelIndex |
| String | myType |
| int | nUnnamed |
| protected String | previousMeshID |
| String | script |
| String[] | title |
| Method Summary | |
|---|---|
| void | allocMesh(String thisID) |
| void | deleteMesh() |
| void | deleteMesh(int i) |
| int | getIndexFromName(String thisID) |
| void | getMeshCommand(StringBuffer sb, int i) |
| protected void | getModelIndex(String script) |
| Object | getProperty(String property, int index) |
| String | getShapeState() |
| void | initShape() |
| Mesh | setMesh(String thisID) |
| void | setModelIndex(int atomIndex, int modelIndex) |
| void | setProperty(String propertyName, Object value, BitSet bs) |
| void | setProperty(int tokProp, boolean bProp) |
| void | setVisibilityFlags(BitSet bs) |