|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectetm.core.renderer.SimpleTextRenderer
public class SimpleTextRenderer
Renders the result to a Writer ordered by mesaurement point name.
Supports both flat and nested measurement points.
| Constructor Summary | |
|---|---|
SimpleTextRenderer()
Constructs a SimpleTextRenderer using the default locale and STDOUT. |
|
SimpleTextRenderer(java.util.Locale locale)
Constructs a SimpleTextRenderer using the provided locale and STDOUT. |
|
SimpleTextRenderer(java.text.NumberFormat aTimeFormatter)
Constructs a SimpleTextRenderer using the provided NumberFormat instace to format the numbers and STDOUT. |
|
SimpleTextRenderer(java.io.Writer aWriter)
Constructs a SimpleTextRenderer using the default locale and the provided writer. |
|
SimpleTextRenderer(java.io.Writer aWriter,
java.util.Locale aLocale)
Constructs a SimpleTextRenderer using the provided locale and provided writer. |
|
SimpleTextRenderer(java.io.Writer aWriter,
java.text.NumberFormat aTimeFormatter)
Constructs a SimpleTextRenderer using the provided writer and NumberFormat instance. |
|
| Method Summary | |
|---|---|
void |
render(java.util.Map points)
Renders the map to the OutputStreamWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTextRenderer()
public SimpleTextRenderer(java.io.Writer aWriter)
aWriter - The writer.public SimpleTextRenderer(java.util.Locale locale)
locale - The locale to use.
public SimpleTextRenderer(java.io.Writer aWriter,
java.util.Locale aLocale)
aWriter - The writer to write to.aLocale - The locale to use.public SimpleTextRenderer(java.text.NumberFormat aTimeFormatter)
aTimeFormatter - The number formatter.
public SimpleTextRenderer(java.io.Writer aWriter,
java.text.NumberFormat aTimeFormatter)
aWriter - The writer.aTimeFormatter - The number formatter.| Method Detail |
|---|
public void render(java.util.Map points)
render in interface MeasurementRendererpoints - The points.
EtmException - Thrown to indicate that writing to the printer failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||