Class JmolSymmetryScriptGeneratorDn
- java.lang.Object
-
- org.biojava.nbio.structure.symmetry.jmolScript.JmolSymmetryScriptGenerator
-
- org.biojava.nbio.structure.symmetry.jmolScript.JmolSymmetryScriptGeneratorPointGroup
-
- org.biojava.nbio.structure.symmetry.jmolScript.JmolSymmetryScriptGeneratorDn
-
public class JmolSymmetryScriptGeneratorDn extends JmolSymmetryScriptGeneratorPointGroup
- Author:
- Peter
-
-
Constructor Summary
Constructors Constructor Description JmolSymmetryScriptGeneratorDn(RotationAxisAligner axisTransformation, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrientationCount()
Returns the number of orientations available for this structureString
getOrientationName(int index)
Returns the name of a specific orientationint
getZoom()
Returns the Jmol zoom to fit polyhedron and symmetry axes.-
Methods inherited from class org.biojava.nbio.structure.symmetry.jmolScript.JmolSymmetryScriptGeneratorPointGroup
colorBySequenceCluster, colorBySubunit, colorBySymmetry, drawAxes, drawPolyhedron, getAxisTransformation, getDefaultOrientation, getMaxExtension, getMeanExtension, getOrientation, getOrientationWithZoom, getPolyhedron, getRotationGroup, getTransformation, hideAxes, hidePolyhedron, playOrientations, setAxisTransformation, setDefaultColoring, setOnTheFly, setPolyhedron, setRotationGroup, showAxes, showPolyhedron
-
Methods inherited from class org.biojava.nbio.structure.symmetry.jmolScript.JmolSymmetryScriptGenerator
f1Dot2, fDot2, getInstance, getInstantaneousOrientation, getJmolColor, getJmolColorScript, getJmolLigandScript, getJmolPoint, jMolFloat
-
-
-
-
Constructor Detail
-
JmolSymmetryScriptGeneratorDn
public JmolSymmetryScriptGeneratorDn(RotationAxisAligner axisTransformation, String name)
-
-
Method Detail
-
getZoom
public int getZoom()
Description copied from class:JmolSymmetryScriptGenerator
Returns the Jmol zoom to fit polyhedron and symmetry axes. This zoom level should be used so that the polyhedron and symmetry axes are not cutoff.- Specified by:
getZoom
in classJmolSymmetryScriptGeneratorPointGroup
- Returns:
-
getOrientationCount
public int getOrientationCount()
Description copied from class:JmolSymmetryScriptGenerator
Returns the number of orientations available for this structure- Overrides:
getOrientationCount
in classJmolSymmetryScriptGeneratorPointGroup
- Returns:
- number of orientations
-
getOrientationName
public String getOrientationName(int index)
Returns the name of a specific orientation- Overrides:
getOrientationName
in classJmolSymmetryScriptGeneratorPointGroup
- Parameters:
index
- orientation index- Returns:
- name of orientation
-
-