- VARNA_SESSION_EXTENSION - Static variable in class fr.orsay.lri.varna.VARNAPanel
-
- VARNAPanel - Class in fr.orsay.lri.varna
-
The RNA 2D Panel is a lightweight component that allows for an automatic
basic drawing of an RNA secondary structures.
- VARNAPanel() - Constructor for class fr.orsay.lri.varna.VARNAPanel
-
Creates an RNA 2D panel with initially displays the empty structure.
- VARNAPanel(String, String) - Constructor for class fr.orsay.lri.varna.VARNAPanel
-
Creates an RNA 2D panel, and creates and displays an RNA coupled with its
secondary structure formatted as a well-balanced parenthesis with dots
word (DBN format).
- VARNAPanel(String, String, int) - Constructor for class fr.orsay.lri.varna.VARNAPanel
-
Creates a VARNAPanel instance, and creates and displays an RNA coupled
with its secondary structure formatted as a well-balanced parenthesis
with dots word (DBN format).
- VARNAPanel(Reader) - Constructor for class fr.orsay.lri.varna.VARNAPanel
-
- VARNAPanel(Reader, int) - Constructor for class fr.orsay.lri.varna.VARNAPanel
-
- VARNAPanel(Reader, int, String) - Constructor for class fr.orsay.lri.varna.VARNAPanel
-
- VARNAPanel(RNA) - Constructor for class fr.orsay.lri.varna.VARNAPanel
-
Creates a VARNAPanel instance, and displays an RNA.
- VARNAPanel(String, String, int, String) - Constructor for class fr.orsay.lri.varna.VARNAPanel
-
Creates a VARNAPanel instance, and creates and displays an RNA coupled
with its secondary structure formatted as a well-balanced parenthesis
with dots word (DBN format).
- VARNAPanel(String, String, String, String, int, String) - Constructor for class fr.orsay.lri.varna.VARNAPanel
-