Uses of Class
org.gephi.graph.api.TimeFormat
-
Packages that use TimeFormat Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point.org.gephi.graph.api.types Custom types the API supports, in addition of primitive and arrays. -
-
Uses of TimeFormat in org.gephi.graph.api
Methods in org.gephi.graph.api that return TimeFormat Modifier and Type Method Description TimeFormatGraphModel. getTimeFormat()Returns the time format used to display time.static TimeFormatTimeFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeFormat[]TimeFormat. 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 TimeFormat Modifier and Type Method Description static StringAttributeUtils. print(Object value, TimeFormat timeFormat, ZoneId zoneId)Returns the string representation of the given value.static StringAttributeUtils. printTimestampInFormat(double timestamp, TimeFormat timeFormat)Returns the string representation of the given timestamp in the given format.static StringAttributeUtils. printTimestampInFormat(double timestamp, TimeFormat timeFormat, ZoneId zoneId)Returns the string representation of the given timestamp in the given format.voidGraphModel. setTimeFormat(TimeFormat timeFormat)Sets the time format used to display time. -
Uses of TimeFormat in org.gephi.graph.api.types
Methods in org.gephi.graph.api.types with parameters of type TimeFormat Modifier and Type Method Description StringIntervalMap. toString(TimeFormat timeFormat)StringIntervalMap. toString(TimeFormat timeFormat, ZoneId zoneId)StringIntervalSet. toString(TimeFormat timeFormat)StringIntervalSet. toString(TimeFormat timeFormat, ZoneId timeZone)StringTimeMap. toString(TimeFormat timeFormat)Returns this map as a string.StringTimeMap. toString(TimeFormat timeFormat, ZoneId zoneId)Returns this map as a string.StringTimeSet. toString(TimeFormat timeFormat)Returns this set as a string.StringTimeSet. toString(TimeFormat timeFormat, ZoneId timeZone)Returns this set as a string.StringTimestampMap. toString(TimeFormat timeFormat)StringTimestampMap. toString(TimeFormat timeFormat, ZoneId zoneId)StringTimestampSet. toString(TimeFormat timeFormat)StringTimestampSet. toString(TimeFormat timeFormat, ZoneId timeZone)
-