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. -
-
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)Deprecated.UseConfiguration.builder()instead.Configuration.BuilderConfiguration.Builder. timeRepresentation(TimeRepresentation timeRepresentation)Sets the time representation.
-