Package | Description |
---|---|
org.graphstream.util |
Modifier and Type | Field and Description |
---|---|
protected java.util.EnumMap<VerboseSink.EventType,java.lang.Boolean> |
VerboseSink.enable
Flag used to indicate if an event has to be written or note.
|
protected java.util.EnumMap<VerboseSink.EventType,java.lang.String> |
VerboseSink.formats
Format of messages associated with each event.
|
Modifier and Type | Method and Description |
---|---|
static VerboseSink.EventType |
VerboseSink.EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerboseSink.EventType[] |
VerboseSink.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
VerboseSink.print(VerboseSink.EventType type,
VerboseSink.Args args) |
void |
VerboseSink.setEventEnabled(VerboseSink.EventType type,
boolean on)
Enable or disable an event.
|
void |
VerboseSink.setEventFormat(VerboseSink.EventType type,
java.lang.String format)
Redefines message format of an event.
|