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.org.gephi.io.importer.api API for importing data from any support.org.gephi.timeline.api API which controls the Timeline, the UI component which allows network exploration over time. -
-
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, org.joda.time.DateTimeZone timeZone)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, org.joda.time.DateTimeZone timeZone)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, org.joda.time.DateTimeZone timeZone)StringIntervalSet. toString(TimeFormat timeFormat)StringIntervalSet. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)StringTimeMap. toString(TimeFormat timeFormat)Returns this map as a string.StringTimeMap. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)Returns this map as a string.StringTimeSet. toString(TimeFormat timeFormat)Returns this set as a string.StringTimeSet. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)Returns this set as a string.StringTimestampMap. toString(TimeFormat timeFormat)StringTimestampMap. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)StringTimestampSet. toString(TimeFormat timeFormat)StringTimestampSet. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone) -
Uses of TimeFormat in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return TimeFormat Modifier and Type Method Description TimeFormatContainerUnloader. getTimeFormat()Methods in org.gephi.io.importer.api with parameters of type TimeFormat Modifier and Type Method Description voidContainerLoader. setTimeFormat(TimeFormat timeFormat)Sets the current Time Format for dynamic data, eitherDATE,DATETIMEorDOUBLE. -
Uses of TimeFormat in org.gephi.timeline.api
Methods in org.gephi.timeline.api that return TimeFormat Modifier and Type Method Description TimeFormatTimelineModel. getTimeFormat()Returns the current time format.Methods in org.gephi.timeline.api with parameters of type TimeFormat Modifier and Type Method Description voidTimelineController. setTimeFormat(TimeFormat timeFormat)
-