Uses of Class
org.gephi.graph.api.TimeRepresentation
-
Packages that use TimeRepresentation Package Description org.gephi.graph.api Complete API description, whereGraphModelis 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 TimeRepresentationConfiguration. getTimeRepresentation()Returns the time representation.static TimeRepresentationTimeRepresentation. 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 voidConfiguration. 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 TimeRepresentationContainerLoader. getTimeRepresentation()Gets the current time representation, eitherTIMESTAMPorINTERVAL.TimeRepresentationContainerUnloader. getTimeRepresentation()Methods in org.gephi.io.importer.api with parameters of type TimeRepresentation Modifier and Type Method Description voidContainerLoader. setTimeRepresentation(TimeRepresentation timeRepresentation)Sets the current time representation, eitherTIMESTAMPorINTERVAL.
-