Uses of Class
org.gephi.graph.api.TimeFormat
-
Packages that use TimeFormat Package Description org.gephi.graph.api Complete API description, whereGraphModel
is 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 TimeFormat
GraphModel. getTimeFormat()
Returns the time format used to display time.static TimeFormat
TimeFormat. 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 String
AttributeUtils. print(Object value, TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)
Returns the string representation of the given value.static String
AttributeUtils. printTimestampInFormat(double timestamp, TimeFormat timeFormat)
Returns the string representation of the given timestamp in the given format.static String
AttributeUtils. printTimestampInFormat(double timestamp, TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)
Returns the string representation of the given timestamp in the given format.void
GraphModel. 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 String
IntervalMap. toString(TimeFormat timeFormat)
String
IntervalMap. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)
String
IntervalSet. toString(TimeFormat timeFormat)
String
IntervalSet. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)
String
TimeMap. toString(TimeFormat timeFormat)
Returns this map as a string.String
TimeMap. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)
Returns this map as a string.String
TimeSet. toString(TimeFormat timeFormat)
Returns this set as a string.String
TimeSet. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)
Returns this set as a string.String
TimestampMap. toString(TimeFormat timeFormat)
String
TimestampMap. toString(TimeFormat timeFormat, org.joda.time.DateTimeZone timeZone)
String
TimestampSet. toString(TimeFormat timeFormat)
String
TimestampSet. 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 TimeFormat
ContainerUnloader. getTimeFormat()
Methods in org.gephi.io.importer.api with parameters of type TimeFormat Modifier and Type Method Description void
ContainerLoader. setTimeFormat(TimeFormat timeFormat)
Sets the current Time Format for dynamic data, eitherDATE
,DATETIME
orDOUBLE
. -
Uses of TimeFormat in org.gephi.timeline.api
Methods in org.gephi.timeline.api that return TimeFormat Modifier and Type Method Description TimeFormat
TimelineModel. getTimeFormat()
Returns the current time format.Methods in org.gephi.timeline.api with parameters of type TimeFormat Modifier and Type Method Description void
TimelineController. setTimeFormat(TimeFormat timeFormat)
-