class HtmlConverter extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
HtmlConverter.Link |
Modifier and Type | Field and Description |
---|---|
(package private) static DecimalFormat |
geomForm |
(package private) static DecimalFormat |
layerForm |
(package private) static DecimalFormat |
lenForm |
Modifier | Constructor and Description |
---|---|
private |
HtmlConverter() |
Modifier and Type | Method and Description |
---|---|
private static void |
addHeader2(org.jdom.Element parent,
String text) |
private static void |
addLabeledRow(org.jdom.Element table,
String label,
Object value) |
private static org.jdom.Element |
addLayoutRow(org.jdom.Element tbl) |
private static void |
addRow(org.jdom.Element table,
Object... values) |
private static void |
bookmark(org.jdom.Element parent,
String text) |
static org.jdom.Element |
convert(Detector d) |
private static void |
defines(org.jdom.Element parent,
Detector detector) |
private static void |
detectorHeader(org.jdom.Element parent,
Detector detector) |
private static void |
fields(org.jdom.Element parent,
Detector detector) |
private static org.jdom.Element |
layers(Subdetector subdet) |
private static void |
lengthTable(org.jdom.Element parent,
Detector detector,
List<String> subdets) |
private static void |
readoutIndex(org.jdom.Element parent,
Detector detector) |
private static void |
subdetector(org.jdom.Element parent,
Subdetector subdet) |
private static void |
subdetectorIndex(org.jdom.Element parent,
Detector detector,
List<String> names) |
private static void |
sysIdIndex(org.jdom.Element parent,
Detector detector) |
private static void |
timestamp(org.jdom.Element parent) |
static DecimalFormat layerForm
static DecimalFormat lenForm
static DecimalFormat geomForm
public static org.jdom.Element convert(Detector d)
private static org.jdom.Element layers(Subdetector subdet)
private static void timestamp(org.jdom.Element parent)
private static void lengthTable(org.jdom.Element parent, Detector detector, List<String> subdets)
private static void sysIdIndex(org.jdom.Element parent, Detector detector)
private static void subdetectorIndex(org.jdom.Element parent, Detector detector, List<String> names)
private static void readoutIndex(org.jdom.Element parent, Detector detector)
private static void detectorHeader(org.jdom.Element parent, Detector detector)
private static void subdetector(org.jdom.Element parent, Subdetector subdet)
private static void defines(org.jdom.Element parent, Detector detector)
private static void fields(org.jdom.Element parent, Detector detector)
private static void addHeader2(org.jdom.Element parent, String text)
private static org.jdom.Element addLayoutRow(org.jdom.Element tbl)
private static void addRow(org.jdom.Element table, Object... values)
private static void bookmark(org.jdom.Element parent, String text)
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.