|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.sdsc.mbt.StructureComponent
edu.sdsc.mbt.Symmetry
Implements a StructureComponent container for Symmetry data.
See the "PROGRAMMING NOTE" section of the StructureComponent class.
StructureComponent,
Structure,
,
Serialized Form| Field Summary | |
int |
count
The count of the number of symmetry copies. |
double[][][] |
matrix
The symmetry matricies expressed as an array of 4x4 3D transforms. |
java.lang.String |
name
The symmetry space group name. |
| Fields inherited from class edu.sdsc.mbt.StructureComponent |
structure |
| Constructor Summary | |
Symmetry()
Creates a new Symmetry object. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone this object. |
void |
copy(StructureComponent structureComponent)
Copy all of the field values from the parameter object into "this". |
static java.lang.String |
getClassName()
This method returns the fully qualified name of this class. |
java.lang.String |
getStructureComponentType()
This method returns the fully qualified name of this class. |
boolean |
isVisible()
|
| Methods inherited from class edu.sdsc.mbt.StructureComponent |
getStructure, setStructure |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public int count
public double[][][] matrix
| Constructor Detail |
public Symmetry()
| Method Detail |
public void copy(StructureComponent structureComponent)
copy in class StructureComponent
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class StructureComponentjava.lang.CloneNotSupportedExceptionpublic static java.lang.String getClassName()
StructureComponentThis name is used by the StructureComponentRegistry class to enable dynamic registration and discovery of new StructureComponent sub-classes/types. The name is also used to create instances of any sublcass dynamically from this name.
public java.lang.String getStructureComponentType()
getStructureComponentType in class StructureComponentpublic boolean isVisible()
isVisible in class StructureComponent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||