public class CGO extends Draw
Draw.EnumDrawType| Modifier and Type | Field and Description |
|---|---|
private CGOMesh |
cgoMesh |
(package private) CGOMesh[] |
cmeshes |
private boolean |
useColix |
bsDisplay, colix, color, connections, currentMesh, displayWithinDistance2, displayWithinPoints, explicitID, htObjects, isDisplayWithinNot, isFixed, linkedMesh, meshCount, meshes, modelIndex, myType, nUnnamed, pickedMesh, pickedModel, pickedPt, pickedVertex, PREVIOUS_MESH_ID, previousMeshID, titlebsColixSet, bsSizeSet, gdata, isBioShape, modelSet, myVisibilityFlag, RADIUS_MAX, shapeID, translucentAllowed, translucentLevel, viewer| Constructor and Description |
|---|
CGO() |
| Modifier and Type | Method and Description |
|---|---|
void |
allocMesh(java.lang.String thisID,
Mesh m) |
protected void |
clean() |
protected void |
deleteMeshElement(int i) |
protected java.lang.String |
getCommand2(Mesh mesh,
int iModel) |
java.lang.String |
getShapeState() |
private void |
initCGO() |
protected void |
scale(Mesh mesh,
float newScale) |
private boolean |
setCGO(JmolList<java.lang.Object> data) |
void |
setProperty(java.lang.String propertyName,
java.lang.Object value,
BS bs)
may come from any source -- executed AFTER a shape's own setProperty method
|
protected void |
setPropertySuper(java.lang.String propertyName,
java.lang.Object value,
BS bs) |
checkObjectClicked, checkObjectDragged, checkObjectHovered, deleteModels, getCommand, getProperty, getPropertyData, getShapeDetail, initShape, isPolygonDisplayable, randomPoint, resetObjects, setVisibilityFlagscheckExplicit, deleteMeshI, deleteMeshKey, getIndexFromName, getMesh, getPickedPoint, getPropDataMC, getPropMC, merge, setPropMC, setStatusPickedappendCmd, checkBoundsMinMax, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColixA, getColixB, getColixI, getColorCommand, getColorCommandUnk, getFontCommand, getSize, getSizeG, getTranslucentLabel, getViewer, initializeShape, initModelSet, setModelClickability, setModelSet, setPropS, setShapeSizeRD, setSize, setSizeRD, wasClickedCGOMesh[] cmeshes
private CGOMesh cgoMesh
private boolean useColix
private void initCGO()
public void setProperty(java.lang.String propertyName,
java.lang.Object value,
BS bs)
ShapesetProperty in class Drawprotected void deleteMeshElement(int i)
deleteMeshElement in class Drawprotected void setPropertySuper(java.lang.String propertyName,
java.lang.Object value,
BS bs)
setPropertySuper in class Drawprivate boolean setCGO(JmolList<java.lang.Object> data)
public java.lang.String getShapeState()
getShapeState in class Drawprotected java.lang.String getCommand2(Mesh mesh, int iModel)
getCommand2 in class Draw