Package | Description |
---|---|
org.gephi.graph.api |
Complete API description, where
GraphModel 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
TimestampSet.toString(TimeFormat timeFormat) |
String |
TimestampMap.toString(TimeFormat timeFormat) |
String |
IntervalSet.toString(TimeFormat timeFormat) |
String |
IntervalMap.toString(TimeFormat timeFormat) |
String |
TimestampSet.toString(TimeFormat timeFormat,
org.joda.time.DateTimeZone timeZone) |
String |
TimestampMap.toString(TimeFormat timeFormat,
org.joda.time.DateTimeZone timeZone) |
String |
IntervalSet.toString(TimeFormat timeFormat,
org.joda.time.DateTimeZone timeZone) |
String |
IntervalMap.toString(TimeFormat timeFormat,
org.joda.time.DateTimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
TimeFormat |
ContainerUnloader.getTimeFormat() |
Modifier and Type | Method and Description |
---|---|
void |
ContainerLoader.setTimeFormat(TimeFormat timeFormat)
Sets the current Time Format for dynamic data, either
DATE ,
DATETIME or DOUBLE . |
Modifier and Type | Method and Description |
---|---|
TimeFormat |
TimelineModel.getTimeFormat()
Returns the current time format.
|
Modifier and Type | Method and Description |
---|---|
void |
TimelineController.setTimeFormat(TimeFormat timeFormat) |
Copyright © 2007–2015 Gephi Consortium. All rights reserved.