Package | Description |
---|---|
org.graphstream.stream.file |
Modifier and Type | Method and Description |
---|---|
static FileSourceGEXF.GEXFConstants.ClassType |
FileSourceGEXF.GEXFConstants.ClassType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSourceGEXF.GEXFConstants.ClassType[] |
FileSourceGEXF.GEXFConstants.ClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
FileSourceGEXF.GEXFParser.__attvalue(FileSourceGEXF.GEXFConstants.ClassType type,
java.lang.String elementId)
name : ATTVALUE
attributes : ATTVALUEAttribute { FOR!, VALUE!, START, STARTOPEN, END, ENDOPEN }
structure :
|
private java.util.HashSet<java.lang.String> |
FileSourceGEXF.GEXFParser.__attvalues(FileSourceGEXF.GEXFConstants.ClassType type,
java.lang.String elementId)
name : ATTVALUES
attributes :
structure : ATTVALUE *
|
private void |
FileSourceGEXF.GEXFParser.__color(FileSourceGEXF.GEXFConstants.ClassType type,
java.lang.String id)
name : COLOR
attributes : COLORAttribute { R!, G!, B!, A, START, STARTOPEN, END, ENDOPEN }
structure : SPELLS ?
|