Uses of Class
org.gephi.graph.api.TimeRepresentation
-
Packages that use TimeRepresentation Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point.org.gephi.io.importer.api API for importing data from any support. -
-
Uses of TimeRepresentation in org.gephi.graph.api
Methods in org.gephi.graph.api that return TimeRepresentation Modifier and Type Method Description TimeRepresentation
Configuration. getTimeRepresentation()
Returns the time representation.static TimeRepresentation
TimeRepresentation. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeRepresentation[]
TimeRepresentation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.graph.api with parameters of type TimeRepresentation Modifier and Type Method Description void
Configuration. setTimeRepresentation(TimeRepresentation timeRepresentation)
Sets the time representation. -
Uses of TimeRepresentation in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return TimeRepresentation Modifier and Type Method Description TimeRepresentation
ContainerLoader. getTimeRepresentation()
Gets the current time representation, eitherTIMESTAMP
orINTERVAL
.TimeRepresentation
ContainerUnloader. getTimeRepresentation()
Methods in org.gephi.io.importer.api with parameters of type TimeRepresentation Modifier and Type Method Description void
ContainerLoader. setTimeRepresentation(TimeRepresentation timeRepresentation)
Sets the current time representation, eitherTIMESTAMP
orINTERVAL
.
-