edu.sdsc.mbt.viewables
Class FragmentFormCylinder

java.lang.Object
  extended byedu.sdsc.mbt.viewables.FragmentFormCylinder
All Implemented Interfaces:
FragmentForm

public class FragmentFormCylinder
extends java.lang.Object
implements FragmentForm

This class implements the FragmentForm interface by applying a cylinder style. A 3D representation would interconnect the first and last C-Alpha coordinates of the fragment with a simple cylinder shape.

Author:
John L. Moreland
See Also:
FragmentForm, Fragment

Field Summary
static java.lang.String NAME
           
 
Method Summary
static FragmentFormCylinder create()
          Return the singleton instance of this class.
 java.lang.String getFragmentForm(Fragment fragment)
          Produce a fragment style for a cylinder representation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static FragmentFormCylinder create()
Return the singleton instance of this class.


getFragmentForm

public java.lang.String getFragmentForm(Fragment fragment)
Produce a fragment style for a cylinder representation.

Specified by:
getFragmentForm in interface FragmentForm