|
Kieker 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter<G>
G
- The graph type this formatter is forpublic abstract class AbstractGraphFormatter<G extends AbstractGraph<?,?,?>>
Abstract superclass for all graph formatters.
Constructor Summary | |
---|---|
AbstractGraphFormatter()
|
Method Summary | |
---|---|
String |
createFormattedRepresentation(AbstractGraph<?,?,?> graph,
GraphWriterConfiguration configuration)
Creates a formatted representation of the given graph. |
abstract String |
getDefaultFileName()
Returns the default file name suggested by this formatter. |
static String |
getDotRepresentation(Color color)
Returns the dot (graphviz) representation of the given color. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractGraphFormatter()
Method Detail |
---|
public String createFormattedRepresentation(AbstractGraph<?,?,?> graph, GraphWriterConfiguration configuration)
graph
- The graph to formatconfiguration
- The configuration to use for formatting
public abstract String getDefaultFileName()
public static String getDotRepresentation(Color color)
color
- The color to convert
|
Kieker 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |