|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 JmolViewer
public boolean handleOldJvm10Event(java.awt.Event e)
handleOldJvm10Event
in class JmolViewer
public void homePosition()
homePosition
in class JmolViewer
public void rotateFront()
rotateFront
in class JmolViewer
public void rotateToX(float angleRadians)
rotateToX
in class JmolViewer
public void rotateToY(float angleRadians)
rotateToY
in class JmolViewer
public void rotateToZ(float angleRadians)
rotateToZ
in class JmolViewer
public void rotateToX(int angleDegrees)
rotateToX
in class JmolViewer
public void rotateToY(int angleDegrees)
rotateToY
in class JmolViewer
public void translateXBy(int xDelta)
translateXBy
in class JmolViewer
public void translateYBy(int yDelta)
translateYBy
in class JmolViewer
public boolean isShowTransparentLipids()
isShowTransparentLipids
in class JmolViewer
public void setShowTransparentLipids(boolean showTransparentLipids)
setShowTransparentLipids
in class JmolViewer
public JPreview getJPreview()
getJPreview
in class JmolViewer
public void setJPreview(JPreview preview)
setJPreview
in class JmolViewer
public void zoomBy(int pixels)
zoomBy
in class JmolViewer
public int getZoomPercent()
getZoomPercent
in class JmolViewer
public javax.vecmath.Matrix4f getUnscaledTransformMatrix()
getUnscaledTransformMatrix
in class JmolViewer
public float getScalePixelsPerAngstrom()
getScalePixelsPerAngstrom
in class JmolViewer
public void setScalePixelsPerAngstrom(float pixelsScale)
setScalePixelsPerAngstrom
in class JmolViewer
public void scaleFitToScreen()
scaleFitToScreen
in class JmolViewer
public float getXTranslationNormalized()
getXTranslationNormalized
in class JmolViewer
public float getYTranslationNormalized()
getYTranslationNormalized
in class JmolViewer
public void setYTranslationNormalized(float yTranslation)
setYTranslationNormalized
in class JmolViewer
public void setXTranslationNormalized(float xTranslation)
setXTranslationNormalized
in class JmolViewer
public void setPerspectiveDepth(boolean perspectiveDepth)
setPerspectiveDepth
in class JmolViewer
public void setAxesOrientationRasmol(boolean axesOrientationRasmol)
setAxesOrientationRasmol
in class JmolViewer
public boolean getAxesOrientationRasmol()
getAxesOrientationRasmol
in class JmolViewer
public boolean getPerspectiveDepth()
getPerspectiveDepth
in class JmolViewer
public void setScreenDimension(java.awt.Dimension dim)
setScreenDimension
in class JmolViewer
public int getScreenWidth()
getScreenWidth
in class JmolViewer
public int getScreenHeight()
getScreenHeight
in class JmolViewer
public void setVibrationPeriod(float period)
setVibrationPeriod
in class JmolViewer
public void setRotation(javax.vecmath.Matrix3f matrixRotation)
setRotation
in class JmolViewer
public void getRotation(javax.vecmath.Matrix3f matrixRotation)
getRotation
in class JmolViewer
public float getYTranslation()
getYTranslation
in class JmolViewer
public void setModeAtomColorProfile(java.lang.String palette)
setModeAtomColorProfile
in class JmolViewer
public void setColorSelection(java.awt.Color c)
setColorSelection
in class JmolViewer
public void setColorLabel(java.awt.Color color)
setColorLabel
in class JmolViewer
public java.awt.Color getColorLabel()
getColorLabel
in class JmolViewer
public void setColorMeasurement(java.awt.Color c)
setColorMeasurement
in class JmolViewer
public java.awt.Color getColorMeasurement()
getColorMeasurement
in class JmolViewer
public void setColorVector(java.awt.Color c)
setColorVector
in class JmolViewer
public java.awt.Color getColorVector()
getColorVector
in class JmolViewer
public void setVectorScale(float scale)
setVectorScale
in class JmolViewer
public void setVibrationScale(float scale)
setVibrationScale
in class JmolViewer
public void setColorBackground(java.awt.Color bg)
setColorBackground
in class JmolViewer
public java.awt.Color getColorBackground()
getColorBackground
in class JmolViewer
public void setColorBackground(java.lang.String colorName)
setColorBackground
in class JmolViewer
public void setSelectionHaloEnabled(boolean selectionHaloEnabled)
setSelectionHaloEnabled
in class JmolViewer
public void selectAll()
selectAll
in class JmolViewer
public void clearSelection()
clearSelection
in class JmolViewer
public void setSelectionSet(java.util.BitSet set)
setSelectionSet
in class JmolViewer
public java.util.BitSet getSelectionSet()
getSelectionSet
in class JmolViewer
public void addSelectionListener(JmolSelectionListener listener)
addSelectionListener
in class JmolViewer
public void removeSelectionListener(JmolSelectionListener listener)
removeSelectionListener
in class JmolViewer
public 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 JmolViewer
public 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 JmolSimpleViewer
public 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 JmolViewer
fullPathName
- 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 JmolViewer
public java.lang.String getModelSetName()
getModelSetName
in class JmolViewer
public java.lang.String getModelSetFileName()
getModelSetFileName
in class JmolViewer
public java.lang.String getModelSetPathName()
getModelSetPathName
in class JmolViewer
public boolean haveFrame()
haveFrame
in class JmolViewer
public float getRotationRadius()
getRotationRadius
in class JmolViewer
public int getModelCount()
getModelCount
in class JmolViewer
public java.util.Properties getModelSetProperties()
getModelSetProperties
in class JmolViewer
public int getModelNumber(int modelIndex)
getModelNumber
in class JmolViewer
public java.lang.String getModelName(int modelIndex)
getModelName
in class JmolViewer
public java.util.Properties getModelProperties(int modelIndex)
getModelProperties
in class JmolViewer
public java.lang.String getModelProperty(int modelIndex, java.lang.String propertyName)
getModelProperty
in class JmolViewer
public boolean modelHasVibrationVectors(int modelIndex)
modelHasVibrationVectors
in class JmolViewer
public int getChainCount()
getChainCount
in class JmolViewer
public int getGroupCount()
getGroupCount
in class JmolViewer
public int getPolymerCount()
getPolymerCount
in class JmolViewer
public int getPolymerCountInModel(int modelIndex)
getPolymerCountInModel
in class JmolViewer
public int getAtomCount()
getAtomCount
in class JmolViewer
public int getBondCount()
getBondCount
in class JmolViewer
public void setCenterSelected()
setCenterSelected
in class JmolViewer
public void rebond()
rebond
in class JmolViewer
public void setBondTolerance(float bondTolerance)
setBondTolerance
in class JmolViewer
public float getBondTolerance()
getBondTolerance
in class JmolViewer
public void setMinBondDistance(float minBondDistance)
setMinBondDistance
in class JmolViewer
public float getMinBondDistance()
getMinBondDistance
in class JmolViewer
public void setAutoBond(boolean ab)
setAutoBond
in class JmolViewer
public boolean getAutoBond()
getAutoBond
in class JmolViewer
public java.util.BitSet getElementsPresentBitSet()
getElementsPresentBitSet
in class JmolViewer
public java.util.BitSet getGroupsPresentBitSet()
getGroupsPresentBitSet
in class JmolViewer
public void clearMeasurements()
clearMeasurements
in class JmolViewer
public int getMeasurementCount()
getMeasurementCount
in class JmolViewer
public java.lang.String getMeasurementStringValue(int i)
getMeasurementStringValue
in class JmolViewer
public int[] getMeasurementCountPlusIndices(int i)
getMeasurementCountPlusIndices
in class JmolViewer
public void deleteMeasurement(int i)
deleteMeasurement
in class JmolViewer
public void setAnimationFps(int fps)
setAnimationFps
in class JmolViewer
public int getAnimationFps()
getAnimationFps
in class JmolViewer
public int getDisplayModelIndex()
getDisplayModelIndex
in class JmolViewer
public FrameRenderer getFrameRenderer()
getFrameRenderer
in class JmolViewer
public int getMotionEventNumber()
getMotionEventNumber
in class JmolViewer
public void pushHoldRepaint()
pushHoldRepaint
in class JmolViewer
public void popHoldRepaint()
popHoldRepaint
in class JmolViewer
public void refresh()
refresh
in class JmolViewer
public 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 onpublic 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 JmolViewer
public void releaseScreenImage()
releaseScreenImage
in class JmolViewer
public java.lang.String evalFile(java.lang.String strFilename)
evalFile
in class JmolSimpleViewer
public java.lang.String evalString(java.lang.String strScript)
evalString
in class JmolSimpleViewer
public java.lang.String evalStringQuiet(java.lang.String strScript)
evalStringQuiet
in class JmolViewer
public boolean isScriptExecuting()
isScriptExecuting
in class JmolViewer
public void haltScriptExecution()
haltScriptExecution
in class JmolViewer
public void setColorBond(java.awt.Color color)
setColorBond
in class JmolViewer
public java.awt.Color getColorBond()
getColorBond
in class JmolViewer
public void setMarBond(short marBond)
setMarBond
in class JmolViewer
public void setShapeShow(int shapeID, boolean show)
setShapeShow
in class JmolViewer
public boolean getShapeShow(int shapeID)
getShapeShow
in class JmolViewer
public void setJmolStatusListener(JmolStatusListener jmolStatusListener)
setJmolStatusListener
in class JmolViewer
public void setDebugScript(boolean debugScript)
setDebugScript
in class JmolViewer
public void showUrl(java.lang.String urlString)
showUrl
in class JmolViewer
public void showConsole(boolean showConsole)
public boolean getBooleanProperty(java.lang.String key)
getBooleanProperty
in class JmolViewer
key
-
public void setBooleanProperty(java.lang.String key, boolean value)
setBooleanProperty
in class JmolViewer
public void setPercentVdwAtom(int percentVdwAtom)
setPercentVdwAtom
in class JmolViewer
public void setFrankOn(boolean frankOn)
setFrankOn
in class JmolViewer
public int getPercentVdwAtom()
getPercentVdwAtom
in class JmolViewer
public short getMadBond()
getMadBond
in class JmolViewer
public void setShowHydrogens(boolean showHydrogens)
setShowHydrogens
in class JmolViewer
public boolean getShowHydrogens()
getShowHydrogens
in class JmolViewer
public void setShowBbcage(boolean showBbcage)
setShowBbcage
in class JmolViewer
public boolean getShowBbcage()
getShowBbcage
in class JmolViewer
public void setShowAxes(boolean showAxes)
setShowAxes
in class JmolViewer
public boolean getShowAxes()
getShowAxes
in class JmolViewer
public void setShowMeasurements(boolean showMeasurements)
setShowMeasurements
in class JmolViewer
public boolean getShowMeasurements()
getShowMeasurements
in class JmolViewer
public void setWireframeRotation(boolean wireframeRotation)
setWireframeRotation
in class JmolViewer
public boolean getWireframeRotation()
getWireframeRotation
in class JmolViewer
public void setJmolDefaults()
setJmolDefaults
in class JmolViewer
public void setRasmolDefaults()
setRasmolDefaults
in class JmolViewer
public java.lang.String getAtomName(int i)
getAtomName
in class JmolViewer
public int getAtomNumber(int i)
getAtomNumber
in class JmolViewer
public javax.vecmath.Point3f getAtomPoint3f(int i)
getAtomPoint3f
in class JmolViewer
public float getAtomRadius(int i)
getAtomRadius
in class JmolViewer
public java.awt.Color getAtomColor(int i)
getAtomColor
in class JmolViewer
public int getAtomModelIndex(int i)
getAtomModelIndex
in class JmolViewer
public javax.vecmath.Point3f getBondPoint3f1(int i)
getBondPoint3f1
in class JmolViewer
public javax.vecmath.Point3f getBondPoint3f2(int i)
getBondPoint3f2
in class JmolViewer
public float getBondRadius(int i)
getBondRadius
in class JmolViewer
public short getBondOrder(int i)
getBondOrder
in class JmolViewer
public java.awt.Color getBondColor1(int i)
getBondColor1
in class JmolViewer
public int getBondModelIndex(int i)
getBondModelIndex
in class JmolViewer
public java.awt.Color getBondColor2(int i)
getBondColor2
in class JmolViewer
public javax.vecmath.Point3f[] getPolymerLeadMidPoints(int modelIndex, int polymerIndex)
getPolymerLeadMidPoints
in class JmolViewer
public boolean isJvm12orGreater()
isJvm12orGreater
in class JmolViewer
public java.lang.String getOperatingSystemName()
getOperatingSystemName
in class JmolViewer
public java.lang.String getJavaVendor()
getJavaVendor
in class JmolViewer
public java.lang.String getJavaVersion()
getJavaVersion
in class JmolViewer
public boolean showModelSetDownload()
showModelSetDownload
in class JmolViewer
public int getLipidNumber()
getLipidNumber
in class JmolViewer
public void setLipidNumber(int lipidNumber)
setLipidNumber
in class JmolViewer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |