|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jmol.api.JmolSimpleViewer
org.jmol.api.JmolViewer
org.jmol.viewer.Viewer
public final class Viewer
The JmolViewer can be used to render client molecules. Clients implement the JmolAdapter. JmolViewer uses this interface to extract information from the client data structures and render the molecule to the supplied java.awt.Component The JmolViewer runs on Java 1.1 virtual machines. The 3d graphics rendering package is a software implementation of a z-buffer. It does not use Java3D and does not use Graphics2D from Java 1.2. Therefore, it is well suited to building web browser applets that will run on a wide variety of system configurations.
| Field Summary | |
|---|---|
JPreview |
jPreview
|
static int |
MAXIMUM_ZOOM_PERCENTAGE
|
| Method Summary | |
|---|---|
void |
addSelectionListener(JmolSelectionListener listener)
|
static JmolViewer |
allocateViewer(java.awt.Component awtComponent,
JmolAdapter modelAdapter)
|
static JmolViewer |
allocateViewer(java.awt.Component awtComponent,
JmolAdapter modelAdapter,
boolean restricted,
javax.swing.JPanel frame,
Protein lipid)
|
void |
clearMeasurements()
delegated to MeasurementManager |
void |
clearSelection()
|
void |
deleteMeasurement(int i)
|
java.lang.String |
evalFile(java.lang.String strFilename)
|
java.lang.String |
evalString(java.lang.String strScript)
|
java.lang.String |
evalStringQuiet(java.lang.String strScript)
|
int |
getAnimationFps()
|
java.awt.Color |
getAtomColor(int i)
|
int |
getAtomCount()
|
int |
getAtomModelIndex(int i)
|
java.lang.String |
getAtomName(int i)
|
int |
getAtomNumber(int i)
|
javax.vecmath.Point3f |
getAtomPoint3f(int i)
|
float |
getAtomRadius(int i)
|
boolean |
getAutoBond()
|
java.awt.Component |
getAwtComponent()
|
boolean |
getAxesOrientationRasmol()
|
java.awt.Color |
getBondColor1(int i)
|
java.awt.Color |
getBondColor2(int i)
|
int |
getBondCount()
|
int |
getBondModelIndex(int i)
|
short |
getBondOrder(int i)
|
javax.vecmath.Point3f |
getBondPoint3f1(int i)
|
javax.vecmath.Point3f |
getBondPoint3f2(int i)
|
float |
getBondRadius(int i)
|
float |
getBondTolerance()
|
boolean |
getBooleanProperty(java.lang.String key)
mth 2003 05 31 - needs more work this should be implemented using properties or as a hashtable using boxed/wrapped values so that the values could be shared |
static java.awt.Image |
getBuffImage(java.awt.Image bi,
int width,
int height)
This method creates a new BufferedImage by the given image. |
int |
getChainCount()
|
java.awt.Color |
getColorBackground()
|
java.awt.Color |
getColorBond()
|
java.awt.Color |
getColorLabel()
|
java.awt.Color |
getColorMeasurement()
|
java.awt.Color |
getColorVector()
|
int |
getDisplayModelIndex()
|
java.util.BitSet |
getElementsPresentBitSet()
|
FrameRenderer |
getFrameRenderer()
|
int |
getGroupCount()
|
java.util.BitSet |
getGroupsPresentBitSet()
|
java.lang.String |
getJavaVendor()
|
java.lang.String |
getJavaVersion()
|
JPreview |
getJPreview()
Returns the jPreview. |
int |
getLipidNumber()
new: Returns the lipidNumber. |
short |
getMadBond()
|
int |
getMeasurementCount()
|
int[] |
getMeasurementCountPlusIndices(int i)
|
java.lang.String |
getMeasurementStringValue(int i)
|
float |
getMinBondDistance()
|
int |
getModelCount()
|
java.lang.String |
getModelName(int modelIndex)
|
int |
getModelNumber(int modelIndex)
|
java.util.Properties |
getModelProperties(int modelIndex)
|
java.lang.String |
getModelProperty(int modelIndex,
java.lang.String propertyName)
|
java.lang.String |
getModelSetFileName()
|
java.lang.String |
getModelSetName()
|
java.lang.String |
getModelSetPathName()
|
java.util.Properties |
getModelSetProperties()
|
int |
getMotionEventNumber()
|
java.lang.String |
getOpenFileError()
|
java.lang.String |
getOperatingSystemName()
|
int |
getPercentVdwAtom()
|
boolean |
getPerspectiveDepth()
|
int |
getPolymerCount()
|
int |
getPolymerCountInModel(int modelIndex)
|
javax.vecmath.Point3f[] |
getPolymerLeadMidPoints(int modelIndex,
int polymerIndex)
|
void |
getRotation(javax.vecmath.Matrix3f matrixRotation)
|
float |
getRotationRadius()
|
float |
getScalePixelsPerAngstrom()
|
int |
getScreenHeight()
|
java.awt.Image |
getScreenImage()
|
int |
getScreenWidth()
|
java.util.BitSet |
getSelectionSet()
|
boolean |
getShapeShow(int shapeID)
|
boolean |
getShowAxes()
|
boolean |
getShowBbcage()
|
boolean |
getShowHydrogens()
|
boolean |
getShowMeasurements()
|
javax.vecmath.Matrix4f |
getUnscaledTransformMatrix()
|
boolean |
getWireframeRotation()
|
float |
getXTranslationNormalized()
|
float |
getYTranslation()
|
float |
getYTranslationNormalized()
|
int |
getZoomPercent()
|
void |
haltScriptExecution()
|
boolean |
handleOldJvm10Event(java.awt.Event e)
|
boolean |
haveFrame()
|
void |
homePosition()
|
boolean |
isJvm12orGreater()
|
boolean |
isScriptExecuting()
|
boolean |
isShowTransparentLipids()
new: Returns the showTransparentLipids. |
boolean |
modelHasVibrationVectors(int modelIndex)
|
void |
notifyRepainted()
|
void |
openClientFile(java.lang.String fullPathName,
java.lang.String fileName,
java.lang.Object clientFile)
|
void |
openDOM(java.lang.Object DOMNode)
|
void |
openFile(java.lang.String name)
|
void |
openFiles(java.lang.String modelName,
java.lang.String[] names)
|
void |
openReader(java.lang.String fullPathName,
java.lang.String name,
java.io.Reader reader)
Opens the file, given the reader. |
void |
openStringInline(java.lang.String strModel)
|
void |
paintLipids(java.awt.Graphics g)
This method paints the tranparent lipids and calculates the size of the painted images. |
void |
paintLipidsBorder(java.awt.Graphics g,
int quantity)
This method paints the tranparent lipids on the left and right border of the JTabbedPane and calculates the size of the painted images. |
void |
popHoldRepaint()
|
void |
pushHoldRepaint()
|
void |
rebond()
|
void |
refresh()
|
void |
releaseScreenImage()
|
void |
removeSelectionListener(JmolSelectionListener listener)
|
void |
renderScreenImage(java.awt.Graphics g,
java.awt.Dimension size,
java.awt.Rectangle clip)
|
void |
rotateFront()
|
void |
rotateToX(float angleRadians)
|
void |
rotateToX(int angleDegrees)
|
void |
rotateToY(float angleRadians)
|
void |
rotateToY(int angleDegrees)
|
void |
rotateToZ(float angleRadians)
|
void |
scaleFitToScreen()
|
void |
selectAll()
|
void |
setAnimationFps(int fps)
|
void |
setAppletContext(java.net.URL documentBase,
java.net.URL codeBase,
java.lang.String appletProxy)
|
void |
setAutoBond(boolean ab)
|
void |
setAxesOrientationRasmol(boolean axesOrientationRasmol)
|
void |
setBondTolerance(float bondTolerance)
|
void |
setBooleanProperty(java.lang.String key,
boolean value)
|
void |
setCenterSelected()
|
void |
setColorBackground(java.awt.Color bg)
|
void |
setColorBackground(java.lang.String colorName)
|
void |
setColorBond(java.awt.Color color)
|
void |
setColorLabel(java.awt.Color color)
|
void |
setColorMeasurement(java.awt.Color c)
|
void |
setColorSelection(java.awt.Color c)
|
void |
setColorVector(java.awt.Color c)
|
void |
setDebugScript(boolean debugScript)
|
void |
setFrankOn(boolean frankOn)
|
void |
setJmolDefaults()
|
void |
setJmolStatusListener(JmolStatusListener jmolStatusListener)
|
void |
setJPreview(JPreview preview)
Sets the jPreview. |
void |
setLipidNumber(int lipidNumber)
new: lipidNumber The lipidNumber to set. |
void |
setMarBond(short marBond)
|
void |
setMinBondDistance(float minBondDistance)
|
void |
setModeAtomColorProfile(java.lang.String palette)
|
void |
setModeMouse(int modeMouse)
|
void |
setPercentVdwAtom(int percentVdwAtom)
|
void |
setPerspectiveDepth(boolean perspectiveDepth)
|
void |
setRasmolDefaults()
|
void |
setRotation(javax.vecmath.Matrix3f matrixRotation)
|
void |
setScalePixelsPerAngstrom(float pixelsScale)
|
void |
setScreenDimension(java.awt.Dimension dim)
|
void |
setSelectionHaloEnabled(boolean selectionHaloEnabled)
|
void |
setSelectionSet(java.util.BitSet set)
|
void |
setShapeShow(int shapeID,
boolean show)
|
void |
setShowAxes(boolean showAxes)
|
void |
setShowBbcage(boolean showBbcage)
|
void |
setShowHydrogens(boolean showHydrogens)
|
void |
setShowMeasurements(boolean showMeasurements)
|
void |
setShowTransparentLipids(boolean showTransparentLipids)
new: showTransparentLipids The showTransparentLipids to set. |
void |
setVectorScale(float scale)
|
void |
setVibrationPeriod(float period)
|
void |
setVibrationScale(float scale)
|
void |
setWireframeRotation(boolean wireframeRotation)
|
void |
setXTranslationNormalized(float xTranslation)
|
void |
setYTranslationNormalized(float yTranslation)
|
void |
showConsole(boolean showConsole)
|
boolean |
showModelSetDownload()
|
void |
showUrl(java.lang.String urlString)
|
void |
translateXBy(int xDelta)
|
void |
translateYBy(int yDelta)
|
void |
zoomBy(int pixels)
|
| Methods inherited from class org.jmol.api.JmolSimpleViewer |
|---|
allocateSimpleViewer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public JPreview jPreview
public static int MAXIMUM_ZOOM_PERCENTAGE
| Method Detail |
|---|
public static JmolViewer allocateViewer(java.awt.Component awtComponent,
JmolAdapter modelAdapter)
public static JmolViewer allocateViewer(java.awt.Component awtComponent,
JmolAdapter modelAdapter,
boolean restricted,
javax.swing.JPanel frame,
Protein lipid)
public java.awt.Component getAwtComponent()
getAwtComponent in class JmolViewerpublic boolean handleOldJvm10Event(java.awt.Event e)
handleOldJvm10Event in class JmolViewerpublic void homePosition()
homePosition in class JmolViewerpublic void rotateFront()
rotateFront in class JmolViewerpublic void rotateToX(float angleRadians)
rotateToX in class JmolViewerpublic void rotateToY(float angleRadians)
rotateToY in class JmolViewerpublic void rotateToZ(float angleRadians)
rotateToZ in class JmolViewerpublic void rotateToX(int angleDegrees)
rotateToX in class JmolViewerpublic void rotateToY(int angleDegrees)
rotateToY in class JmolViewerpublic void translateXBy(int xDelta)
translateXBy in class JmolViewerpublic void translateYBy(int yDelta)
translateYBy in class JmolViewerpublic boolean isShowTransparentLipids()
isShowTransparentLipids in class JmolViewerpublic void setShowTransparentLipids(boolean showTransparentLipids)
setShowTransparentLipids in class JmolViewerpublic JPreview getJPreview()
getJPreview in class JmolViewerpublic void setJPreview(JPreview preview)
setJPreview in class JmolViewerpublic void zoomBy(int pixels)
zoomBy in class JmolViewerpublic int getZoomPercent()
getZoomPercent in class JmolViewerpublic javax.vecmath.Matrix4f getUnscaledTransformMatrix()
getUnscaledTransformMatrix in class JmolViewerpublic float getScalePixelsPerAngstrom()
getScalePixelsPerAngstrom in class JmolViewerpublic void setScalePixelsPerAngstrom(float pixelsScale)
setScalePixelsPerAngstrom in class JmolViewerpublic void scaleFitToScreen()
scaleFitToScreen in class JmolViewerpublic float getXTranslationNormalized()
getXTranslationNormalized in class JmolViewerpublic float getYTranslationNormalized()
getYTranslationNormalized in class JmolViewerpublic void setYTranslationNormalized(float yTranslation)
setYTranslationNormalized in class JmolViewerpublic void setXTranslationNormalized(float xTranslation)
setXTranslationNormalized in class JmolViewerpublic void setPerspectiveDepth(boolean perspectiveDepth)
setPerspectiveDepth in class JmolViewerpublic void setAxesOrientationRasmol(boolean axesOrientationRasmol)
setAxesOrientationRasmol in class JmolViewerpublic boolean getAxesOrientationRasmol()
getAxesOrientationRasmol in class JmolViewerpublic boolean getPerspectiveDepth()
getPerspectiveDepth in class JmolViewerpublic void setScreenDimension(java.awt.Dimension dim)
setScreenDimension in class JmolViewerpublic int getScreenWidth()
getScreenWidth in class JmolViewerpublic int getScreenHeight()
getScreenHeight in class JmolViewerpublic void setVibrationPeriod(float period)
setVibrationPeriod in class JmolViewerpublic void setRotation(javax.vecmath.Matrix3f matrixRotation)
setRotation in class JmolViewerpublic void getRotation(javax.vecmath.Matrix3f matrixRotation)
getRotation in class JmolViewerpublic float getYTranslation()
getYTranslation in class JmolViewerpublic void setModeAtomColorProfile(java.lang.String palette)
setModeAtomColorProfile in class JmolViewerpublic void setColorSelection(java.awt.Color c)
setColorSelection in class JmolViewerpublic void setColorLabel(java.awt.Color color)
setColorLabel in class JmolViewerpublic java.awt.Color getColorLabel()
getColorLabel in class JmolViewerpublic void setColorMeasurement(java.awt.Color c)
setColorMeasurement in class JmolViewerpublic java.awt.Color getColorMeasurement()
getColorMeasurement in class JmolViewerpublic void setColorVector(java.awt.Color c)
setColorVector in class JmolViewerpublic java.awt.Color getColorVector()
getColorVector in class JmolViewerpublic void setVectorScale(float scale)
setVectorScale in class JmolViewerpublic void setVibrationScale(float scale)
setVibrationScale in class JmolViewerpublic void setColorBackground(java.awt.Color bg)
setColorBackground in class JmolViewerpublic java.awt.Color getColorBackground()
getColorBackground in class JmolViewerpublic void setColorBackground(java.lang.String colorName)
setColorBackground in class JmolViewerpublic void setSelectionHaloEnabled(boolean selectionHaloEnabled)
setSelectionHaloEnabled in class JmolViewerpublic void selectAll()
selectAll in class JmolViewerpublic void clearSelection()
clearSelection in class JmolViewerpublic void setSelectionSet(java.util.BitSet set)
setSelectionSet in class JmolViewerpublic java.util.BitSet getSelectionSet()
getSelectionSet in class JmolViewerpublic void addSelectionListener(JmolSelectionListener listener)
addSelectionListener in class JmolViewerpublic void removeSelectionListener(JmolSelectionListener listener)
removeSelectionListener in class JmolViewerpublic void setModeMouse(int modeMouse)
setModeMouse in class JmolViewer
public void setAppletContext(java.net.URL documentBase,
java.net.URL codeBase,
java.lang.String appletProxy)
setAppletContext in class JmolViewerpublic void openFile(java.lang.String name)
openFile in class JmolSimpleViewer
public void openFiles(java.lang.String modelName,
java.lang.String[] names)
public void openStringInline(java.lang.String strModel)
openStringInline in class JmolSimpleViewerpublic void openDOM(java.lang.Object DOMNode)
openDOM in class JmolSimpleViewer
public void openReader(java.lang.String fullPathName,
java.lang.String name,
java.io.Reader reader)
openReader in class JmolViewerfullPathName - name - reader - public java.lang.String getOpenFileError()
getOpenFileError in class JmolSimpleViewer
public void openClientFile(java.lang.String fullPathName,
java.lang.String fileName,
java.lang.Object clientFile)
openClientFile in class JmolViewerpublic java.lang.String getModelSetName()
getModelSetName in class JmolViewerpublic java.lang.String getModelSetFileName()
getModelSetFileName in class JmolViewerpublic java.lang.String getModelSetPathName()
getModelSetPathName in class JmolViewerpublic boolean haveFrame()
haveFrame in class JmolViewerpublic float getRotationRadius()
getRotationRadius in class JmolViewerpublic int getModelCount()
getModelCount in class JmolViewerpublic java.util.Properties getModelSetProperties()
getModelSetProperties in class JmolViewerpublic int getModelNumber(int modelIndex)
getModelNumber in class JmolViewerpublic java.lang.String getModelName(int modelIndex)
getModelName in class JmolViewerpublic java.util.Properties getModelProperties(int modelIndex)
getModelProperties in class JmolViewer
public java.lang.String getModelProperty(int modelIndex,
java.lang.String propertyName)
getModelProperty in class JmolViewerpublic boolean modelHasVibrationVectors(int modelIndex)
modelHasVibrationVectors in class JmolViewerpublic int getChainCount()
getChainCount in class JmolViewerpublic int getGroupCount()
getGroupCount in class JmolViewerpublic int getPolymerCount()
getPolymerCount in class JmolViewerpublic int getPolymerCountInModel(int modelIndex)
getPolymerCountInModel in class JmolViewerpublic int getAtomCount()
getAtomCount in class JmolViewerpublic int getBondCount()
getBondCount in class JmolViewerpublic void setCenterSelected()
setCenterSelected in class JmolViewerpublic void rebond()
rebond in class JmolViewerpublic void setBondTolerance(float bondTolerance)
setBondTolerance in class JmolViewerpublic float getBondTolerance()
getBondTolerance in class JmolViewerpublic void setMinBondDistance(float minBondDistance)
setMinBondDistance in class JmolViewerpublic float getMinBondDistance()
getMinBondDistance in class JmolViewerpublic void setAutoBond(boolean ab)
setAutoBond in class JmolViewerpublic boolean getAutoBond()
getAutoBond in class JmolViewerpublic java.util.BitSet getElementsPresentBitSet()
getElementsPresentBitSet in class JmolViewerpublic java.util.BitSet getGroupsPresentBitSet()
getGroupsPresentBitSet in class JmolViewerpublic void clearMeasurements()
clearMeasurements in class JmolViewerpublic int getMeasurementCount()
getMeasurementCount in class JmolViewerpublic java.lang.String getMeasurementStringValue(int i)
getMeasurementStringValue in class JmolViewerpublic int[] getMeasurementCountPlusIndices(int i)
getMeasurementCountPlusIndices in class JmolViewerpublic void deleteMeasurement(int i)
deleteMeasurement in class JmolViewerpublic void setAnimationFps(int fps)
setAnimationFps in class JmolViewerpublic int getAnimationFps()
getAnimationFps in class JmolViewerpublic int getDisplayModelIndex()
getDisplayModelIndex in class JmolViewerpublic FrameRenderer getFrameRenderer()
getFrameRenderer in class JmolViewerpublic int getMotionEventNumber()
getMotionEventNumber in class JmolViewerpublic void pushHoldRepaint()
pushHoldRepaint in class JmolViewerpublic void popHoldRepaint()
popHoldRepaint in class JmolViewerpublic void refresh()
refresh in class JmolViewerpublic void notifyRepainted()
notifyRepainted in class JmolViewer
public void renderScreenImage(java.awt.Graphics g,
java.awt.Dimension size,
java.awt.Rectangle clip)
renderScreenImage in class JmolSimpleViewer
public void paintLipidsBorder(java.awt.Graphics g,
int quantity)
g - Graphics to paint onquantity - This integer defines how much lipids will be drawn at the borderspublic void paintLipids(java.awt.Graphics g)
g - Graphics object to point on
public static java.awt.Image getBuffImage(java.awt.Image bi,
int width,
int height)
bi - Image which is used to create the buffered imagewidth - the width of the bufferedImageheight - the height of the bufferedImage
public java.awt.Image getScreenImage()
getScreenImage in class JmolViewerpublic void releaseScreenImage()
releaseScreenImage in class JmolViewerpublic java.lang.String evalFile(java.lang.String strFilename)
evalFile in class JmolSimpleViewerpublic java.lang.String evalString(java.lang.String strScript)
evalString in class JmolSimpleViewerpublic java.lang.String evalStringQuiet(java.lang.String strScript)
evalStringQuiet in class JmolViewerpublic boolean isScriptExecuting()
isScriptExecuting in class JmolViewerpublic void haltScriptExecution()
haltScriptExecution in class JmolViewerpublic void setColorBond(java.awt.Color color)
setColorBond in class JmolViewerpublic java.awt.Color getColorBond()
getColorBond in class JmolViewerpublic void setMarBond(short marBond)
setMarBond in class JmolViewer
public void setShapeShow(int shapeID,
boolean show)
setShapeShow in class JmolViewerpublic boolean getShapeShow(int shapeID)
getShapeShow in class JmolViewerpublic void setJmolStatusListener(JmolStatusListener jmolStatusListener)
setJmolStatusListener in class JmolViewerpublic void setDebugScript(boolean debugScript)
setDebugScript in class JmolViewerpublic void showUrl(java.lang.String urlString)
showUrl in class JmolViewerpublic void showConsole(boolean showConsole)
public boolean getBooleanProperty(java.lang.String key)
getBooleanProperty in class JmolViewerkey -
public void setBooleanProperty(java.lang.String key,
boolean value)
setBooleanProperty in class JmolViewerpublic void setPercentVdwAtom(int percentVdwAtom)
setPercentVdwAtom in class JmolViewerpublic void setFrankOn(boolean frankOn)
setFrankOn in class JmolViewerpublic int getPercentVdwAtom()
getPercentVdwAtom in class JmolViewerpublic short getMadBond()
getMadBond in class JmolViewerpublic void setShowHydrogens(boolean showHydrogens)
setShowHydrogens in class JmolViewerpublic boolean getShowHydrogens()
getShowHydrogens in class JmolViewerpublic void setShowBbcage(boolean showBbcage)
setShowBbcage in class JmolViewerpublic boolean getShowBbcage()
getShowBbcage in class JmolViewerpublic void setShowAxes(boolean showAxes)
setShowAxes in class JmolViewerpublic boolean getShowAxes()
getShowAxes in class JmolViewerpublic void setShowMeasurements(boolean showMeasurements)
setShowMeasurements in class JmolViewerpublic boolean getShowMeasurements()
getShowMeasurements in class JmolViewerpublic void setWireframeRotation(boolean wireframeRotation)
setWireframeRotation in class JmolViewerpublic boolean getWireframeRotation()
getWireframeRotation in class JmolViewerpublic void setJmolDefaults()
setJmolDefaults in class JmolViewerpublic void setRasmolDefaults()
setRasmolDefaults in class JmolViewerpublic java.lang.String getAtomName(int i)
getAtomName in class JmolViewerpublic int getAtomNumber(int i)
getAtomNumber in class JmolViewerpublic javax.vecmath.Point3f getAtomPoint3f(int i)
getAtomPoint3f in class JmolViewerpublic float getAtomRadius(int i)
getAtomRadius in class JmolViewerpublic java.awt.Color getAtomColor(int i)
getAtomColor in class JmolViewerpublic int getAtomModelIndex(int i)
getAtomModelIndex in class JmolViewerpublic javax.vecmath.Point3f getBondPoint3f1(int i)
getBondPoint3f1 in class JmolViewerpublic javax.vecmath.Point3f getBondPoint3f2(int i)
getBondPoint3f2 in class JmolViewerpublic float getBondRadius(int i)
getBondRadius in class JmolViewerpublic short getBondOrder(int i)
getBondOrder in class JmolViewerpublic java.awt.Color getBondColor1(int i)
getBondColor1 in class JmolViewerpublic int getBondModelIndex(int i)
getBondModelIndex in class JmolViewerpublic java.awt.Color getBondColor2(int i)
getBondColor2 in class JmolViewer
public javax.vecmath.Point3f[] getPolymerLeadMidPoints(int modelIndex,
int polymerIndex)
getPolymerLeadMidPoints in class JmolViewerpublic boolean isJvm12orGreater()
isJvm12orGreater in class JmolViewerpublic java.lang.String getOperatingSystemName()
getOperatingSystemName in class JmolViewerpublic java.lang.String getJavaVendor()
getJavaVendor in class JmolViewerpublic java.lang.String getJavaVersion()
getJavaVersion in class JmolViewerpublic boolean showModelSetDownload()
showModelSetDownload in class JmolViewerpublic int getLipidNumber()
getLipidNumber in class JmolViewerpublic void setLipidNumber(int lipidNumber)
setLipidNumber in class JmolViewer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||